Jump to content

Emistry

Forum Moderator
  • Posts

    10015
  • Joined

  • Days Won

    396

Everything posted by Emistry

  1. it should be set .@garden$,"maze"; beside..... since you have already set the mapname into a variable... this line is incorrect already... monster "maze"....blablbala it should be monster .@garden$,........blablabla like i said above... warp ".@garden$",.@x,.@y; when you are using the variable... ( try to get the value of the variable ) you dont need to use any double quote ( " ) for the argument should be....this.. warp .@garden$,.@x,.@y;
  2. i didnt saw any similar or alike script in your attached script .... For Example : warp "velika_town",0,0;
  3. did you install the map correctly ? i mean your map_cache and etc... did you able to warp to your custom town using @warp ? or @go ? or whatever ? tried with this ?? warp "name",x,y;
  4. LOL ??? if you are going to use separate NPC....isnt that Chris already give you the solution ? if you are looking for Multiple Room in 1 NPC...i already provide the script as well... what else you want ? ==''
  5. isnt that show in your script already ? //------------------Warp Portal------------------------------------------------------ que_qsch05,253,320,0 warp guesswarp 2,2,poring_c01,103,95 //-----------------------------------------------------------------------------------
  6. try this ? find this mapannounce "quiz_01","Mr. Dice: The winning number is "+$@number+".",0; add below hideoffnpc "Dice#evnt1";
  7. well, i try to contact with you last time...but due to my connection problem..i unable to connect to internet.. and i was unable to send you the fixed parts.... the problem caused no monster is because of this line monster "guild_vs5",0,0,"Gold",100,strnpcinfo(0)+"::OnKilled"; it suppose to have a monster ID which i forget to put... monster "guild_vs5",0,0,"Gold",1002,100,strnpcinfo(0)+"::OnKilled"; if you want change to Dokebi...then change 1002 into Dokebi ID.
  8. By default : rAthena src/map/map.h #define MAX_LEVEL 150 eAthena src/map/map.h #define MAX_LEVEL 99 you have to edit the value and then recompile in order to make your server to have MaxLevel of 400...
  9. 646 xD you're right Gepard..i missed that ...>.<
  10. how come the number dropped to 340 it was already i will forward with 640... XP
  11. when your script / script going to read more than 1 line.. you have to use curley to wrap your script.. if( condition ){ < script here.......> }else{ < balblabla script...> }
  12. to calculate your rate... ( Num2 - Num1 ) / BaseRate to broadcast.. announce "You get item NAME",0;
  13. OnInit: waitingroom "PVP Room",0; end;
  14. that config only apply on each time you use the summon command.. it limit you max of summon 25 monster / slave each time you use summon command
  15. i dont think it is possible for you... perhap some way like "Duplicate" the skill into a new skills and then make it non-delay skill xD
×
×
  • Create New...