Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
They are just placeholdersNo formula is there, and nothing in source related to rebellion. Not even HP/SP Table Everything about rebellion are just placeholder for now...
-
Other char sprites are not released yet
-
[help] npc_event: player's event queue is full
Dastgir replied to xlaws27's question in Script Support
It happens when you have many On***Event: labels. Open src/map/map.h Change this to something higher: #define MAX_EVENTQUEUE 2 -
Btw, the job name is Summoner, and Doram is the kind of race thing
-
You mean plugin? Or whole new c file? For plugin: http://herc.ws/wiki/Hercules_Plugin_Manager (Check Building a plugin section)
-
Client not loading past character select
Dastgir replied to sikiro's question in Client-Side Support
http://herc.ws/board/index.php?app=core&module=attach§ion=attach&attach_id=3164 Download that, kRO removed some map, so if you are using old data.grf or too new data.grf, it might show like that , so download file from the link and add it to grf -
It's something I was going to do later at Jan, However here's how you can do it, Create structure of item_data containing eexp, append it with original item data, whenever item saves/trades/deleted, don't forget to change the new structure that you made .
-
Not yet
-
Client not loading past character select
Dastgir replied to sikiro's question in Client-Side Support
Might be new prontera issue, try downloading old prontera and try http://herc.ws/board/files/file/182-old-prontera/ -
You should make egg via @makeegg Instead of @item Or might be some typo in eggID in pet_db.txt
-
Script Request, will pay. (Be fair though)
Dastgir replied to TehAroil's question in Script Requests
Replace space with tab in header prontera,155,185,5<tab>script<tab>kjdshfkjsf<tab>1_F_MARIA,{ -
Rip it from jRO
-
Report any issues , if you feel they are bugged.However for 2015-05, we don't support many of its feature, which will be coded soon I guess.
-
It was fixed few days ago, Update and recompile...
-
Community Help Needed for Quick Development.
Dastgir replied to Dastgir's topic in Development Discussion
Indeed, replay files stores all the packets received(but no idea if we can retrieve them From replay file, haven't tested that thing yet) I will try to compile list soon. Majorly, we are missing instances ... -
how to disable hpmhooking when using "make plugins"? (i got error)
Dastgir replied to xlaws27's question in Plugin Support
http://superuser.com/questions/381160/how-to-install-gcc-4-7-x-4-8-x-on-centos -
how to disable hpmhooking when using "make plugins"? (i got error)
Dastgir replied to xlaws27's question in Plugin Support
Old gcc often uses more ram for HPMHook, So you can install new gcc, to overcome this problem.. @BackToTopic, type this make plugin.PluginFileNameSo for itemmap.c, typemake plugin.itemmap Note: security plugin requires HpmHook to be enabled -
type this: chmod a+x configure
-
RagEffect Client Plug-In, version 1.0.3.1 - last updated 2014/05/10
Dastgir replied to Ai4rei's topic in Client-Side Releases
Wasn't that unpacked?So unpacked client too don't work? -
Because its just stupid msvc, trying to compile as c++(For me, I just lower down the warning level)
-
Problem with drop generating cards
Dastgir replied to malbari911's question in General Server Support
Ok, seems problem in repo, commit : https://github.com/HerculesWS/Hercules/commit/9fef13d4d2e0eab3376ea95b3cb8783d48d19dda Should be fixed soon. -
Problem with drop generating cards
Dastgir replied to malbari911's question in General Server Support
Show card script, probably you mixed the fields of race and itemid -
Show what error you got?
-
I start to think you did something wrong therein the sample.c, it create a new socket sessionSample.c have example of putting some values in player session data, while my plugin shows how to pass value and save it in global variable (like, if you want to pass some config of char-server from map-server, which applies to all players, instead of just 1 player)You can just increase the size of packets and pass as many values or structures as you can... @@AnnieRuru you have a typo for char_receive_packetWhat's the typo?I just wanted to show before actually receiving to packet, the value is 0, and map-char server loads plugin separately. chrif->fd = map-char chr->login_fd = char-login Char-Map : Search map-server Id and then fd, see char_parse_char_select from char.c on how they do it.
-
As hemagx said, This is temporary solution, till HpmHook is fixed.