Lineage 2 Tower Forum

Full Version: [REQUEST]Is there a...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a script/plugin that opens treasure chests for you?
from what i remember there is no script like that on forum
you can be the 1st who will create it Smile
you will have to make list of DisplayId all box Id' witch are good
like
box = {1111,2222,3333,4444,...}
than make validation, if our target is box (by ID's)
than you have to pause boot attack for example by command SetPause(true)
run command MoveTo(x,y,z) where x,y,z are coordinates of Treasure Box
and than simply UseItem(IdOfTreasureKey); ClearTargets(); SetPause(false)
go go you can do it, and you will learn how to script Smile
Reference URL's