Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Reputation Activity

  1. Upvote
    4144 got a reaction from Host32 in Create restrictions to equip cards   
    You can check for hook functions pc->can_insert_card and pc->can_insert_card_into.
    First check is card can be used by itself, second check if this card can be inserted to this item
  2. Upvote
    4144 got a reaction from Keru in Invalid menu selection on npc (after warp)   
    This issue by design. After warp server forgot any npc related things.
    Probably need change this. Need talk with other devs. Reset happend in clif_parse_LoadEndAck.
    Or better some one create bug on github bug tracker?
  3. Upvote
    4144 got a reaction from Unstoppable in Help   
    If you mean warnings "Unable to set ..." this is mostly ok.
    First option useless and may be even not safe, it ignored (SO_REUSEPORT)
    Option with TCP_THIN_* need for better latency, look like your hosting not support it.
     
    With or without this options all will works.
  4. Upvote
    4144 got a reaction from ZelosAvalon in NPC Ultimate PvP Warper Bug   
    If you mean buildin variable it should be BaseLevel (without space)
  5. Upvote
    4144 got a reaction from CrossEkta in Cant make login_sql right after cloning from git   
    not sure what wrong, try from start.
    autoreconf./configure --disable-ltomake lto disabled, because it broken in some gcc versions
  6. Upvote
    4144 got a reaction from Muyo in Luk and freezing   
    try add
     
    tick_def = st->luk>249?0:tick_def;
  7. Upvote
    4144 got a reaction from Muyo in Luk and freezing   
    I gave changed line, this mean need remove old "tick_def = 0; //No duration reduction"
  8. Upvote
    4144 got a reaction from Zirius in Compiling "make sql" with only MariaDB dependencies   
    Here is pull request https://github.com/HerculesWS/Hercules/pull/368
    If you cant use git, by this link you can find patch.
     
×
×
  • Create New...

Important Information

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