- Viewing Profile: Topics: buczak
Community Stats
- Group Members
- Active Posts 52
- Profile Views 2985
- Member Title Advanced Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
Topics I've Started
Elemental Spirit System
02 September 2015 - 05:11 PM
I'm having trouble with the elementals. Some as spirit Aqua - Level 1 Water Screen - the skill Protect the summoner by taking all of the damage inflicted on him / her, is not working.
Does anyone know anything about that?
Color palettes request
12 August 2015 - 05:25 PM
Someone would have color palettes for clothes and hair that works for all classes? I tested several palettes and am having trouble with the Ninja classes and other 3rd classes.
Thank you!
BUG Def equip and unequip items
04 July 2015 - 05:21 AM
Please I need help !!
When players equip and unequip the items several times, the def increases until all humanoids attacks give miss !!!!!!
On any map, pvp, etc .. The players are doing it and MVPs humanoid, humanoid mobs and other players do not hit more damage it.
As if the defense does not reset when you take the item and sum each time you put the items.
And only returns to normal when relog...
I do not know what to do ....
Help - Passive Skill Map Server crash
30 June 2015 - 05:23 PM
I do not know what else to do, I created a passive skill that increases the MaxHP for a period of time.
The skill is functioning without problem, I get the skill clicking the NPC, and activate it get the buff, appears the icon of status with the remainder of the buff, etc ... So far so right ...
The problem occurs when the skill on, and I try to disconnect or try to select another character, the map server crash and restart ........................
I believe that the map server can not save the skill status, but do not know what to do. Everything works, just can not log out with the skill on.
I need to save the skill obtained in SQL database ?? I am completely lost without knowing what to do ...
Has anyone experienced this or would know where is the problem !! ??
Obs - Everything compiled without errors, no error messages in map server scren, only that the map-be crashed and will be restarted, and without errors on the client.
Custom Stats Delay
27 June 2015 - 03:52 AM
Hello, I created a custom buff status added by atcommand but do not know how to add delay to reuse the buff, and status icon showing the delay time ... Here's what I've done so far, everything working for now, just missing part of the delay
[color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;]status.c [/color]
/*==========================================* Apply shared stat mods from status changes [DracoRPG]*------------------------------------------*/unsigned short status_calc_str(struct block_list *bl, struct status_change *sc, int str){ if(sc->data[SC_STOMACHACHE]) str -= sc->data[SC_STOMACHACHE]->val1; if(sc->data[SC_KYOUGAKU]) str -= sc->data[SC_KYOUGAKU]->val3; if (sc->data[SC_MYCUSTOM]) str += sc->data[SC_MYCUSTOM]->val1;
[color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;]status.h[/color]
SC_MYCUSTOM = 2999,SC_MAX,...SI_MYCUSTOM = 2999,
SI_MAX,
...
[color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;]dbconst.txt[/color]
SC_MYCUSTOM 2999
stateiconinfo.lub
StateIconList[EFST_IDs.EFST_MYCUSTOM] = { haveTimeLimit = 1, posTimeLimitStr = 2, descript = { { "Test",COLOR_TITLE_BUFF }, {"%s", COLOR_TIME}, { "Test." } }}
I need the status icon shows the delay time and the buff can not be used during this time.
Could anyone help me?
- Viewing Profile: Topics: buczak
- Privacy Policy
- Hercules Forum Rules ·