Jump to content

SweetyBerriiz

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by SweetyBerriiz

  1. ahh , i already know why not recommend to make server function like this because it's must query item every table if item have a lot server will work heavily
  2. i write like this already but it's not realtime you can try 1. @item 4001 5ea 2. relogin 3. click your npc, npc will return 5 to you 4. @item 4001 5ea again 5. click your npc , npc will return 5 same before it's not realtime, npc must return 10 not 5 when i @item again and not relogin
  3. i want to count item in my server like countitem npc script
  4. yeah, i already change before but don't work because if you bring mouse over item in inventory (alt+e) item name will show Muffler [1] [1]
  5. How to change item list in vendor to show slot if item have slot see the picture
  6. http://rathena.org/board/topic/77523-scr-logo-help/
  7. ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ it's better
  8. 501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "warpscroll"; },{},{} function script warpscroll { /*your warp menu here*/ }
  9. how to player get a code? you will bring a code to player by your self?
  10. i think it's impossible because 1. try to set mapflag nocommand player can't use command in this map too and must make sure your gm level not bypass this mapflag 2. set mapflag to nowarpto must make sure too about gm level by pass 3. kick player or monster it's not possible if you gm level can do that but if you change gm level to lower when woe start you can't kick or everything but make sure your gm level can use what command so i think not have npc script to do like this auto must change by your self
  11. try this and this code to all case delwaitingroom; stopnpctimer; initnpctimer; disablenpc ""+strnpcinfo(0)+""; and OnTimer10000: enablenpc ""+strnpcinfo(0)+""; waitingroom "PlayUrSong-DJ Jard",0; stopnpctimer; end; OnInit: stopnpctimer; initnpctimer; delwaitingroom; waitingroom "PlayUrSong-DJ Jard",0; end; } ps. change timer at OnTimer10000: to Ontimer480000: (60000=1 minute / 480000=8 minutes)
  12. set timer to npc with this command http://rathena.org/wiki/Initnpctimer and this command to control you npc show or hide http://rathena.org/wiki/Disablenpc
  13. user vending skill and @at to open vending offline ?
×
×
  • Create New...