Hello everyone,
Im Looking for a database wich was used on a live server.
If anyone has one Laying around, it would be nice if you could share it with me.
Ofcourse you can delete the User Mail Adresses. Its just for Private purpose, im making a webinterface just for fun and wanted to have a database wich is "filled" with Real data. If anyone is intrested, i could share the webinterface later for free when i Finished the Project.
Thanks
Interlude, At the moment I'm already able to compile and decompile, now I just need to make the files connect, that's all I need, inside my Skill.usk I couldn't see anything that's inside my LineageEffect.u, that's all I need, can you help me?
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