• 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!

OTClientV8

Status
Not open for further replies.
how i can implement distance effect uint16 in my source for this otclient?
 
Edit modules/game_features/features.lua, add
g_game.enableFeature(GameMagicEffectU16)
also u16 distance effect is available
g_game.enableFeature(GameDistanceEffectU16)
@itzbrhue3 @zbizu
 
Version 1.9 will get action bar. What function would you like to have in this bar?
View attachment 41686

The action bar shouldn't be higher then cip action bar (it remove a big part of game screen) and should work in every version (7x,8x,10x...)
Should have exausted, text and image to config

About that elfbot icons it works in both sides of the screen?
What about ppl who uses CTRL+. ? There is a window like that bot/inventory window?

Your bot UI looks weird
If one day u make it compatible with otclient or open the source code i help you with that

One last suggestion is on that HP/MP on game screen: it could be personalizable (change for arcs or just removable)
 
Please add this fix to otclient, because on tibia 7.6 servers runes wont work normaly, impossible to use runes on myself, only on enemys
 
If possible, add x-ray function please, like in NG bot, to check what is on downfloor (see names) from higher floor
 
Add mwall timers for every client. Manual config to change timings for specific version
 
Version 1.9 has been released:
  • action bars
  • bug fixes for 7.6
  • ram usage optimizations
  • bug fixes for battle list
  • classic tibia ingame shop
  • preview of new login server
  • better non classic view
  • optional map caching
  • luajit 2.05 for linux version
  • removed client_news (but you can still get them from old versions, will work correctly)
  • improvements for bot
  • new fonts
  • bug fixes for npc sales

New functions:
creature:setInformationColor(color)
creature:resetInformationColor()
creature:setInformationOffset(x,y)
creature:getInformationOffset()
g_app.doScreenshot(filename)

New functions for bot:
screenshot(filename)
Callbacks:
onAnimatedText(function(thing, text) end)
onStaticText(function(thing, text) end)

Ingame shop on aurera-global.com
1579646273580.png
 
Last edited:
Status
Not open for further replies.
Back
Top