Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. actually..you can refer to how those other card that give a bonus skill to player inside the item_db.txt For Example : Horong Card : ........{ skill "MG_SIGHT",1; },{},{ sc_end SC_SIGHT; } Joker Card : ..........{ skill "TF_STEAL",1; },{},{} Stapo Card : ...........{ skill "TF_PICKSTONE",1; skill "TF_THROWSTONE",1; },{},{} and etc.. all is the same..using the same item_bonus command. skill i,n; Gives skill #i at level n (supports skill names)
  2. http://rathena.org/tools/login_background/
  3. http://www.eathena.ws/board/index.php?showtopic=281914&st=0
  4. .. 501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "CustomBox"; },{},{} function script CustomBox { setarray .BoxItems[0],501,502,503; set .Random, getarraysize( .BoxItems ); getitem .BoxItems[ rand( .Random ) ], 1; announce "["+strcharinfo(0)+"] has just obtained a ["+getitemname(.BoxItems[ .Random ])+"] from a Custom Box.",0; end; } edit item list here setarray .BoxItems[0],501,502,503; Re-Edit : Fixed Announcement Problems
  5. like this ? "flag"- This will limit access to the menu/map depending on the value of a specified variable. This is very useful for restricting access to things when an event is on or wherever the player as passed a certain quest. //Eg. This will only allow access to the guild dungeons if the global variable $@testEvent is not set to 0. StartNode("Guild Dungeons", "flag", "$@testEvent");
  6. endless tower is a quest.... =='' that's why it need to check for certain variable before you can enter the tower.. the npc check the variable to ensure you did follow the quest flow.... http://irowiki.org/wiki/Endless_Tower
  7. that token doesnt have script...
  8. getmapmobs command is dropped ...
  9. LOL...emistrygaming....... O.O well... Chronos.com better xD
  10. try this... [ Pastebin ] Event Warper + Duplicated
  11. http://rathena.org/board/topic/58282-gold-room-request/page__hl__%2Bgold+%2Broom__fromsearch__1
  12. you can try this [ Pastebin ] Event Warper to Setup the Warp [npc:Sample] : EventName#Map#X#Y to Disable the Warp [npc:Sample] : disable For Example : [npc:Sample] : Hide & Seek#prontera#150#181 Results : Event Name : Hide & Seek Location : prontera,150,181
  13. http://rathena.org/board/topic/57128-king-of-the-hill/
  14. change if( Upper > 3 ){ to if( Upper != 2 && Upper != 6 ){ or you can try this.. Class Restriction
  15. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/instances/EndlessTower.txt
×
×
  • Create New...