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

Neatradu


  • Please log in to reply
18 replies to this topic

#1 kabacis

kabacis

    Novice

  • Members
  • 37 posts

Posted 01 April 2011 - 13:04

Kads nevaretu iedot scp kas pats untrapo un pec tam unloko pandoras , jo es tikai atradu tadu kurs tik unloko , bet neattrapo ...
Paldies jau ieprieks ! :)

#2 Ganjakur

Ganjakur

    Guru

  • Members
  • 2552 posts
  • Gender:Male
  • Location:Pakistan

Posted 01 April 2011 - 16:23

Būšu mājās iemetīšu.

#3 kabacis

kabacis

    Novice

  • Members
  • 37 posts

Posted 01 April 2011 - 16:28

Būšu mājās iemetīšu.

Ok paldies un kad tas varetu but ? :)

#4 ExTjUtY

ExTjUtY

    *Riebīgais

  • Members
  • 3928 posts
  • Gender:Male
  • Location:Miami

Posted 01 April 2011 - 17:32

Meklet nemaki.foruma kur gatavi scripti ir tads.vinsh no sakuma unlock visas pandoras un tad prasa pats taisisi vala vai automatiksi.
Posted Image
Слабый пол сильнее сильного в силу слабости сильного к слабому...
Казалось, что нам пипец. Оказалось, что не казалось.

#5 kabacis

kabacis

    Novice

  • Members
  • 37 posts

Posted 01 April 2011 - 17:40

Meklet nemaki.foruma kur gatavi scripti ir tads.vinsh no sakuma unlock visas pandoras un tad prasa pats taisisi vala vai automatiksi.

Nu bet man vaig lai sakuma untrapo un tad unloko , man neder tas scp kuru tu doma

#6 Ganjakur

Ganjakur

    Guru

  • Members
  • 2552 posts
  • Gender:Male
  • Location:Pakistan

Posted 01 April 2011 - 19:29

set %loc NWH
set %pan CUD_HKF

finditem %loc c_ , #backpackid
set #lobjectid #findid
event macro 17 0
finditem %pan c_ , #backpackid
set #ltargetid #findid
set #ltargetkind 1
event macro 22 0
finditem %pan c_ , #backpackid
set #lobjectid #findid
event macro 17 0
wait 5
return

#7 Point

Point

    Player

  • Members
  • 239 posts
  • Gender:Male

Posted 01 April 2011 - 20:10

EASY UO...
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
Posted Image

I Love My Country!!!

#8 kabacis

kabacis

    Novice

  • Members
  • 37 posts

Posted 01 April 2011 - 23:48

EASY UO...
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


Nau iespejams uzlikt kad sakuma untrapo un tad tikai unloko

#9 spyte

spyte

    I love the rain because it hides my tears

  • Members
  • 1019 posts
  • Gender:Male

Posted 03 April 2011 - 21:09

Nau iespejams uzlikt kad sakuma untrapo un tad tikai unloko


izdzes to dalju, kur skripts unloko un palaidi. tad tikai attrapos

Nothing is heavy for those who have wings


#10 EnFlame

EnFlame

    Thief of Horses

  • Members
  • 2041 posts
  • Gender:Male
  • Location:Беломорканал
  • Interests:A bit of this & a bit of that.

Posted 03 April 2011 - 22:32

tik viegli pārveidot nevar, ieciklēsies uz 1 box'u un visu laiku radīs, ka vajag unlokot.

#11 kabacis

kabacis

    Novice

  • Members
  • 37 posts

Posted 06 April 2011 - 19:35

tik viegli pārveidot nevar, ieciklēsies uz 1 box'u un visu laiku radīs, ka vajag unlokot.

nevari man palidzet un uztaisit kipa tapat un unlock bet tikai untrapo ? :) plds

#12 Ganjakur

Ganjakur

    Guru

  • Members
  • 2552 posts
  • Gender:Male
  • Location:Pakistan

Posted 06 April 2011 - 21:58

Par 1nu loterijas biļeti(5rp) uztaisīšu.

#13 ..Sermulis..

..Sermulis..

    Advanced Player

  • Members
  • 406 posts
  • Gender:Male

Posted 07 April 2011 - 00:09

set %loc NWH

set %pan  CUD_HKF



finditem %loc c_ , #backpackid

set #lobjectid #findid

event macro 17 0

wait 10

finditem %pan c_ , #backpackid

set #ltargetid #findid

set #ltargetkind 1

event macro 22 0

wait 10

finditem %pan c_ , #backpackid

set #lobjectid #findid

event macro 17 0

wait 5

return

Pliks kods, bez nekādām pārbaudēm.

:damaged beyond repair:

 

skype - sermuli

 


#14 kabacis

kabacis

    Novice

  • Members
  • 37 posts

Posted 07 April 2011 - 08:42

Par 1nu loterijas biļeti(5rp) uztaisīљu.

nu davai bet 1. es nedosu , pec scp tikai dosu, jo esmu dzirdejis kad tu apkrisi playerus

#15 kabacis

kabacis

    Novice

  • Members
  • 37 posts

Posted 07 April 2011 - 10:32

set %loc NWH

set %pan  CUD_HKF



finditem %loc c_ , #backpackid

set #lobjectid #findid

event macro 17 0

wait 10

finditem %pan c_ , #backpackid

set #ltargetid #findid

set #ltargetkind 1

event macro 22 0

wait 10

finditem %pan c_ , #backpackid

set #lobjectid #findid

event macro 17 0

wait 5

return

Pliks kods, bez nekādām pārbaudēm.


man vaidzetu tadu ka enflame iedeva tikai lai vinjs untrapo tikai

#16 Ganjakur

Ganjakur

    Guru

  • Members
  • 2552 posts
  • Gender:Male
  • Location:Pakistan

Posted 07 April 2011 - 17:21

Kabaci, tā gan mums nesanāks sarunāt. Biļete, tad scp.

#17 kabacis

kabacis

    Novice

  • Members
  • 37 posts

Posted 07 April 2011 - 17:45

Kabaci, tā gan mums nesanāks sarunāt. Biļete, tad scp.

neceri

#18 Ganjakur

Ganjakur

    Guru

  • Members
  • 2552 posts
  • Gender:Male
  • Location:Pakistan

Posted 07 April 2011 - 18:38

Nu tad sēdi bez skripta un ceri uz kādu labdari.

#19 kabacis

kabacis

    Novice

  • Members
  • 37 posts

Posted 07 April 2011 - 19:11

Nu tad sēdi bez skripta un ceri uz kādu labdari.

Ok :blush:




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users