Jump to content


Toggle shoutbox Chat Open the Shoutbox in a popup

Прямая связь с администрацией по скайпу: gods.dragon
@  fr33 : (17 April 2024 - 11:16) gm pashol v mu igrac
@  Pablo : (15 March 2024 - 21:12) Sell regs from pandora box.
@  Pablo : (15 March 2024 - 21:11) Sell paralyze and poison necklaces 100k 1 piece.
@  fr33 : (11 March 2024 - 16:38) blee gm zb atdai bank
@  GM SOLAR : (10 March 2024 - 17:24) ОпЯТь лаГГи ! ! !
@  Pablo : (06 March 2024 - 17:48) Labākais hot ko esmu jebkad paņēmis :D
@  Senseless : (05 March 2024 - 09:42) Opatj ataki na server powli :(
@  Pablo : (03 March 2024 - 19:19) Riebiigais
@  Ganjakur : (03 March 2024 - 15:10) kāds niks mp?
@  Pablo : (02 March 2024 - 21:31) Var kāds iedot 40 kk priekš 11 lvl ?
@  Senseless : (02 March 2024 - 18:12) bratva estj u kogo script na ckerika na lamber ?
@  GM SOLAR : (02 March 2024 - 16:44) ALL GO NA CTF ! ! ! ! !
@  Ganjakur : (01 March 2024 - 17:32) labi
@  Pablo : (29 February 2024 - 12:08) Eu džeki, tie kuri vairāk nespēlē ultimu, varat droši man uzdāvināt savus itemus, vai pat savus acc. droši rakstam man privāti. Es vismaz uzturēšu šo serveri pie dzīvības :D
@  fr33 : (29 February 2024 - 09:45) yes
@  EmmaSb : (28 February 2024 - 21:00) Easyuo still working ?
@  Artemy Shan : (18 February 2024 - 20:42) Еще один фикс поставил. Смотрим, тестируем.
@  jurasiks : (18 February 2024 - 20:04) da pipec tu, zdelal on
@  Senseless : (17 February 2024 - 19:17) Lagi powli opatj
@  Artemy Shan : (17 February 2024 - 12:36) Мне удалось повторить действия, которые делал этот пиздюк, чтобы нагружать процессор сервера на 100% и вроде как я поправил это.

Photo

Untrap, Unlock, Open


  • Please log in to reply
No replies to this topic

#1 cremona

cremona

    Friend

  • Members
  • 222 posts
  • Gender:Male

Posted 16 October 2016 - 14:13

Скрипт НЕ МОЙ. Но работает.

 

Поделюсь скриптом, может кому нибудь будет полезен.

Суть скрипта:

  • Untrap
  • Unlock
  • Open

Для запуска покупаете отмычки 1к2(3). Запускаете скрипт и ждете. После untrap/unlock, скрипт предложит открыть пандорки, жмём - OK :)

set %lockpick NWH
set %pandora CUD
;Script unlocks all Pandora Boxes in your backpack.
;After unlocking script will ask for opening Pandora Box too.
;Script shows how many Pandora Box you have, how many are unlocked and opened.
;Added protection for maximal weight. If your weight will be full, just follow the instructions.
;Set %maxweight by yourself or use default.
;© EnFlame
set %maxweight #maxweight; #maxweight in EasyUO default is Str*3,7
;---------------------------------
finditem %pandora c_ , #backpackid
event Sysmessage In your backpack is #findcnt Pandora Box!
if #findcnt = 0
halt
gosub unlock
gosub open
halt

sub unlock
set %unlockedboxes 0
event Sysmessage Unlocking...
wait 20
scanjournal
repeat
{
finditem %lockpick c_ , #backpackid
if #findcnt = 0
gosub lockpicks
set #lobjectid #findid
event macro 17 0
target 4s
finditem %pandora c_ , #backpackid
if #findcnt = 0
{
gosub pandora
return
}
set #ltargetid #findid
set #ltargetkind 1
event macro 22 0
deletejournal
gosub scan
}
until #false
return

sub scan
set %overTime #scnt + 15
repeat
{
for %i 1 3
{
scanjournal %i
if you_fail in #journal || must_wait in #journal
{
wait 20
return
}
if box_unlocked in #journal || is_already in #journal
{
set %unlockedboxes %unlockedboxes + 1
event Sysmessage %unlockedboxes box(es) unlocked!
ignoreitem #ltargetid
wait 20
return
}
}
}
until #scnt > %overTime
return

sub open
set %openedboxes 0
ignoreitem reset
repeat
{
if #weight > %maxweight
gosub weight
finditem %pandora c_ , #backpackid
if #findcnt = 0
{
event Sysmessage There aren't any Pandora Box in you backpack!
return
}
set %pandoraCount #findcnt
set #lobjectID #findid
while #findcnt = %pandoraCount
{
event macro 17 0
wait 15
finditem %pandora c_ , #backpackid
}
set %openedboxes %openedboxes + 1
event Sysmessage %openedboxes box(es) opened!
}
until #false
return

sub lockpicks
display ok Sysmessage Please buy more lockpicks and hit Play! $
+ Script is paused! $
pause
finditem %lockpick c_ , #backpackid
return

sub pandora
set #targcurs 0
event Sysmessage All of the Pandora Box have been unlocked!
wait 30
display yesno Do you want open Pandora Box automaticaly?
if #dispres = yes
{
wait 20
return
}
if #dispres = no
{
event Sysmessage Good luck opening boxes by Yourself #smc , )
halt
}
return

sub weight
display ok Your weight is full! $
+ Please make some free space in your backpack and hit Play! $
+ Script is paused! $
pause
return 





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users