Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
See auraset plugin? https://github.com/dastgirp/HPM-Plugins/blob/master/src/plugins/auraset.c
-
Also a note: If your skill id is out of range, the client would still put them on etc tab. (client have hardcoded the skill id range for 1st class, 2nd class and 3rd class)
-
if the item image is not showed properly on inventory: your texture folder is messed up If it is not showed properly while dragging/dropped: your sprite drop folder is messed up.
-
hardcoded: fix (data or parameters) in a program in such a way that they cannot be altered without modifying the program. we don't have Client source as such, so if you are not able to achieve via server side editing, it probably isn't possible without any client mod. also be sure that client does not like out of range skill ID's either. alternatively, you can modify source such that when your new skill is used, trick the client and send bash skill id to client.
-
Most of the Sprite animations are handled by client and is hardcoded in client itself.
-
Zodiac of the months
Dastgir replied to Ridley's topic in Quest, Shops, Functions & Algorithms Releases
Remove the quotes. Constant's are without quotes -
skilltreeview.lua
-
Not yet, I guess you need to check BG guardians and make plugin something like that
-
Zodiac of the months
Dastgir replied to Ridley's topic in Quest, Shops, Functions & Algorithms Releases
Problem is the item constant. Item constant cannot contain ' (which was allowed previously) most probably, just the ' is removed, so you can Replace "Goat's_Horn" with "Goats_Horn", however, you should double-check if constant exist in https://raw.githubusercontent.com/HerculesWS/Hercules/stable/db/re/item_db.conf (the AegisName field is the constant) -
Tried it with same file, no error. Maybe your hercules is too old?
-
Zodiac of the months
Dastgir replied to Ridley's topic in Quest, Shops, Functions & Algorithms Releases
Line 24 in script: mesf("Would you like to make 1 ^FF0000%s^000000 for the %dth Month of this year ?", getitemname (.Zodiac[gettime(6) -1]), (gettime(6))); It is mesf, I don't know how your script have mes command instead of mesf -
Zodiac of the months
Dastgir replied to Ridley's topic in Quest, Shops, Functions & Algorithms Releases
The line you mentioned does not even exist in the script, download the new version and try. -
To be honest, those table won't even reduce your storage space significantly. Just merely few MB (considering there are many account that were active before and have tons of item in storage and inventory)
-
I don't know why this is tagged as urgent. (Not at all urgent) Client is not related to Pre Renewal or Renewal, it's about the features you need. Every client is stable enough else it won't even be released. Hercules support most of 2018 clients (recent one's too) Check 4144 Fork of NEMO (topic in client-side release/project section)
-
check your map-server.conf and char-server.conf, might be some mistake on putting WAN IP. also in network.conf, put only your local IP in "allowed: ("
-
1) The webserver is on linux, that means case sensitive "test != Test" 2) Your main.ini points to other url "http://hltracker.com/RO/patch/"
-
Probably that means no one translated it yet, you can help translate and make PR to those repo
-
Conf Files: https://habilisbest.com/raspberry-pi-and-ragnarok-online-private-server (Just follow that "Configure your Server" step to understand .conf) Hercules-11,12,14.sln depends on your Visual Studio 2017. Hercules-15 would support Visual Studio 2017, which is currently reviewed (https://github.com/HerculesWS/Hercules/pull/2131), Although you can just run Hercules-14.sln and it would show you Upgrade to latest format(or something like that), and it would work fine.
- 1 reply
-
- conf
- inter-server.conf
-
(and 1 more)
Tagged with:
-
Why not use sc(already defined and assigned in that function)? it would check with any other unit having status instead of just players. if (sc != NULL && sc->data[SC_SOULLINK] != NULL && sc->data[SC_SOULLINK]->val2 == SL_HUNTER)
-
Which revision are you using? I don't see that line anywhere nearby, modded? probably sd is null.
-
gdb map-server r when it crashes, type "bt full" and post the output here.
-
Wouldn't recommend that, but you need these changes: https://github.com/HerculesWS/Hercules/commit/499745c3eb6d79573e627433bd77881bd26afb7c
-
Your hercules should be atleast updated till 2018.01.14
-
check the `char` table