Jump to content

BlazingSpear

Members
  • Posts

    64
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by BlazingSpear

  1. for slot you need to edit iteminfo.lua slotCount = 0, <--- Change 0 to slot do you want and try to read this rathena/doc/itemdb.txt
  2. sec_in01,79,36,4 script Freebies 123,{ mes "[Hello]"; mes "[I can give you a free gift based on your future job.]"; mes "[Please choose the correct item for the future job]"; if(!#Freebie) { mes "Select one:"; next; switch(select("Swordsman:Magician:Archer:Acolyte:Merchant:Thief:Ninja:Linker:Taek")) { case 1: getitem 2328,1; getitem 2404,1: getitem 2503,1; rentitem 29280,604800; rentitem 5394,604800; getitem 1109,1; //Item for Swordsman break; case 2: getitem 2334,1; getitem 2403,1; getitem 2503 ,1; getitem 1601 ,1; rentitem 29280,604800; rentitem 5394,604800; //Item for Magician break; case 3: getitem 2330,1; getitem 2405,1; getitem 2503 ,1; getitem 1701 ,1; rentitem 29280,604800; rentitem 5394,604800; //Item for Archer break; case 4: getitem 2309,1; getitem 2403,1; getitem 2503 ,1; getitem 1601 ,1; rentitem 29280,604800; rentitem 5394,604800; //Item for Acolyte break; case 5: getitem 2309,1; getitem 2405,1; getitem 2503 ,1; getitem 1354 ,1; rentitem 29280,604800; rentitem 5394,604800; //Item for Merchant break; case 6: getitem 2335,1; getitem 2405,1; getitem 2503 ,1; getitem 1221 ,1; rentitem 29280,604800; rentitem 5394,604800; //Item for Thief break; case 7: getitem 2335,1; getitem 2403,1; getitem 2503 ,1; getitem 1221 ,1; rentitem 29280,604800; rentitem 5394,604800; //Item for Ninja break; case 8: getitem 2335,1; getitem 2403,1; getitem 2503 ,1; getitem 1603 ,1; rentitem 29280,604800; rentitem 5394,604800; //Item for Linker break; } set #Freebie, 1; close; } OnInit: waitingroom "Get your freebies here ! ",0; end; } try this script
  3. i need some help i search at this forum and i found single strip bypass FCP but it doesnt work in game i successfully applied the patch i dont know if the patch still supported latest revision of rathena but it runs ok but when im trying to divest weapon,armor,shield,headgear it always said skills failed when i already meet the requirement my rouge is already soul link and i have glistening coat in my inventory what when wrong im using this code thanks sorry im noob in src coding
  4. is this working on latest revision??
  5. can some write simple PVP system like this PVP announcer in every town autokick idle player in pvp map, PVP ranking including PVP,GVG and PTP event and Aura for 10 top players in ranking with title and additiona stats. thanks
  6. is it possible to run the server using Virtual machine windows or linux OS i want to install here in my laptop i wonder if this is possible
×
×
  • Create New...

Important Information

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