Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
This is related to Hercules and visual studio 2012 and lower.... Will be fixed soon by some of the dev
-
Yes
-
The current workaround can be hook battle_get_value function and return value and use hookStop()
-
pc_readaccountreg2 Although it's for sake of readability Borh function calls the same thing and shouldn't matter..
-
Use Hercules-11.sln for compiling with VS2012
-
I guess monster kills are stored in count1-3
-
True but then there leaves the questions: Will the app be useful? Will people use it? Not that much...If you see no returns. Put little ads, to get some return
-
Character names not saving on items
Dastgir replied to Sharpienero's question in Client-Side Support
Will do. I'll try to disable all of my plugins and report back. I've disabled all of the plugins and the issue isn't happening anymore. I'll have to isolate the issue later and figure out which plugin is causing the issue, but I believe it's the costume one. Thanks @@Dastgir Is it possible that a fix will be coming for your revision of the costume plugin?Do I have any costume plugin @_@ -
You can do via repository if you know to Like I have my bunch of plugins at one place: https://github.com/dastgir/HPM-Plugins/tree/master/src/plugins
-
Welcome I have seen you for past few days xD , remember?
-
Character names not saving on items
Dastgir replied to Sharpienero's question in Client-Side Support
Check it without plugin. Sometimes plugin interrupts normal function -
17th sept: More memory optimization, and SC has been implemented.
-
I'm just wondering how other server did it without shield.It's not a shield, its fully server side.Though anyone with knowledge can make it without buying it.
-
kRO. IRO would be last option to be followed. iRO is useful for translations of npcs
-
TIPS: 1) Learn to setup own server 2) Never go with RO hosts, almost all are resellers
-
Moving to source support, also please provide more info about what's wrong.
-
if (!sd) return 0; To if (!sd) return true;
-
So there's error on auraset. Try using https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/auraset.c
-
Oops Edit src/plugins/Makefile.in Seems my mind confused and typed map instead of plugins Also make plugins is command if you use Linux You need to type using putty
-
When you do make plugins It will compile auraset and create .so file in plugins directory (not src/plugins) Make sure there's no compile errors Or post the error which you get and The output of compile(make plugins) So that we can help better.
-
Edit src/map/Makefile.in And include auraset in the list Then do make plugins More info: http://herc.ws/wiki/Building_HPM_Plugin_for_gcc
-
implicit declaration of function ‘itemdb_searchrandomid’
Dastgir replied to Hakuryuu's question in Source Support
What error when you change as per AngelMelody post? AngelMelody solution is correct , maybe some other line is having error now? -
If you check logs, they have unique id fieldEvery item can be tracked by it.
-
Problem with Hercules Ultimate Localization (.po)
Dastgir replied to NotKappa's question in General Server Support
Mind sharing the translation file.So I can test it myself. (Here or at pm) -
You need to make sure the char_num (slot at which character is) don't conflict with existing chars (if any) Else I see no harms..(if its done when server is off)