Jump to content

EvilPuncker

Members
  • Posts

    713
  • Joined

  • Days Won

    1

Everything posted by EvilPuncker

  1. Some things that I want to see in rA: - add a #ifdef GEOIP acording to this topic - fix battleground buttom - fix party booking button - fix items (14597,14598,14602,14603,14604,14605 and other scrolls maybe) so they display their respective buff icon like on official servers Also I would like to see Reins of mount implemented as in official servers, not using a script command but using the sc_start thing already done \/
  2. that command isn't even in eAthena, it is just a source mod, you need to apply it into rAthena in order to use it
  3. then it works, seems like you have to close the vending after receiving the msg
  4. @xazax works like a charm now it just need a battle conf added to features and then add to trunk @edit nvm, it broke the vending skill steps to reproduce: 1 - go near a npc and try to open your store 2 - get the 619 msg 3 - walk away from the npc range 4 - click ok to sell the same item 5 - get "You can't sell undentified items" 6 - the item disappears until logout
  5. I got poring job with 2011-11-16aRagexeRE maybe bad langtype?
  6. - add this "You can no longer set up purchase shops / vends within a 7x7 area around any NPC's." from 8/17/2011 kRO Maintenance
  7. mutual deletion of friends in friend list (if you delete someone from your friendlist you also got deleted from his list if you are added there)
  8. kenpachi said that they are working already on a better split into re/pre-re thing, btw I like to have different settings since there are thing that I want and some that I don't, so it is pretty nice to have lots of setting instead of just one to disable/enable everything
  9. seems like noone is whiling to take this ahead that is sad
  10. add support to new login system so we don't need to use the buggy "restore old login system" diff would be nice
  11. atcommands are still in that file, the alias thing is a plus
  12. that is now editable at groups.conf
  13. don't forget to use make clean before
  14. add this in mapindex.h #define MAP_BELAGIO "belagio" in atcommand.c below { MAP_ECLAGE, 110, 39 }, // 35=Eclage add { MAP_BELAGIO, 110, 39 }, // 36=Belagio below } else if (strncmp(map_name, "eclage", 3) == 0) { town = 35; } add } else if (strncmp(map_name, "belagio", 3) == 0) { town = 36; } recompile & profit?
  15. seems like you don't have declared MAP_BELAGIO in src/common/mapindex.h
  16. diff the client to ignore missing pallet errors ;D
  17. updated my post Also I would like to see Reins of mount implemented as in official servers, not using a script command but using the sc_start thing
  18. just a side note to ind, aren't we using rnd() function now instead of rand()?
  19. nice, but seems like you reverted some changes with that commit
  20. but judas, that one you said is to be used with restore login window diff, no?
×
×
  • Create New...