Jump to content

Moriarty

Members
  • Posts

    135
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Moriarty

  1. Add this: announce "There are "+getmapusers("quiz_01")+" players on the map",8; after the OnPcLogoutEvent ( before the if ). Log double account and see what number appears on the announce after loggin out. If it's 1, then it's weird. As an alternative you can create a timer, that checks every 1 minute if there is only one player in the map, then you don't have to use OnLougoutEvent. ( Event start would initnpctimer, and OnTimer60000: would reset the timer if the event is still going on ).
  2. I think your .@mapnvz$ isn't being setted, as it is as temporary variable, show the whole code.
  3. Was it realeased? I see all the features on wiki, but no download @Edit Sorry, my bad. https://rathena.org/board/topic/105258-ergo-patcher/
  4. And to correct your if, use if(isequipped(38089) && isequipped(38089)) {
  5. Totally unpratical, seriously, too much hardwork while playing hahaha And let go of the capital letters please.
  6. Anywhere within all the other defs. And being TXT or SQL doesn't matter, every time you change something on your source code, you need to recompile again. Recompile is the action of creating the executables ( login-server.exe, map-server.exe, char-server.exe ), if you don't recompile, you will run the exe with the outdated code.
  7. It needs to be in the right location, there is the place for the defs. The funcs can be almost anywhere. By reloading everything, what do you mean? You need to recompile your build.
  8. Don't forget the def's BUILDIN_DEF(playBGM,"s"), BUILDIN_DEF(playBGMall,"s?????"),
  9. Well, in my server, I just made reloadscript skip all files within mobs directory, if you want to do it just with MvPs, I guess you would separate all MvP spawns in a single file. And.. well, actually I transformed all my mob spawns into a database table, it was a pain not being able to dynamically create natural spawns :v But nevermind, as I said before, you can close this topic haha, thanks.
  10. This looks ugly as hell haha I'm aware of come arounds, it's just not practical.
  11. addrid should have optional argument for map, the reason is obvious. Currently you are limited to attach players from player/npc map.
  12. Moriarty

    eAthena?

    haShield does work with last rA o.O Harmony doesn't, and you shouldn't use it, as it is abandoned since a long time ago.
  13. If something is unrecognized, it doesn't exists. Very simple, no?
  14. Moriarty

    eAthena?

    not, it's not the same with rA. Actually there is no reason why someone would use eA, as it is waaay too old, and full of exploits. About your question, sorry, I'm don't know.
  15. I mean the space the sprite occupies... derp anyway, Tokei helped me already thru Discord
  16. I have a big retangular npc sprite, and I wish to calculate the area it occupies. Horizontal and Vertical calculation is easy. Is know it's X area, Y area, position and direction. I need now to calculate diagonal area, to get all the cells the npc occupies, not sure about the math behind it. Remembering that npc position 1 and 5 != 3 and 7 Thanks
  17. It's not hard to learn. Anyway, I already told you your problem with attachrid, use account id, not char name.
  18. Maybe because you are using the wrong argument? And, addrid is somewhat confusing for me, in your place I would do a query_sql where char `last_map` = x, using SQL function RANDOM to randomize the result.
  19. Oh.. you are so right, I will bend in my bed a little to reflect why password encryption was ever created.
  20. We lack functions like UNIX to Date conversion and vice versa. I know these are available thru SQL, but we're not always working with database.
  21. Yeah, because no major company ever got hacked. And the last part of your sentence is exactly why there should be better encryption, AND IT SHOULD BE ENABLED BY DEFAULT.
  22. Isn't it past time to implement a new encryption type like SHA-256? MD5 is easily breakable, so there is really no reason someone would bother save encrypted passwords, and that's just a loss.. to players, as newbies admins frequently get hacked
  23. I think every gamer has the dream to create his own game, to customize a Ragnarok Server is something close to that.
×
×
  • Create New...