Jump to content

Ninjamon

Members
  • Posts

    295
  • Joined

  • Last visited

Everything posted by Ninjamon

  1. Manually Added. I hope someone will release a version that it has a configuration.txt at the db like when you @reloadskilldb it will take effect not resetting the server before getting its changes
  2. I got alot of errors after i compiled. lol
  3. Do i need to patch first the one that Euphy first before i start running that script?
  4. It has 3 heads (Mid Lower Upper) Robe and Floor. How can i put my custom there? up up up
  5. How to remove the 5 mins idle here? - script hourlypoints -1,{ //--Start of the Script OnPCLoginEvent: attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end; OnTimer30000: //Check if Vending (normal or @at) if(checkvending() >= 1 || checkchatting() == 1) { dispbottom "The hourly points event stopped because you were vending / chatting. Please relog if you wish to start again."; stopnpctimer; end; } //Check if Idle getmapxy( .@map$, .@x, .@y, 0 ); if(@map$ == .@map$ && @x == .@x && @y == .@y) { set @afk, @afk + 1; } //If move timer resets else { set @afk, 0; } set @map$, .@map$; set @x, .@x; set @y, .@y; //Idle Check for 5 Minutes if(@afk == 5) { dispbottom "The hourly points event stopped because you were idle for 5 minutes. Please relog if you wish to start again."; stopnpctimer; end; } end; OnTimer60000: set @minute, @minute + 1; //Check for 1 Minute if(@minute == 60){ set @minute,0; getitem 20517,1; dispbottom "You received 1 "+getitemname( 20517 )+" by staying ingame for 1 hour"; set @consecutive_hour, @consecutive_hour + 1; } //Check for 12 hours consecutive if(@consecutive_hour == 6) { set @consecutive_hour,0; getitem 20517,1; dispbottom "You received 6 "+getitemname( 20517 )+" by staying ingame for consecutive of 6 hour"; } stopnpctimer; initnpctimer; end; }
  6. Is it possible to make all monsters in a specific map to drop TCG? Is it a map flag or what?
  7. Will this work on the latest rathena tho?
  8. Does this take effect on a specific map only? Cant Download up up
  9. This only appears after you click register. up up up
  10. Can anyone see or fix this source code for me? It seems that this is outdated and may not work on rathena Can anyone help me with this? The Thread: http://www.eathena.ws/board/index.php?showtopic=280426 The Patch : http://www.mediafire.com/?ljtr9vv3b3bmyjm
  11. How about all map? Does this source support +200%?
  12. My Flux got a error after i updated my latest svn. here is the error
  13. Can anyone give me a Hourly reward but its only enable on a specific map with NO 5 mins AFK Restriction? up
  14. How can i reduce Warmth +Damage Buff?
  15. Ammo : type 10 Cannot put this item on. up How can i make it on the alt+Q Costume Tab? On the Robe slot?
  16. Everytime i logout the skill tree doesn't save. Why?
  17. Updated.and doesn't work.
  18. Does any one have idea about this error on my sql? [SQL]: DB error - Unknown column 'flag' in 'field list' [Debug]: at char.c:1284 - SELECT `id`, `lv`,`flag` FROM `skill` WHERE `char_id`=? LIMIT 3100 [SQL]: DB error - Statement not prepared
  19. How can i make my disguise suit wearable at the arrow area?
  20. How can i Doesn't work. How can i add a separation like Baby Class, Special Class, Transcendent and 3rd Job?
  21. Anyways i am using pre renewal. is it the same?
×
×
  • Create New...