Jump to content

[SHARE] Scripts for convert Fishes And Treasure Chests


AdlerBR

Recommended Posts

Yellow Fishes and Treasure Chests

 

//
// Covert Yellow Fishes Script
//
// By AdlerBR
//
// >>> www.l2wbrasil.com.br
// >>> adlerbr.4shared.com
//
//// >>>>> BREAK 1 <<<<<
//
LABEL(BREAK1)
ITEMCOUNT(Small yellow nimble fish[iD=6438],==,0)
{
JMP(BREAK2)
}
USEITEM(Small yellow nimble fish[iD=6438])
DELAY(2000)
CALL(BREAK1)
//
// >>>>> BREAK 2 <<<<<
//
LABEL(BREAK2)
ITEMCOUNT(Small yellow ugly fish[iD=6439],==,0)
{
JMP(BREAK3)
}
USEITEM(Small yellow ugly fish[iD=6439])
DELAY(2000)
CALL(BREAK2)
//
// >>>>> BREAK 3 <<<<<
//
LABEL(BREAK3)
ITEMCOUNT(small yellow fat fish[iD=6440],==,0)
{
JMP(BREAK4)
}
USEITEM(Small yellow fat fish[iD=6440])
DELAY(2000)
CALL(BREAK3)
//
// >>>>> BREAK 4 <<<<<
//
LABEL(BREAK4)
ITEMCOUNT(Small yellow treasure chest[iD=6501],==,0)
{
JMP(BREAK5)
}
USEITEM(Small yellow treasure chest[iD=6501])
DELAY(2000)
CALL(BREAK4)
//
// >>>>> BREAK 5 <<<<<
//
LABEL(BREAK5)
ITEMCOUNT(Yellow nimble fish[iD=6441],==,0)
{
JMP(BREAK6)
}
USEITEM(Yellow nimble fish[iD=6441])
DELAY(2000)
CALL(BREAK5)
//
// >>>>> BREAK 6 <<<<<
//
LABEL(BREAK6)
ITEMCOUNT(Yellow ugly fish[iD=6442],==,0)
{
JMP(BREAK7)
}
USEITEM(Yellow Ugly fish[iD=6442])
DELAY(2000)
CALL(BREAK6)
//
// >>>>> BREAK 7 <<<<<
//
LABEL(BREAK7)
ITEMCOUNT(Yellow fat fish[iD=6443],==,0)
{
JMP(BREAK8)
}
USEITEM(Yellow fat fish[iD=6443])
DELAY(2000)
CALL(BREAK7)
//
// >>>>> BREAK 8 <<<<<
//
LABEL(BREAK8)
ITEMCOUNT(Yellow treasure chest[iD=6502],==,0)
{
JMP(BREAK9)
}
USEITEM(Yellow treasure chest[iD=6502])
DELAY(2000)
CALL(BREAK8)
//
// >>>>> BREAK 9 <<<<<
//
LABEL(BREAK9)
ITEMCOUNT(Big yellow nimble fish[iD=6444],==,0)
{
JMP(BREAK10)
}
USEITEM(Big yellow nimble fish[iD=6444])
DELAY(2000)
CALL(BREAK9)
//
// >>>>> BREAK 10 <<<<<
//
LABEL(BREAK10)
ITEMCOUNT(Big yellow ugly fish[iD=6445],==,0)
{
JMP(BREAK11)
}
USEITEM(Big yellow ugly fish[iD=6445])
DELAY(2000)
CALL(BREAK10)
//
// >>>>> BREAK 11 <<<<<
//
LABEL(BREAK11)
ITEMCOUNT(Big yellow fat fish[iD=6446],==,0)
{
JMP(BREAK12)
}
USEITEM(Big yellow fat fish[iD=6446])
DELAY(2000)
CALL(BREAK11)
//
// >>>>> BREAK 12 <<<<<
//
LABEL(BREAK12)
ITEMCOUNT(Big yellow treasure chest[iD=6503],==,0)
{
JMP(END)
}
USEITEM(Big yellow treasure chest[iD=6503])
DELAY(2000)
CALL(BREAK12)
//
// >>>>> END <<<<<
//
LABEL(END)
EXIT()

 

 

