Hello. You may encounter the Push item fail error when trying to pick up an item dropped on the ground by a mob.
or
You can throw something out of your inventory and pick it up again, several times.
Probably this is a quantum dependency) I don't understand at what point this happens, sometimes two items one after another experience push item errors, and sometimes I don't have enough thousands of attempts to repeat this trick)
In any case, this is just a visual error and after the relog, the item appears in the inventory. I think first i need to disconnect the extender and check it on a bare server. I still need time to check this, maybe it's not even about the autoloot function.
https://youtu.be/6mcfmdImofE
-----------
In general, I would like to thank our wonderful Emca Eressea for her deep knowledge in programming and reverse engineering. And for the fact that her work is open to everyone, this is very amazing, and incredibly valuable.
Question
a1
So i added this code:
http://www.maxcheaters.com/forum/index.php?topic=157491.0
to my server, and i have one problem, i am not able to use potions, like greater healing potion, magic haste potion and etc.
the potions which i can use is: qhp, mana, cp which skilltype is "hot".
The point i want to add line that if i am with anti-buff effect, i can use potions or even buffs which has option target_self.
I am bad in java but i quess here:
// With Mystic Immunity you can't be buffed/debuffed
if (target.isBuffShieldOn())
continue;
So my quess it should be something like:
// Walls and Door should not be buffed
if(target.isBuffShieldOn && != SkillTargetType.TARGET_SELF ))
continue;
But i need correct edit :) i dont understand java, i just quess.
So maybe someone could help me with that?
I would be thankfull 4ever =]
Best Regards,
a1
3 answers to this question
Recommended Posts