Jump to content

Question

Posted

Hello! this is my actual reset girl script:

prontera,150,193,4    script    Reset Girl    124,{
    //             Skills,    Stats,    Both,    Limit
    setarray .@Reset,    5000,    5000,    9000,    0;
    mes "[Reset Girl]";
    if(.@Reset[3] && reset_limit > .@Reset[3]) {
        mes "Sorry you can only reset "+callfunc("F_InsertPlural",.@Reset[3],"time")+" in your life.";
        close;
    }
    mes "I am the Reset Girl.";
    mes "Reset Stats: "+ callfunc("F_InsertComma",.@Reset[1]) +"z";
    mes "Reset Skills: "+ callfunc("F_InsertComma",.@Reset[0]) +"z";
    mes "Reset Both: "+ callfunc("F_InsertComma",.@Reset[2]) +"z";
    if(.@Reset[3]) mes "You may only reset "+callfunc("F_InsertPlural",.@Reset[3],"time")+", so use "+((.@Reset[3]>1)?"them":"it")+" wisely.";
    mes "Please select the service you want:";
    next;
    set .@i,(select("^FF3355Reset Skills:Reset Stats:Reset Both^000000:Cancel"));
    if(.@i > 3) close;
    mes "[Reset Girl]";
    if (Zeny < .@Reset[.@i-1]) {
        mes "Sorry, you don't have enough Zeny.";
        close;
    }
    if(.@Reset[3]){
        mes "You can only reset "+callfunc("F_InsertPlural",.@Reset[3],"time")+" in your life, are you sure?";
        if(select("Let me think:That's fine") == 1) close;
    }
    set Zeny, Zeny-.@Reset[.@i-1];
    if(.@i&1){
        sc_end_class;
        ResetSkill;
    }
    if(.@i&2) ResetStatus;
    mes "There you go!";
    if(.@Reset[3]) set reset_limit,reset_limit + 1;
    close;
}

 

 

how do I edit the script to reset my level without reset limits for 1.000.000Z (im using the defaut Blvl and Jlvl of the renewal), Thanks.

PD: sorry for my bad english

 

 

1 answer to this question

Recommended Posts

  • 0
Posted (edited)
 //             Skills,    Stats,    Both,    Limit
    setarray .@Reset,    5000,    5000,    9000,    0;

Wouldnt setting the limit to 0  make it unlimited?

Then change the 5000 to 1000000

 

Next time set the script into a code box.  It'll make life easier.

Edited by srhmike

Join the conversation

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

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...