White Fishes and Treasure Boxes

 

//
// Covert White Fishes Script
//
// By AdlerBR
//
// >>> www.l2wbrasil.com.br
// >>> adlerbr.4shared.com
//
//
// >>>>> BREAK 1 <<<<<
//
LABEL(BREAK1)
ITEMCOUNT(Small white nimble fish[iD=6474],==,0)
{
JMP(BREAK2)
}
USEITEM(Small white nimble fish[iD=6474])
DELAY(2000)
CALL(BREAK1)
//
// >>>>> BREAK 2 <<<<<
//
LABEL(BREAK2)
ITEMCOUNT(Small white ugly fish[iD=6475],==,0)
{
JMP(BREAK3)
}
USEITEM(Small white ugly fish[iD=6475])
DELAY(2000)
CALL(BREAK2)
//
// >>>>> BREAK 3 <<<<<
//
LABEL(BREAK3)
ITEMCOUNT(small white fat fish[iD=6476],==,0)
{
JMP(BREAK4)
}
USEITEM(Small white fat fish[iD=6476])
DELAY(2000)
CALL(BREAK3)
//
// >>>>> BREAK 4 <<<<<
//
LABEL(BREAK4)
ITEMCOUNT(Small white treasure chest[iD=6513],==,0)
{
JMP(BREAK5)
}
USEITEM(Small white treasure chest[iD=6513])
DELAY(2000)
CALL(BREAK4)
//
// >>>>> BREAK 5 <<<<<
//
LABEL(BREAK5)
ITEMCOUNT(White nimble fish[iD=6477],==,0)
{
JMP(BREAK6)
}
USEITEM(White nimble fish[iD=6477])
DELAY(2000)
CALL(BREAK5)
//
// >>>>> BREAK 6 <<<<<
//
LABEL(BREAK6)
ITEMCOUNT(White Ugly fish[iD=6478],==,0)
{
JMP(BREAK7)
}
USEITEM(White Ugly fish[iD=6478])
DELAY(2000)
CALL(BREAK6)
//
// >>>>> BREAK 7 <<<<<
//
LABEL(BREAK7)
USEITEM(White fat fish[iD=6479],==,0)
{
JMP(BREAK8)
}
USEITEM(White fat fish[iD=6479])
DELAY(2000)
CALL(BREAK7)
//
// >>>>> BREAK 8 <<<<<
//
LABEL(BREAK8)
ITEMCOUNT(White treasure chest[iD=6514],==,0)
{
JMP(BREAK9)
}
USEITEM(White treasure chest[iD=6514])
DELAY(2000)
CALL(BREAK8)
//
// >>>>> BREAK 9 <<<<<
//
LABEL(BREAK9)
ITEMCOUNT(Big white nimble fish[iD=6480],==,0)
{
JMP(BREAK10)
}
USEITEM(Big white nimble fish[iD=6480])
DELAY(2000)
CALL(BREAK9)
//
// >>>>> BREAK 10 <<<<<
//
LABEL(BREAK10)
ITEMCOUNT(Big white ugly fish[iD=6481],==,0)
{
JMP(BREAK11)
}
USEITEM(Big white ugly fish[iD=6481])
DELAY(2000)
CALL(BREAK10)
//
// >>>>> BREAK 11 <<<<<
//
LABEL(BREAK11)
ITEMCOUNT(Big white fat fish[iD=6482],==,0)
{
JMP(BREAK12)
}
USEITEM(Big white fat fish[iD=6482])
DELAY(2000)
CALL(BREAK11)
//
// >>>>> BREAK 12 <<<<<
//
LABEL(BREAK12)
ITEMCOUNT(Big white treasure chest[iD=6515],==,0)
{
JMP(END)
}
USEITEM(Big white treasure chest[iD=6515])
DELAY(2000)
CALL(BREAK12)
//
// >>>>> END <<<<<
//
LABEL(END)
EXIT()

 

Black Fishes and Treasure Boxes

 

