Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
Search a bit: https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/costumeitem.c
-
Why is view so high? Check that for weapons view: https://github.com/HerculesWS/Hercules/blob/master/doc/item_db.txt
-
https://mega.co.nz/#!EtcjBYqK!lAjnrjCgpyXvu_L909vakVW_twTplrqe4wVZ-VmAa6g
-
Update: Contents removed and links has been removed as it was not suitable for public distribution.
-
Ragnarok Unpacked Clients Repository (RUCR)
Dastgir replied to Dastgir's topic in Client-Side Releases
Update: Removed all the contents from the site, including the link, as it was not suitable to distribute this publicly. -
I just gave a quick look(there can be more error), but just change this for (.@t = 0; .@t < .@tiers; .@t++) { to for (.@t = 0; .@t < .tiers; .@t++) { and check if it works.
-
Can a client force open another program?
Dastgir replied to bWolfie's question in Client-Side Support
As I mentioned in topic, it works on 2011/12 client. However there's some new packets in 2015/16/(17? Haven't tested), which would allow the ping-type of request. Else the best method is hook a DLL and allow ping with custom made packet, so it works with all clients. -
I didn't call you anything. 2017-05-17 :
-
I usually won't entertain these kind of post since I asked for many things and I got really no info. So Here it is: 1 Level, SP is 11, Pre-Renewal Setting, Hercules Revision https://github.com/HerculesWS/Hercules/commit/2bf7d082116013cfdad031046f3ac0c932c3eb65 , No Configs edited. Fine with you now? When we ask the method and information, we have already made sure it doesn't happen in herc with no mods/config/whatsoever, so you are required to post those information that we ask, otherwise, these questions would go unanswered.
-
Ragnarok Unpacked Clients Repository (RUCR)
Dastgir replied to Dastgir's topic in Client-Side Releases
o_O it works fine, maybe you might be adding extra bytes, thats why. -
though it accepts zeny only and not item.
-
Rather than just telling problem, maybe explain it? How you got that? Reproduction step? Any configs modified, Hercules revision used? Renewal or pre renewal, this kind of reports are hard to fix without proper(complete) information.
-
Zombie dead.
-
I suggest using import folder: conf/import/char-server.conf: char_configuration: { sql_connection: { db_hostname: "127.0.0.1" db_port: 3306 db_username: "username" db_password: "password" db_database: "database" } } ^ equivalent to Char_server_ip/char_server_port/etc.. in rA conf/import/login-server.conf: login_configuration: { account: { sql_connection: { // equivalent to login_server_ip/login_server_port/etc. db_hostname: "127.0.0.1" db_port: 3306 db_username: "username" db_password: "password" db_database: "database" } ipban: { sql_connection: { // equivalent to ipban_db_ip/ipban_db_port/etc. db_hostname: "127.0.0.1" db_port: 3306 db_username: "username" db_password: "password" db_database: "database" } } } } conf/import/inter-server.conf: inter_configuration: { log: { sql_connection: { // equivalent to log_db_ip/log_db_port/etc. db_hostname: "127.0.0.1" db_port: 3306 db_username: "username" db_password: "password" db_database: "database" } } } conf/import/map-server.conf map_configuration: { sql_connection: { //equivalent to map_server_ip/map_server_port/etc. db_hostname: "127.0.0.1" db_port: 3306 db_username: "username" db_password: "password" db_database: "database" } } If you want all servers to use same db username/pass/database, you can instead edit conf/global/sql_connection.conf sql_connection: { db_hostname: "127.0.0.1" db_port: 3306 db_username: "ragnarok" db_password: "ragnarok" db_database: "ragnarok" //codepage:"" } sql_connection.conf affects all server, and avoids mentioning each credentials seperately. I hope it helped you and this is what you were asking for.
- 9 replies
-
- conf
- inter-server
-
(and 2 more)
Tagged with:
-
reading item from SQL is not supported on herc. For item_db.conf, you can have it as: Job: { Summoner: true } if you want to use it for flux, you can have it on your item_db.conf and use the db2sql plugin(provided with hercules repo), to convert the conf to sql(yet, sql db won't be read by server, its purely for external uses)
-
You mean this? https://github.com/dastgir/HPM-Plugins/commit/c09570cfb0dd68fada5ece052fa67387e961814f ?
-
They are not yet possible by current design, however new commands can be created for adding/removing mapflags
- 152 replies
-
- afk atcommand
- @afk
-
(and 2 more)
Tagged with:
-
Ragnarok Unpacked Clients Repository (RUCR)
Dastgir replied to Dastgir's topic in Client-Side Releases
Also, only 1 patch fails in list of recommended patches (translate client) -
Something's wrong with your db value I guess. getting tickets(2) doesn't return millisecond, and having that high time is not possible. Maybe somewhere you inserted some high value in online_time field.
-
Good luck, let us know if you need some help I guess no one would deny help for this dream project
-
Are you talking about having 2 set of server? Or using multiple database for login/char/map? From the first post , it seems you were talking about database, but from last post, it seems you want multi map server, however, multi map server is not possible with Hercules.. If you were asking of database, it's possible to segregate the database for login/char/map server, use import folders and import your own sql_connection setting(the format is same as that of map-server.conf/char-server.conf/login-server.conf)
- 9 replies
-
- conf
- inter-server
-
(and 2 more)
Tagged with:
-
- 2 comments
-
Ragnarok Unpacked Clients Repository (RUCR)
Dastgir replied to Dastgir's topic in Client-Side Releases
Get new WinZip/7zip, it uses zip format with LZMA which won't be available in old software. -
Ragnarok Unpacked Clients Repository (RUCR)
Dastgir replied to Dastgir's topic in Client-Side Releases
Old? As in 2012 and less? They weren't packed, so downloading them from patch server would work fine. -
Client (instant)crash after pressing Login
Dastgir replied to Echoes's question in Client-Side Support
missing resources of char display? (I doubt) maybe unwanted patch applied to client? Try disabling "Use Custom Font" and "Resize font" and try?