• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Shared Mods [Community Spirit!]

Rate Mod: CandyBot


  • Total voters
    134

BeniS

Advanced OT User
Senator
Joined
Aug 8, 2009
Messages
1,850
Reaction score
189
Location
New Zealand
Shared Mods Archive
Strengthening the community together!

Soooo, do you have an otclient mod that you would like to share with the community? Create a new thread for that module and post the link and a description of what it is/does and who the contributors are, here. I will then add it to this post with credits and all. I'll start it off with one of my own creations. But first things first...

What are OTClient mods?
An otclient mod is basically a client module that works like a plugin. They are written in lua with *.otmod files for module initialization and *.otui files for UI design! You can add mods to your otclient by adding the mods source folder into /mods directory of otclient.


Archive:
27/03/2013
CandyBot Mod by BeniS
CandyBot is an OTClient bot module that helps with Tibia game-play automation. CandyBot is designed to focus on efficiency, stability and safety (from bot-detection). It accomplishes these qualities using, modular style framework, thorough testing, and secure/safe 'game' functions + time delay randomization when logged into Cipsoft Servers.

Stage: Alpha
Contributors: BeniS (Ben Dol), kilouco (Alexandre)
Rating:
star_1.png
star_1.png
star_1.png
star_1.png
6837-16x16x32.png



No Date
tUZPK5Z.jpg

Reserved for super awesome mod
You know, Love isn't blind or deaf or dumb - in fact it sees far more than it will ever tell. It is going beyond yourself and stretching who you are for someone else. Being in love entails seeing someone as you wish they were: to love them is to see who they really are and still care for them. Love isn't bitter, but you can't have love without pain: sacrifice is the hallmark of love , the coin of love.

Stage: -
Contributors: -
Rating: -


Requirements To Share
  • Thread explaining and hosting your mod (must be downloadable content)
  • Description of the mod explain what it is and what it does
  • List of the contributors and name of the creator

Before you go, be sure to thank the people that are taking their time to share their hard work.
They deserve it! Much love people, remember to share your work and strengthen otclients community.
 
Last edited by a moderator:
BUG ---

I try to heal myself with UHP, and dont work !

Mana heal (with mana potion) work normally, but life heal don't...

You now how to fix it?
 
OK i fix the bug on candybot

now i have another bug...

I start a trade with an NPC, but i can't sell my itens, i choose "sell" and anything happens... some solution?
 
Make a pull request with the bug fix :) (assuming you made a code fix)
 
It is the latest version compiled, you can get 0.6.2 from the git repository.
 
I didn't seen any mod like this yet, where it is? This forum should have a mod subforum, its kinda hard to find mods..

Fallen never finished it i don't think..

I know he released a beta for people to test.. And he isn't really continuing it atm. So doubt it will be added in the near future. As for finding it- afaik he released the beta in discussion, but as it stands people preferred rme and still do.
 
Benis, please update the thread with the singl server and protocol MOD and the music MOD
 
Is there an OTC Video Capture Mod.
What im trying to say is there a mod for OTC that allows you to record your game play instead of downloading some random tibia cam program?.
 
Is there an OTC Video Capture Mod.
What im trying to say is there a mod for OTC that allows you to record your game play instead of downloading some random tibia cam program?.

I'm sure there was someone who was doing something with this originally.. Inremember seeing it on the otclient.info site before it merged onto here. However, i can't imagine it would be too hard to code (easier than a tibia cam). I could look into it. Have some free time over next few weeks so maybe i can dig it up or create one
 
If I'm not wrong, Tibiacam just records incomming packets and battlelist :) You can write a recorder even in lua. Player will be harder
 
What is wrong? OTClient have disabled BOT_PROTECTION.

Code:
ERROR: lua function callback failed: LUA ERROR:
/candybot/modules/support/events/healthrestore.lua:16: attempt to index a nil value
stack traceback:
    [C]: in function '__index'
    /candybot/modules/support/events/healthrestore.lua:16: in function 'onHealthChange'
    /candybot/modules/support/events/healthrestore.lua:97: in function </candybot/modules/support/events/healthrestore.lua:94>
    /candybot/classes/listener.lua:90: in function 'connect'
    /candybot/listeners.lua:88: in function 'connectListener'
    /candybot/listeners.lua:149: in function 'response'
    /candybot/classes/module.lua:135: in function 'notify'
    /candybot/listeners.lua:126: in function 'signal'
    /candybot/modules/bot/events/enablebot.lua:17: in function 'callback'
    /candybot/events.lua:45: in function </candybot/events.lua:44>

Ok, i have.
Look: https://github.com/LordHepipud/otclient-candybot/commit/b6f2af735cb8c94e39bce57f44db0a6edfc58291
 
Last edited:
What is wrong? OTClient have disabled BOT_PROTECTION.

Code:
ERROR: lua function callback failed: LUA ERROR:
/candybot/modules/support/events/healthrestore.lua:16: attempt to index a nil value
stack traceback:
    [C]: in function '__index'
    /candybot/modules/support/events/healthrestore.lua:16: in function 'onHealthChange'
    /candybot/modules/support/events/healthrestore.lua:97: in function </candybot/modules/support/events/healthrestore.lua:94>
    /candybot/classes/listener.lua:90: in function 'connect'
    /candybot/listeners.lua:88: in function 'connectListener'
    /candybot/listeners.lua:149: in function 'response'
    /candybot/classes/module.lua:135: in function 'notify'
    /candybot/listeners.lua:126: in function 'signal'
    /candybot/modules/bot/events/enablebot.lua:17: in function 'callback'
    /candybot/events.lua:45: in function </candybot/events.lua:44>

Ok, i have.
Look: https://github.com/LordHepipud/otclient-candybot/commit/b6f2af735cb8c94e39bce57f44db0a6edfc58291

Inside
/candybot/modules/support/events/healthrestore.lua
Find:
[RestoreType.item] = 'AutoHealItem'

replace with:
[RestoreType.item] = 'AutoHealthItem'

This is fixed in the latest commits.
 
Last edited:
Back
Top