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

Cloning with Elfbot [Urgently]

Dankoo

Active Member
Joined
Sep 4, 2010
Messages
1,007
Reaction score
27
A player reported me a bug that allows him to clone with Elfbot.
Every agroupable item is clonable. (Runes, potions)
He said he does like this:
You talk with NPC without bot. Then activate the bot, then active the hotkeys and it will buy for free.
Help please, thanks.

_______________________
The solution, credits: arturhaddad

SOLVED!

After LOT of work this is the solution:

Download the newest modules.lua (tested with REV 3777) and review all of your npc's script.

How to fix the seller NPC'S?

Put an ",1" after the price number of the item in script, for example:

Before
Code:
shopModule:addBuyableItem({'wand of voodoo', 'voodoo'}, 8922, 22000, 'wand of voodoo')

After
Code:
shopModule:addBuyableItem({'wand of voodoo', 'voodoo'}, 8922, 22000, [COLOR="red"]1,[/COLOR] 'wand of voodoo')

.

And so on, you just have to adapt your old npc scripts to the new one.
I haven't found any bug in others NPC's yet (tried boat and addoner).

This is the only way to keep safe and out of agroupable items cloning.

REP+
 
Last edited:
Actually it's real possible, i saw by myself in team viewer.
When i use the 3777 npc lib, some npcs doesn't sell somethings, like when i try to buy anything with lector (food seller), in the console says:
[ShopModule.onBuy] Item not found on shopItem list
BUT if i say: 'buy meat', he says '13:38 Lector: Do you want to buy 1 meat for 5 gold coins?'
and sells.

Help please, i have 2 options right now: Let they clone as they want, stop many npcs of working properly.


//// Please don't tell this isn't possible, cuz this IS possible XD
 
i banned today a guy that was saying that he clones items in vexoria necroxia and in my ot with engine is that posible, the guy had a complete vip set in my ot...
here is one conversation with one of my hidden staff...
8:35 Eze Chuyy [277]: ps la mia es medio lenta
18:35 Zetros [574]: spared hur
18:35 Aquiles [367]: lololol
18:35 Aquiles [367]: la tuya es con aleta sio
18:35 Eze Chuyy [277]: pero no la heecho aorita
18:35 Aquiles [367]: tonto
18:35 Royal [642]: utani hur
18:35 Inmortal Slayer [236]: tampoco
18:35 Eze Chuyy [277]: xk si no se cai el server
18:35 Eze Chuyy [277]: XD
18:35 Eze Chuyy [277]: y se asen vergos de bugs
18:36 Eze Chuyy [277]: asi le paso a mexirevot
18:36 Eze Chuyy [277]: y nunca supieron quien fue
18:36 Zetros [574]: spared hur
18:36 Eze Chuyy [277]: D:
18:36 Inmortal Slayer [236]: as
18:36 Inmortal Slayer [236]: jugado
18:36 Inmortal Slayer [236]: saphire
18:36 Inmortal Slayer [236]: ?
18:36 Inmortal Slayer [236]: yo jodi
18:36 Eze Chuyy [277]: no
18:36 Inmortal Slayer [236]: ee ot
18:36 Eze Chuyy [277]: aaa
18:36 Royal [642]: utani hur
18:36 Eze Chuyy [277]: saphire
18:36 Inmortal Slayer [236]: fue el mejor ot mezicano
18:36 Aquiles [367]: no se puede tirar el server
18:36 Zetros [574]: cmo putaaa vergaa ablaan chingueen asu madree dejeen de ablaar
18:36 Inmortal Slayer [236]: 400 playters on
[06:48:00 p.m.] Doido Cross!!!: 18:32 Aquiles [367]: entonces tu creas tus items ?
18:32 Eze Chuyy [277]: eres
18:32 Inmortal Slayer [236]: sa
18:32 Eze Chuyy [277]: god
18:32 Eze Chuyy [277]: ?
18:32 Inmortal Slayer [236]: los clono
18:32 Inmortal Slayer [236]: conio
18:32 Aquiles [367]: y como ?
18:32 Zetros [574]: spared hur
18:32 Inmortal Slayer [236]: engine
18:32 Eze Chuyy [277]: mira
18:32 Eze Chuyy [277]: si me das
18:33 Inmortal Slayer [236]: y si me banean are
18:33 Inmortal Slayer [236]: un
18:33 Royal [642]: utani hur
18:33 Eze Chuyy [277]: otro item vip
18:33 Inmortal Slayer [236]: full gift
18:33 Inmortal Slayer [236]: regalare
18:33 Inmortal Slayer [236]: los
18:33 Eze Chuyy [277]: te paso el msn de mi hermana
18:33 Inmortal Slayer [236]: 50mil
18:33 Inmortal Slayer [236]: items
18:33 Inmortal Slayer [236]: que tengo
18:33 Inmortal Slayer [236]: en el dp
18:33 Inmortal Slayer [236]: :D
18:33 Eze Chuyy [277]: te doy
18:33 Inmortal Slayer [236]: al god
18:33 Inmortal Slayer [236]: no le combiene

And if they are cloning using bot, in config.lua set autoBanishUnknownBytes = true
 
Last edited:
iv head of something like that before. its not really cloning at all. it enables you to buy items for free.i thought this was patched a while back. i thought itd had to do with the npc libs and not any source but dont quote me
 
Last edited:
I'm pretty sure that it's a npc lib problem.
When i changed the npc lib to the 3777 lib (the bug happens with an older) many npcs doesn't sell their items but it doesn't bug (you can't buy things for free in elf).
Urgently need a patch. Some ots like underwar, wakesoft, doesn't have this bugs, i want to know how to fix it.
 
and how exactly does this bug works??
I want details.. so i can work in a patch.. and share it

-Player says "hi, trade" to the NPC, elfbot off
-When the trade box appears player turns the elfbot on
-Player activate elf bot hotkeys
Code:
auto 1 buyitems 7620 0
[COLOR="red"]7620[/COLOR] - item id
[COLOR="red"]0[/COLOR] - price
-The npc sells any agroupable items for 0 gold
 
Back
Top