What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Plugin - Free] Charity - A Free Grinding Plugin

You all are in luck. They gave me my account back. I shall be re picking up this project where I left off.
 
That is great news! I was just thinking about sorting through it and seeing what could be updated and BOOM! You're back! Very cool.
 
This plugin looks amazing, I started playing with the prototype one you posted when you got banned, its pretty nice. I would probably just keep using it until your full release comes out but it seems to go overboard with the bow on the blighter lol.
 
oh yeah, my other toon is an abolisher - no support or I would have tested it out with him also.
 
Charity is going to be going up on Github tonight. alq0rsan was nice enough to volunteer his services. We should have updates starting on the regular. We are also looking for more developers. If you have a programming background and are comfortable in C#, please let me know.
 
Add this(to farm library) (Rus) (Foliants and bookmark)
if(buffTime("Плотная книжная закладка") == 0 && skillCooldown("Плотная книжная закладка") == 0)
UseItem("Плотная книжная закладка", true);
if(buffTime("Фолиант мощи") == 0 && skillCooldown("Фолиант мощи") == 0)
UseItem("Фолиант мощи", true);
if(buffTime("Фолиант устойчивости") == 0 && skillCooldown("Фолиант устойчивости") == 0)
UseItem("Фолиант устойчивости", true);
 
Any news?

Git is up on the first page. I am putting revisions as I get them ready. I am still looking for developers.

Add this(to farm library) (Rus) (Foliants and bookmark)

if (buffTime ("Thick Book Bookmark") == 0 && skillCooldown ("Thick Book Bookmark") == 0)
UseItem ("Thick book tab", true);
if (buffTime ("Tome of power") == 0 && skillCooldown ("Tome of power") == 0)
UseItem ("Tome of power", true);
if (buffTime ("Tome of sustainability") == 0 && skillCooldown ("Tome of sustainability") == 0)
UseItem ("Tome of sustainability", true);

Can you get me the ItemID's for these? You should be able to use a dumper to get them. Make sure the ID's are labeled.


There is a usable in the dll in the debug folder. It is good for stone arrow or PrimeEvil. It will stand and attack everything around it. Very basic combat, it will also roll on every Hasla weapon.
 
Last edited:
Thick Book Bookmark - ID 34242
Tome of power - ID 31777
Tome of sustainability - ID 31776
 
You still working on this? my heart dropped when u said u were done with it. Best plugin I've seen. Used it for arena too work wonderfully for a stone arrow.is so perfect. Not good and coding but down to help any way possible =)
 
Thick Book Bookmark - ID 34242
Tome of power - ID 31777
Tome of sustainability - ID 31776

Thanks for this. Can you clue me on exactly that these are? I think they are binding stone items?

You still working on this? my heart dropped when u said u were done with it. Best plugin I've seen. Used it for arena too work wonderfully for a stone arrow.is so perfect. Not good and coding but down to help any way possible =)

Yes I Am back. They saw fit to give me my account back. Funny enough I just use this as my rotation bot since I am lazy. I will be finishing out the code to make it a grind bot. I will eventually be adding smart pathing. I appreciate the offer for help. ATM all I need coders, but it should still work for Stone Arrow =) Eventually, when it is working better I will be adding a donate link (I dont ask for donations on shit that I personally wouldnt use) and buy me a beer if you feel so inclined..
 
Last edited:
Phelon.. that name sounds familiar.. glider?

OT: Nice work! new here, figuring it all out atm
 
Is there a way to turn of Play Instrument?

Not optimal for toon to start playing when some mob is whacking your butt at low health.
 
Is there a way to turn of Play Instrument?

Not optimal for toon to start playing when some mob is whacking your butt at low health.

I am going to put in a toggle for it. I thought it was a good idea.. but honestly, play instrument sucks donkey shit unless you are a healer. You can comment it out of the rest code if you want.
 
Which skill setup is best for each different class? is it coded after a specific set of skills or does it dynamically adjust to the skills you pick and chose?
 
does this plugin supports custom builds atm buddy ?
 
Back
Top