PDA

View Full Version : Depositing action!



Varanth
12-27-2011, 03:30 PM
It would be nice to have an easy to use deposit action already in the library.

Something like this:

deposititem(backpack1,backpack2,backpack3, itemid1, itemid2, itemid3 etc.)

Backpack1 is the "main depot backpack with all other backpacks in it), backpack2 is the backpack for all stackable loot and backpack3 is the backpack for all non-stackable loot. What do you guys think?

This is not originally my idea. I got it from wednesday and zen (Neobot forums). I just think it was really smart!

Love,
Varanth

qrak12345
12-27-2011, 05:32 PM
probably we no need action like that, but we need any action to deposit items

Messed Around
12-27-2011, 07:05 PM
You will be able to make variations of depositing actions when the scripter comes out :)

DarkstaR
12-27-2011, 07:24 PM
The initial scripter may not have actions like that but once it is fully completed it will. I'll release something that works and is useful before I release the full thing. I want to give everyone as much as I can as fast as I can.

thorekz
12-27-2011, 08:41 PM
i rather get a good work than a fast work, so take your time and make it great! cheers

szwedos
12-28-2011, 07:25 AM
The initial scripter may not have actions like that but once it is fully completed it will. I'll release something that works and is useful before I release the full thing. I want to give everyone as much as I can as fast as I can.

Hi! Nice to be with you all ! Please think about auto logging, something like you start Tibia, BOT, press KEY and your char is logging to game, also you can make a file that will store hotkey, password, script settings
somethink like was in neo:

Szwed.lua
print('Szwed BOTOWANIE PART D')

if $connected then
loadsettings($name .. 1)
else
addhotkey("Connect F1", "while not $connected do connect('accountname', 'password', 'charname') wait(400) end loadsettings('scriptnametoload')", "F1")
end

Anyway great JOB !