Jump to content

buczak

Members
  • Content Count

    52
  • Joined

  • Last visited

Posts posted by buczak


  1. @@Mhalicot

    Sorry for the delay, I was traveling.
     
    Use the latest version of Hercules always updated. I tested the plugin today and remains the problem here.
    If the player taking and place the equip several times, the DEF it increases exponentially. Not, at least for me, taking the status when unequip, and adding when equip.
     
    Very strange indeed ...

  2. 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 ....
     
    screenPressRO010.jpg
     
    screenPressRO014.jpg

  3. 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.

  4. 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

     

    status.c 

    /*==========================================* 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;

    status.h

    SC_MYCUSTOM = 2999,SC_MAX,...SI_MYCUSTOM = 2999,
    SI_MAX,
     
    ...

     

     

     

    dbconst.txt

    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?

  5. Hello, I am wanting to make a npc that clicking increases agility and set aura (auraset) in char. My question would be how best to take the char aura when the speed is over?

     

    Here's what I did, someone could help me improve the script ...

     

    prontera,150,150,6    script    Aura    700,{      sc_start SC_INC_AGI,240000,10;   aura 586,-1,-1;   addtimer 240000,"autobuffs::OnMyLabel";   end;}-	script	autobuffs	-1,{OnMyLabel:	aura 0,0,0;	end;}

     


  6. @@Lilium Sancta

     

    Lilium Primeiro queria agradecer pelo addon, estou usando o sistema e está funcionando perfeito, muito bom!! Obrigado!!

     

    Só tenho uma dúvida, saberia me dizer como consigo exibir o total de #CashPoints da conta?

    Meu flux cp usa essa linha para exibir:

     

    <span class="balance-text">Créditos</span><span class="balance-amount"><?php echo number_format((int)$session->account->balance) ?></span>

    Porém eu uso chaspoints da tabela acc_reg_num_db do campo key.

    Sabe onde eu preciso mudar para pegar esses valores e exibir na página?

     

    Obrigado.


  7. Hello, I'm looking for the Reno npc that makes the crystal quest synthesis, but I can not find anywhere.
     
    Would be under another name or another folder in the npc /?
    I searched the forum, source, wiki and found nothing ... lol
     
    They would know how to enable the NPC, is not showing up in the game, or at least not found ..
     
    Thank you!

  8. um.. yes it's a "normal" bug

    there are still missing "packet" for that client and newer 2015 client

     

    wow! Do you know if this error will be fixed someday? Any news on this?
     
    I will disable the quest and waits for the client support :)

  9. I do not know what's going on when someone makes eden quest, any level, and logs out, can not log more the character of the quest. Giving error that the client has stopped working and closes the game!
     
    This only happens with the eden of quests, and the char that made the quest. Another char of the account that did not make the quest logs without error.
     
    I've taken the quest to avoid more errors, and would like your help.
     
    Does anyone know anything about it ??
     
    How do I unlink these players that have made the quest, like taking the quest of them, so they can use this char ??

  10.  

    every time the guy tried to enter the server the client gave error ... the other chars entered the good.
    There's various errors.

    It would be good if you screenshot the error by client and upload it here, so we can help you better. :)

     

    Has no error message, the client only stops working and closes the game. I logged with his account and it is the same, but already deleted this char ...

     

    @@buczak

    enable zeny log and track zeny changes

    conf/logs.conf

    log_zeny: 1,000,000

     

    Put log_zeny 1000000, now I will be controlling ... Thanks !!

     

    I know an NPC that gives 500M zeny for single item. :) Maybe you're selling 17 Carat Diamond in cash shop or somewhere. This can be exchange to 500M zeny.

     

    Let me know where I think the source of this NPC buying Carat Diamond? I'll see if it can be too ..


  11. Hello, I opened my server today to test, and one day had two players with 900.000,000z !!!!
    To a char those bug there and every time the guy tried to enter the server the client gave error ... the other chars entered the good.
     
    I do not know what can be, I took the npc / mail, by guarantee
    Shows no message items sold at low, nothing!
     
    What can be, personal help, I do not know where to look!

  12.  

     

    I just wanted to clean up the Renewal DEF mechanics to Pre-Renewal, because the defense is very high and very low attack .

    can you show example? cause I never experience that way..

     

    :meow:

     

    I try to explain better rsrsr
     
    I made a ful build def: 172 + 240 - Combat Knife, WoE set, Valk Shield + Thara Frog, etc ..
     
    And another full asura atack: Freoni +100 hit, etc ...
     
    And the Asura misses actually no attack hits the player full def ...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.