Lineage 2 Tower Forum

Full Version: Fishing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
no1?

At L2Tower, L2Divine, zRanger, ZuL..

LF infos..
http://forum.l2tower.eu/thread-1-4-1-121

you need to write your own plugin in tower
idk how do thath.. sad! :/ but, ty.
in divine works great, for golden you need a script, but only for fishing is ok Smile
And u have a script do Golden? I pay for it.
Eu tenho o script de para reconhecer o golden, relogar a cada 2~3 minutos. Funciona perfeitamente no l2divine.

Edit: te adicionei no Skype aceita lá.
Code:
FishingStart()

CheckGoldeen:
Delay(1000)
If (CheckNPCRange(33910) < 50)
{
Msg(Console, "Goldeen!")
Jump("FoundGoldeen")
}
Else
{
Jump("CheckGoldeen")
}

FoundGoldeen:
FishingStop()
Delay(30000)
NpcDialog(33910)
Delay(5000)
SelectDialog(1)
Delay(5000)
FishingStart()
Delay(300000)
Jump("CheckGoldeen")

rep++++
(04-28-2014 16:48 PM)soad Wrote: [ -> ]Eu tenho o script de para reconhecer o golden, relogar a cada 2~3 minutos. Funciona perfeitamente no l2divine.

Edit: te adicionei no Skype aceita lá.

Pra mim no meu skype não chegou nada não amigo.
Me fala o seu que te ADD.

(04-28-2014 17:28 PM)roller Wrote: [ -> ]
Code:
FishingStart()

CheckGoldeen:
Delay(1000)
If (CheckNPCRange(33910) < 50)
{
Msg(Console, "Goldeen!")
Jump("FoundGoldeen")
}
Else
{
Jump("CheckGoldeen")
}

FoundGoldeen:
FishingStop()
Delay(30000)
NpcDialog(33910)
Delay(5000)
SelectDialog(1)
Delay(5000)
FishingStart()
Delay(300000)
Jump("CheckGoldeen")

rep++++


This is a TOWER or DIVINE script bro?
If a TOWER, how can i start it?

Ty and sorry for this question! REP you.
divine
Set l2divine fishing spots and reset points, then run the script, nothing else.
Pages: 1 2
Reference URL's