Jump to content

legion

Members
  • Content Count

    36
  • Joined

  • Last visited

Everything posted by legion

  1. Thanks Jezu and Mumbles! Will try this now.
  2. Hi, can anyone please make a script that gives you an item that depends on your base/job level and job? Example at job level 10 a pop up will appear saying that I have reached job level 10 and choose what 1st job I want to be so that a starter item for that specific job will be given like if I choose archer i will recieve a composite bow, and then at base level 33 I will receive a gakkung[1] and so on..
  3. Hi, I made this script but it doesn't work. I don't know what's wrong, please help. prontera,146,168,4 script Mall Warper 4_M_KNIGHT_GOLD,{ mes "[Mall Warper]"; mes "Hi! I can warp you to the mall"; mes "where you can buy free items,"; mes "but remember that when testing is"; mes "done, we will remove this item mall"; mes "and all accounts will be wiped."; mes "Proceed?"; switch(select(Yes:No)) { case 1: warp itemmall,179,40; close; end; case2: close; end; }}
  4. EDIT: Solved my problem, didn't see that there was third class setarray .JobReq[0],10,40; // Minimum job level to turn into 1st class, 2nd class set .ThirdClass,0; // Enable third classes? (1: yes / 0: no) set .SNovice,45; // Minimum base level to turn into Super Novice set .LastJob,1; // Enforce linear class changes? (1: yes / 0: no) set .SkillPointCheck,1; // Force player to use up all skill points? (1: yes / 0: no) set .Platinum,1; // Get platinum skills automatically? (1: yes / 0: no) end; } at the bottom, please close this thread, thanks!
  5. Hi, i'm having the same issue, but I tried to apply the fix above, but still cannot connect to charserver, and also no errors. EDIT: I already fixed it, forgot to compile server after changing PACKET_VER, thanks!
×
×
  • Create New...

Important Information

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