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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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