Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
@@Neo Maybe you could help?
-
Manually merge to the functions showed. I am not gonna provide support for rA or any other emulator.
- 36 replies
-
- lootarea
- loot by area
-
(and 1 more)
Tagged with:
-
Nobody said algorithm is hard its just that nobody suggested it, nor we thought of it.
-
Same account, multiple times?Currently not possible, since the source DB uses account_Id to store player data...
-
Which episode does Hercules support?
Dastgir replied to latheesan's question in General Server Support
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. -
Probably you disabled packet encryption from conf/battle/client.conf
-
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.
-
In game menu?Isn't queue better?
-
Yes , you can do it easily on kRO and other official servers too...
-
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)
-
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.
-
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.
-
Server Warnings/Errors, how to solve them?
Dastgir replied to eKoh's question in General Server Support
For the server crash, please use gdb, and provide coredump, it might be totally different issue... -
@@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
-
Is it possible, some kind of notification or something when opening GRF editor, which says new version available?
-
Currently, you cannot put range of ids.
-
how to remove this msg? but i still want a delay
Dastgir replied to xxky's question in Script Support
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. -
https://github.com/ROClientSide/Translation/blob/master/data/msgstringtable.txt This one should work fine for that client.
-
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.
-
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)
-
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)
-
I'd say , go with 2014-02-05 currently.
-
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 ...
-
@@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.
-
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.