Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. 1380
  2. 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)
  3. 1378
  4. http://rathena.org/tools/login_background/
  5. 1376
  6. 1374
  7. http://www.eathena.ws/board/index.php?showtopic=281914&st=0
  8. .. 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
  9. 1372
  10. 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");
  11. 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
  12. 1366
  13. 1364
  14. that token doesnt have script...
  15. 1362
  16. getmapmobs command is dropped ...
  17. LOL...emistrygaming....... O.O well... Chronos.com better xD
  18. 1360
  19. try this... [ Pastebin ] Event Warper + Duplicated
  20. http://rathena.org/board/topic/58282-gold-room-request/page__hl__%2Bgold+%2Broom__fromsearch__1
  21. 1358
  22. 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
  23. http://rathena.org/board/topic/57128-king-of-the-hill/
  24. change if( Upper > 3 ){ to if( Upper != 2 && Upper != 6 ){ or you can try this.. Class Restriction
  25. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/instances/EndlessTower.txt
×
×
  • Create New...