Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
Moving to General Server Support.
-
1) po must be saved in ASCII (if I remember well) 2) Client should use correct codepage (use OpenSetup and ROExt, and change the codepage to other language)
-
@@Frost does any official server use this? if so , it might be good to add this kind of bonus to repo..
-
https://github.com/ROClientSide/Translation/raw/master/data/msgstringtable.txt ^ This doesn't work?
-
Simple Query can make it do so: SELECT id,time,picklog.char_id,type,nameid,amount,refine,card0,card1,card2,card3,unique_id,map,char.name FROM picklog LEFT JOIN `char` ON char.char_id = picklog.char_id; I feel its extra overhead to have char_name to be saved, so this query would save you
-
Probably you are compiling it as C++ code....
- 2 replies
-
- source
- IntelliSense: expected an ide
-
(and 2 more)
Tagged with:
-
Item Unique_Id possible item duplication check?
Dastgir replied to daim's question in General Server Support
It was just duplicate ID and not duplicated items. -
dos2unix configure ./configure This should solve configure error. then recompile the server
-
There's nothing like SubSkill in Hercules. Better give some description?
-
Any screenshot?
-
[ERROR] clif_parse: Received unsupported packet
Dastgir replied to Aurora's question in General Server Support
You might have disabled packet encryption from client.. -
If you want to increase HP/SP, increase the multiplier, however Server will auto generate missing levels(will not put in file, but it will direct put in memory the HP/Sp of next levels)
-
This is clientside feature, and once new client is released, it will be usable without any server modification
-
It does work
-
Anyone want to list the commits?
-
I can't give 100% time to RO, I have many many in real life works to do, which keeps me busy (and recently, was without any workstation to work with, for almost 2 weeks, hence you might have not seen me around support topics too...) C'mon, everyone has their own life too. This kind of thing always takes time...
-
Emulator is written in c. Scripts are written in custom language(pretty easy to understand) Always try to be use latest revision of git(and I suggest you to migrate to git from.svn), eA used to have concept of trunk and stable, but for us, latest version is always stable.
-
*looks around me**hides away for a month*
-
Need RSU patcher instead of Thor Patcher - Willing to pay
Dastgir replied to keough's question in General Server Support
http://nn.ai4rei.net/dev/rsu/help/settings.htm But need to use old version (2.4) -
150$ lifetime i guess...
-
You misspelt the name of file...I do have it, I will upload when back to RO stuff.
-
http://herc.ws/board/topic/11649-semi-official-instances-package-v03/
-
2 years :x, its probably many many changes. Like renewal phase(changing to pointers) , emerging of Plugins, and many format change of db files(though there are tools to convert those). You should update Hercules, but in the same time, it would take some time to fix conflicts if there are massive edits... Also labeling is not important @@Aeromesi The conflict have 2 part, the local and remote changes, so you can easily make off the difference and fix it accordingly