Toggle shoutbox Chat
|
Auto Pandora Box Unlock/open
#21
Posted 26 May 2012 - 21:51
#22
Posted 01 June 2012 - 17:00
Kaut kas man neiet ar to svaru īsti... 210 strenght, bet pie 300 svara rāda, ka pilns.. kā to var regulēt? Mainīju tos ciparus 35 / 10 dažādus, bet rezultāts tas pats..
set %maxweight #str * 35 / 10
samaini ar
set %maxweight #maxweight - 59
Skype - Drumnhuj
#23
Posted 05 June 2012 - 00:49
#24
Posted 05 June 2012 - 08:43
set %maxweight #str * 35 / 10
samaini ar
set %maxweight #maxweight - 59
Paldies
#25
Posted 06 October 2013 - 23:29
Scripts izbojats?
#26
Posted 07 October 2013 - 00:02
paprovee izdzeest tukshaas rindas kodaa
#27
Posted 21 December 2013 - 19:39
žēl, ka skripts nestrādā vairs! kāpēc tā?
#28
Posted 21 December 2013 - 21:22
izdarīju to ko vinnie teica, aizgāja! nice, vienīgi kāpēc ir tā. man scripts unlockoja visus boxus, un tad jau prasīja vai open vai nē? vēl jau vajadzēja lai untrappo pa priekšu, un tad tik atver!
#29
Posted 21 December 2013 - 21:23
Ne pareizi vinsh visu darija!
Слабый пол сильнее сильного в силу слабости сильного к слабому...
Казалось, что нам пипец. Оказалось, что не казалось.
#30
Posted 21 December 2013 - 21:54
nu jā, kā lai to izlabo?
#31
Posted 22 December 2013 - 00:57
SPIED NO
#32
Posted 22 December 2013 - 13:13
nospiežot no, viņš vienalga atver viņu!
#33
Posted 22 December 2013 - 17:23
nospiežot no, viņš vienalga atver viņu!
Nevajadzeja vinam nekadu untrap pirms unlock taisits visu vinsh pareizi dara no sakuma unlocko un tad prasa atvert pasham vai scp lai atver!
Слабый пол сильнее сильного в силу слабости сильного к слабому...
Казалось, что нам пипец. Оказалось, что не казалось.
#34
Posted 29 August 2014 - 08:34
Скрипт не работает! пишет сколько пандор в сумке и выключаеться у кого есть рабочий скиньте суда
#35
Posted 29 August 2014 - 11:45
initevents 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
- zaxep likes this
Слабый пол сильнее сильного в силу слабости сильного к слабому...
Казалось, что нам пипец. Оказалось, что не казалось.
#36
Posted 02 November 2014 - 11:52
initevents 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 return25 минут пытался настроить и понять, почему тот скрипт не работает.
- Morango likes this
Archer - Monro
Skype - playhardgopro11
#37
Posted 16 December 2014 - 03:34
- Graff TrAXuLA likes this
#38
Posted 08 January 2016 - 13:21
Спасибо за скрипт !
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users