Jump to content
Sign in to follow this  
dikapramantya

Request ticket_refiner, blessed refiner work for 3ceam

Recommended Posts

Hello, anyone have script ticket_refiner / blessed refiner work to 3ceam?

i've try copy from hercfules/rathena but still have error after i insert f_insert_comma function is still showing error

 

post-743-0-71031200-1471754367_thumb.jpg

 

thats error from function and this error from ticket_refiner

 

post-743-0-89728500-1471754382_thumb.jpg

 

pls help me

 

 

Share this post


Link to post
Share on other sites

set .@str$, insertchar '(' .@str$, "," .@i); ????

Example of insertchar
insertchar("laughter", "s", 0); //returns "slaughter"

should be set .@str$, insertchar(.@str$,",",.@i);

 

Example of successrefiem
successrefitem(<equipment slot>{, <upgrade_count>})

Share this post


Link to post
Share on other sites

sorry @chao93 , can you explain me about f_insertcomma and successrefitem?

you say should be set .@str$, insertchar(.@str$,",",.@i);

but its same with script before it :( 


function    script    F_InsertComma    {
    set .@str$, getarg(0);
    for (set .@i,getstrlen(.@str$)-3; .@i>0; set .@i,.@i-3)
    set .@str$, insertchar(.@str$,",",.@i);
    return .@str$;
}
 
i just dont know whats wrong with
 
    set .@str$, insertchar(.@str$,",",.@i);
 
or 
 
    for (set .@i,getstrlen(.@str$)-3; .@i>0; set .@i,.@i-3)

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.