backpack, newbie and easyuo
Posted: Sat Dec 15, 2007 2:18 pm
simple EUO script to make blessed backpacks
set %plecak #BACKPACKID
set %dokad XQNVXQE ; <---- Id
finditem %plecak C_ , #charid
Exevent Drag #findid
wait 20
Exevent Dropc %dokad
stop
It`s not POL bug but I just notify about this...
This script removes old backpack and insert a new one (made by tailor)
Old backpack is blessed. New is blessed also.
I added to chardeath script a log when player dies and a newbie backpack is in gohost.backpack. Then it removes newbie thing and moves to corpse.
set %plecak #BACKPACKID
set %dokad XQNVXQE ; <---- Id
finditem %plecak C_ , #charid
Exevent Drag #findid
wait 20
Exevent Dropc %dokad
stop
It`s not POL bug but I just notify about this...
This script removes old backpack and insert a new one (made by tailor)
Old backpack is blessed. New is blessed also.
I added to chardeath script a log when player dies and a newbie backpack is in gohost.backpack. Then it removes newbie thing and moves to corpse.