Jump to content

Dastgir

Script Developers
  • Content Count

    3805
  • Joined

  • Last visited

  • Days Won

    250

Everything posted by Dastgir

  1. @@Neo Maybe you could help?
  2. Dastgir

    @arealoot

    Manually merge to the functions showed. I am not gonna provide support for rA or any other emulator.
  3. Nobody said algorithm is hard its just that nobody suggested it, nor we thought of it.
  4. Same account, multiple times?Currently not possible, since the source DB uses account_Id to store player data...
  5. If I have to say according to that timeline.We are fully 13.3 We have many parts of 14.1/14.3, but some/many npc might be missing.
  6. Probably you disabled packet encryption from conf/battle/client.conf
  7. The queue mode that this eBG uses is full Hercules queue. Although, we don't have smart algorithm yet(nobody suggested it, and we never thought of it).Currently only @joinbg and @leavebg is there.
  8. Yes , you can do it easily on kRO and other official servers too...
  9. Please give a link(explanation) to 2 and 3. Also, its possible to implementit free,however working alone implies that the process cannot be hurried up(especially , when you are tied to other things too)
  10. As @@Balfear said, it only works on 2015,Although you may be able to change size on old clients. But to also remind , this applies to all mobs if you set it in the lua file.
  11. Client: http://herc.ws/board/topic/7617-2014-10-22-client-download/See my signature for client side translation repo link, it contains lua files too.
  12. For the server crash, please use gdb, and provide coredump, it might be totally different issue...
  13. @@Winterfox, Performance wise there's no difference, since items are only read at runtime. About item_db.conf It's far more readable, loads fast, and is easy to manage at times. @@Sasuke Uchiha On side note, this error is fixed on last version, Though, using conf is more reliable. As you cannot apply any updates too(without losing changes, if you have changed some item) if there are any update to item_db
  14. Is it possible, some kind of notification or something when opening GRF editor, which says new version available?
  15. Currently, you cannot put range of ids.
  16. Is this the delay message? Then in pc.c clif->msgtable_num(sd, MSG_SECONDS_UNTIL_USE, e_tick + 1); // [%d] seconds left until you can use Remove that.
  17. Dastgir

    2014-02-05 client

    https://github.com/ROClientSide/Translation/blob/master/data/msgstringtable.txt This one should work fine for that client.
  18. This have an active PR and will be fixed. However , we have also stated in the file, SQL is only for third party and its support for reading from server will be dropped soon. So its better you use db folder.
  19. Dastgir

    2014-02-05 client

    conf/battle/client.conf It seems you disabled packet_obfuscation, but in client side its active. So just enable it from client.conf(set value to 2)
  20. I bet there's error at map-server (most probably wrong PACKETVER on mmo.h or you might have changed packet keys and haven't changed in packets.h)
  21. I'd say , go with 2014-02-05 currently.
  22. Import the files that are mentioned in the map-server(just like how you did for main.SQL)Those are upgrades files, that are required ...
  23. @@Winterfox You forgot to clear .@accountIds array at next iteration. Also this would not be suitable for large server, attaching and detaching 100's of players would take much processing.
  24. this client was never having problem with shops. Can't really say this can be used for live server, since there's not many seema to use it(hence we have no feedback of what's wrong in this client currently) If you find bug, report it over github andnit will be fixed.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.