//
// Covert Black Fishes Script
//
// By AdlerBR
//
// >>> www.l2wbrasil.com.br
// >>> adlerbr.4shared.com
//
//
// >>>>> BREAK 1 <<<<<
//
LABEL(BREAK1)
ITEMCOUNT(Small black nimble fish[iD=6483],==,0)
{
JMP(BREAK2)
}
USEITEM(Small black nimble fish[iD=6483])
DELAY(2000)
CALL(BREAK1)
//
// >>>>> BREAK 2 <<<<<
//
LABEL(BREAK2)
ITEMCOUNT(Small black ugly fish[iD=6484],==,0)
{
JMP(BREAK3)
}
USEITEM(Small black ugly fish[iD=6484])
DELAY(2000)
CALL(BREAK2)
//
// >>>>> BREAK 3 <<<<<
//
LABEL(BREAK3)
ITEMCOUNT(small black fat fish[iD=6485],==,0)
{
JMP(BREAK4)
}
USEITEM(Small black fat fish[iD=6485])
DELAY(2000)
CALL(BREAK3)
//
// >>>>> BREAK 4 <<<<<
//
LABEL(BREAK4)
ITEMCOUNT(Small black treasure chest[iD=6516],==,0)
{
JMP(BREAK5)
}
USEITEM(Small black treasure chest[iD=6516])
DELAY(2000)
CALL(BREAK4)
//
// >>>>> BREAK 5 <<<<<
//
LABEL(BREAK5)
ITEMCOUNT(Black nimble fish[iD=6486],==,0)
{
JMP(BREAK6)
}
USEITEM(Black nimble fish[iD=6486])
DELAY(2000)
CALL(BREAK5)
//
// >>>>> BREAK 6 <<<<<
//
LABEL(BREAK6)
ITEMCOUNT(Black Ugly fish[iD=6487],==,0)
{
JMP(BREAK7)
}
USEITEM(Black Ugly fish[iD=6487])
DELAY(2000)
CALL(BREAK6)
//
// >>>>> BREAK 7 <<<<<
//
LABEL(BREAK7)
ITEMCOUNT(Black fat fish[iD=6488],==,0)
{
JMP(BREAK8)
}
USEITEM(Black fat fish[iD=6488])
DELAY(2000)
CALL(BREAK7)
//
// >>>>> BREAK 8 <<<<<
//
LABEL(BREAK8)
ITEMCOUNT(black treasure chest[iD=6517],==,0)
{
JMP(BREAK9)
}
USEITEM(black treasure chest[iD=6517])
DELAY(2000)
CALL(BREAK8)
//
// >>>>> BREAK 9 <<<<<
//
LABEL(BREAK9)
ITEMCOUNT(Big black nimble fish[iD=6489],==,0)
{
JMP(BREAK10)
}
USEITEM(Big black nimble fish[iD=6489])
DELAY(2000)
CALL(BREAK9)
//
// >>>>> BREAK 10 <<<<<
//
LABEL(BREAK10)
ITEMCOUNT(Big black ugly fish[iD=6490],==,0)
{
JMP(BREAK11)
}
USEITEM(Big black ugly fish[iD=6490])
DELAY(2000)
CALL(BREAK10)
//
// >>>>> BREAK 11 <<<<<
//
LABEL(BREAK11)
ITEMCOUNT(Big black fat fish[iD=6491],==,0)
{
JMP(BREAK12)
}
USEITEM(Big black fat fish[iD=6491])
DELAY(2000)
CALL(BREAK11)
//
// >>>>> BREAK 12 <<<<<
//
LABEL(BREAK12)
ITEMCOUNT(Big black treasure chest[iD=6518],==,0)
{
JMP(END)
}
USEITEM(Big black treasure chest[iD=6518])
DELAY(2000)
CALL(BREAK12)
//
// >>>>> END <<<<<
//
LABEL(END)
EXIT()

 

 

 

Enjoy it ;)

 

Regards,

 

AdlerBR

 

PS. You can download it at http://adlerbr.4shared.com

Link to comment
Share on other sites

  • 3 months later...
  • 3 weeks later...
  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...