Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. price.. OnChestBreak: getitem <itemID>,<Amount>; treasure chest monster "1@gvs5",44 + 'i,40,"Treasure Chest",'chamonid5['randnum],1,instance_npcname("#MvP Summoner", instance_id())+"::OnChestBreak";
  2. disable the RENEWAL_CAST then set the casting scale..
  3. Emistry

    Drop Rates

    1 = 0.01x 10 = 0.1x 100 = 1x 1000 = 10x 10000 = 100x 100000 = 1000x
  4. http://rathena.org/wiki/Permanent_Monster_Spawn find all the mvp time delay...and edit it to 10 minutes... or this.. but i not sure this can make it respawn every 10 minute.. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/monster.conf // Respawn rate of monsters on a map. 50 would make mobs respawn twice as fast (half delay time) (Note 2) //Note: This does not affects mobs with inmediate respawn (most normal mobs) mob_spawn_delay: 100 plant_spawn_delay: 100 boss_spawn_delay: 100
  5. mapid refer this https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/map_index.txt the map alberta located at the third line..so the mapid is 3.. same thing apply in other map. ..and so on..
  6. try add this so that you will know how long to go before you can vote again dispbottom "Remaining Time : "+( #voting - gettimetick(2) )+" Minutes";
  7. @Mysterious i am not a mod for script section...
  8. dont edit any variable name if you dont know what you are doing... just edit the value.. the rest...leave it alone... and alway refer to you map-server..which the map-server will alway show you the reason why the script doesnt work
  9. LOL...why are you creating so many topic just for the same script ? beside..your problem occur because you renamed all the shop npc name... left it unchange ...
  10. change the 0 into 1 https://rathena.svn....ants/refine.txt callfunc "refinemain","Hollgrehenn",0; callfunc "refinemain","Aragham",0; callfunc "refinemain","Antonio",0; callfunc "refinemain","Fredrik",0; callfunc "refinemain","Lambert",0; callfunc "refinemain","Manthasman Pruhag",0; callfunc "refinemain","Fulerr",0;
  11. then check ur script..maybe u edit it wrongly or etc.. refer to your map server check whether is there any error messages....
  12. http://rathena.org/wiki/Basic_Scripting
×
×
  • Create New...