Jump to content

Shakto

Members
  • Posts

    403
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Shakto

  1. There is trouble when using createbgid When the npc is loading, rathena windows say : [Error]: script error on npc/custom/bg.txt line 48 parse_line: need ';' 43 : } 44 : close; 45 : OnInit: 46 : getmapxy .@map$, .@x, .@y, 1; * 48 : createbgid 1, .@map$, .@x, .@y, ""',' ""; 49 : end; 50 : }
  2. Add this at begining of your script set .@Price,5000; // Zeny required for warp if (.@Price) { message strcharinfo(0),"Warping costs "+.@Price+" Zeny."; if (Zeny < .@Price) end; //Warping script here set Zeny, Zeny-.@Price; // Write this BEFORE teleport }
  3. Hello everyone, I searched a lot and i don't find the script that i wanted. (I installed AnnieRuru mod for setbgid) Can anyone give a sample of a script please : A NPC with a timer that everytime a bg finished, a new bg begin after 5 mins. With one queue npc to go to multiple bg (In sample : Flavius, tierra / where i can add some custom bg later) Thank you so much if anyone can do that. Scripting of battleground npc stay in shadow for me for now^^ (Sorry for my bad english if there is some errors)
×
×
  • Create New...