Recent content by Nardoth

  1. N

    Consumables with itemskill not working

    For some reason, when I try to use a magnifier, flywing, Yggdrasil leaf and other items like them, they would be consumed and no skill will happen. There are no errors when loading the server nor when using the items. I updated my hercules like 2 weeks ago but I don't remember if I had this...
  2. N

    Walk over NPC and Bank questions

    Hi, is there a way to make an invisible npc such that you can walk over it instead of pushing you to a free cell? It seems like FAKE_NPC pushes you away. Also is there a way to open the bank in a script the same way you open the auction with the command "openauction" ? EDIT: Already solved it...
  3. N

    Getting a melee or ground targeted skill and target

    When a magic skill is casted on an enemy of my map_session_data *sd I can get both the skill id and target with sd->ud.skill_id and sd->ud.skill_target but this is not the case on a melee or ground targeted skill (it returns 0 with that method, for some reason). How do I get both of those...
  4. N

    Clone AI

    Hi, is there a way to make a clone mimic the player in basic attacks, skills and targets?   Apparently, changing the parameters of my mobdata *MyClone like MyClone->ud.target = sd->ud.target; and a lot more of variables like that are not helping: as soon as I attack something, the clone...
Back
Top