Jump to content

LatSo

Members
  • Posts

    296
  • Joined

  • Last visited

Everything posted by LatSo

  1. the damage increase/decrease is not working
  2. LatSo

    PVP Ladder

    then howcome you can't see the npc? can you post your configuration here?
  3. LatSo

    @afk source mod

    thanks for brainstorming with me
  4. LatSo

    @afk source mod

    or i could edit the name of @afk into something like @afkx then bindatcmd the @afk that will automatically run the @afkx command. sorry bad english. you think this will work? or disable the @afk command in the players command and replace it with bindatcmd @logout that will automatically trigger the real @afk after setting a variable to a player.
  5. LatSo

    @afk source mod

    but will it still do the real @afk command?
  6. http://rathena.org/board/topic/71389-afk-with-afk-hat/ is there any way to check if a player is on afk?
  7. increasing the number will harm the server or not? I mean, are there downsides?
  8. [Warning]: pc_bonus: Reached max (10) number of add effects per character! I got tons of this warnings.
  9. LatSo

    PVP Ladder

    but no error? are you sure you loaded the npc? I mean did you put in on scripts_custom.txt?
  10. LatSo

    IP Listing

    An NPC will input the player's IP into SQL after clicking the NPC. The player cannot click the NPC again if he's IP is already listed. I hope you understand my request, if you have questions feel free to reply down below! Thanks!
  11. LatSo

    PVP Ladder

    maybe you just dont know the location, have you tried replacing the location of your npc?
  12. I heard that they are still running but I don't think they support rAthena emulators?
  13. some of my custom items are not working because of sprite issue, I dont think that's the case here. And the only thing unusual in my map-sever is the warning of pc_bonus.
  14. I agree, cls command will be a big help and it could be use in different varieties. I smell more events/system if this will be released
  15. no matter how hard I look into my custom item effects, can't find the one that can cause warnings. Although I have a theory, I edit my max refine from 20 to 13. Some of my custom items have scripts like this: if( getrefine() > 7 ) { bonus bAddRace_RC_DemiHuman,getrefine(); bonus bMaxHPrate,(getrefine()/2); } and some of my custom item scripts are: if(Class==Job_Sorcerer_T) { bonus bMatk,150; bonus bDelayRate,-15; bonus bFlee,100; bonus bInt,10; if(getrefine() > 7) { autobonus3 "{ bonus2 bSkillAtk,19,150; bonus2 bSkillAtk,14,150; bonus2 bSkillAtk,2217,150; }",1000,3000,19,"{ specialeffect2 EF_FIRESPLASHHIT; }"; You think that can cause the warnings?
  16. Now that you mention it, I have a warning pc_bonus: unknown type 0 11!
  17. Why I try to @reloadscript, sometimes my map-server auto disconnect. got no error in compiling and no error in scripts.
  18. There is no error, but the damage increase/decrease is not working i think?
  19. yes you need to duplicate them all
  20. how to disable @command or @storage in a specific map?
  21. Increasing the sp value will decrease the dmg right?
  22. can you make example? I mean i found some but I dunno what to edit. For example to reduce by around 20% the damage of asura strike. Cuz I know that 1 wrong simple edit can cause big difference in game.
  23. how to increase/decrease skill damages in src? Since manage skill damage patch by lilith is not working in the latest revision, I want to know where I can edit it inside the src. I found some but Im confuse what to edit
×
×
  • Create New...