Jump to content

EvilPuncker

Members
  • Posts

    713
  • Joined

  • Days Won

    1

Everything posted by EvilPuncker

  1. groups file doesn't support aliases, that is why he got problems
  2. mobinfo.... just look at atcommand_athena.conf
  3. make really really sure that you removed the read data folder first diff since this is the only possible problem
  4. add this before the getitem if(!playerattached()) end;
  5. it isn't broke o.O so there is no fix, you just need to wait until you can delete the character
  6. u seems a bit upset, no? xd the point I made is that we are talking about the geoip thing, not about the @accinfo like you and emistry talked about, you guys know that even with it disabled, the server still load geoip.dat... and I'll not argue about the #ifdef thing that you said because you don't seem to know what you are talking about, no offense. peace guys /gawi
  7. the POINT here is to have less code compiled by adding some #ifdef and not disabling it for some groupid... btw, want to know why I want it disabled? since my server is just for one country, why the f*ck would I need to know from where is player1 or player9999? remember that the topic is about GEOIP
  8. why do you post scripts in portuguese and incompatible with rAthena here? :/
  9. bump! add a poll please
  10. undo those changes https://github.com/calciumkid/fluxcp-renewal/commit/1e23263e04e6bec828bde863ed6cd60f1f065e0d
  11. tão facil ir em cada arquivo de npc e mudar o nome pra um menor, mas parece q vcs tem preguiça =/
  12. 20111611 and for clientinfo it doesn't matter
  13. some suggestions if you don't care: - use npc variables "." instead of temporary variable attached to the character "@" - set those variables under a OnInit label so it doesn't need to be set everytime a character talks with the NPC - I don't really like scripts that set the npc name under a variable since you can easily change it with search & replace, but if you really really want to, I sugest you to use strnpcinfo(1) instead - use escape_sql() to escape strings - put next; before any menu so you don't need to put next; after every label you call xD - change menus into switches - take a look at the new commands added to rA from toastofdoom string manipulation pack, I'm pretty sure that you can use some at your npc and improve it! All in all, good NPC, thanks for the share.
  14. EvilPuncker

    how ?

    use a paid hosting service http://rathena.org/board/forum/45-paid-services/
  15. 1 - edit your mmo.h then recompile
  16. newer clients use \data\luafiles514\lua files\ instead of \data\lua files so make sure that your lua files are in the right place (that is for skills, the program I said is for the new itemInfo file that store almost all item info in new clients instead of txt files)
  17. http://rathena.org/board/files/file/2448-itemconverter/
  18. because those are cash items and are intended to work that way, if you don't want, then use the non-cash food
  19. Seems like you don't know what is this program about, eh? I'd suggest you to try it!
  20. what Alejandra said is wrong, you need to edit the entry at item_db.txt changing the 100 to 50 bonus bNoMagicDamage,100; to bonus bNoMagicDamage,50;
  21. thats false please tell us the truth! xd
  22. why some ppl r so dumb

    1. Eurydice
    2. Eurydice

      Eurydice

      I had to +1 one of your posts. XD Just because. Lmao.

    3. EvilPuncker

      EvilPuncker

      they don't stop!

×
×
  • Create New...