Helping l2indo for working bot

05/03/2011 16:12 dantares#1801
can you guys please help me with my l2walker script?
i posted on the Q&A forum but nobody seems to visit there anymore.

i'm currently using windows 7 home premium, my l2walker IG n OOG works fine (along with l2walker forward).

However, i cannot use a dreamy dungeon script ever since. My friend uses windows XP and the script works perfectly fine.
Can you please help me with this? This is the script which i used:

LABEL(dreamy)
MOVETO(-114616,-151312,-6749)
NPCSEL(Guardian of Eastern Seal[ID=32658])
NPCDLG(Guardian of Eastern Seal[ID=32658])
DLGSEL(Masuk ke Eastern Magic Force Field)
DELAY(2430000)
CALL(dreamy)

it works the first time it enters Eastern Magic Force Field but then it doesn't re-enter. I've waited for over 2 hours and the bots still do not move according to the script.
05/03/2011 19:33 unrevealer#1802
I answered to your PM before I read this thread.
I'll post it here for anyone who has the same problem.
By looking at your script it should be like this.

LABEL(dreamy)
MOVETO(-114616,-151312,-6749)
DELAY(1000)
NPCSEL(Guardian of Eastern Seal[ID=32658])
DELAY(1000)
NPCDLG(Guardian of Eastern Seal[ID=32658])
DELAY(1000)
DLGSEL(Masuk ke Eastern Magic Force Field)
DELAY(2430000)
JMP(dreamy)

- To repeat a set of command you use JMP not CALL
- Delay should be put between NPC chat commands because...when you send that command NPCSEL/NPCDLG it will take sometime to get response from server, use delay 1 second to wait for npc chat dialog to appear OTHERWISE it will skip to next command DLGSEL and will fail to find the choice you want to make and eventually end up in that long delay 2430 seconds.

In this kind of script you should use PosInRange command to check if you get teleported out of the dungeon or not (due to dungeon expire, I think it's 60 min).
Use PosInRange to check if you are in the waiting room and walk to npc and talk....
05/03/2011 20:59 raintheelf#1803
Quote:
raintheelf:

Language of the OOG program itself can be changed in "Setup-->Language" menu.
Language of information OOG are displaying is in L2InfoB.dat file.
You have to find English version of the file.
The one from vpnbot package is in Chinese, if your PC can't display them...well never mind.

This is what I've been doing for last few weeks, a program to automatically generate
L2InfoB.dat from files in L2 system folder.
I used to make L2Info with that russian l2info_edit program, with lots of mistakes.
I can't find any way to contact it's auther and towalker.com doesn't update their files either.

So I made it. Small, fast, straight to the point. Auto-create a complete dat file from system folder
within 2 minutes, with auto word-wrap, string pooling and all.

Download link is here.

It was made from last thursday's update in my server (protocol 271).

elatisland:

This is ID LIST you asked. Grab it here.

EDIT:
I tried to make L2Info out of indo system folder baddiva uploaded.
No problem so far since it's basically the same as English in term of character set.
But using English is a way to go, right?
OMG you are my hero now @Unrevealer, your program is working, i have no problem with english since it is a way to go just like you said, now i can make soulshots constantly 24/7 thanks to you. Thx again you are such a great progammer, RESPECT!!!
05/04/2011 03:54 t3d1#1804
Hi, first my english is not good, so if i said something wrong, i am sorry.


A) there is something wrong when I harvest red star stone with use your
command script.

NPCSEL(Red Star Stone[ID=18686])
NPCDLG(Red Star Stone[ID=18686])
DELAY(18000)
NPCDLG(Red Star Stone[ID=18686])
Delay(1000)
NPCDLG(Red Star Stone[ID=18686])
Delay(1000)
USESKILL(Star Stone Gathering[ID=932],NPC,Red Star Stone)

there are 2 problems =
1. NPCDLG make us come near go to red star stone, BUT we must use DELAY
as we know that they have different range, and of course different delay too.
Can you make A COMMAND that make us come to near NPC without delay or use coordinate ??
I mean, JUST GO TO THE TARGET AT NEAREST RANGE in order to use our skill, like this =
NPCSEL(Red Star Stone[ID=18686])
NPCDLG(Red Star Stone[ID=18686])
USESKILL(Star Stone Gathering[ID=932])

2. UseSkill(SkillName[ID=x],SELF|PLAYER|PARTY|NPC|PET,TargetName)
If we had use NPCSEL to target a NPC or TargetName, and we use USESKILL again...
it WILL CHANGE A DIFFERENT TARGET that have same name....(like Red Star Stone)
it's a bug. So we can't useskill because range too far.
Can you make A COMMAND that no need use NPC/TargetName like this =
UsesSkill(SkillName[Id=x]) --> first must use npcsel to target it OR if had been targeted
(when we still hit a monster) can use directly...
in OOG/IG, for example, when our HP<30% we can not use our skill to monsters, don't u ??
that's why Useskill(SkillName[Id=x]) is important
this command make us more safer, when we hit a monster (in OOG/IG) and
our HP<30%, we can directly use our attack skill WITHOUT TARGET A NEW MONSTER WITH SAME NAME

B) we can not use ig/oog to auto harvest Energy Seed - Earth/Divinity/Water etc at SOD
because it's NPC and not monsters ???? we must use script
when we set radius at SET(RANGETYPE,STARTPOS,radii) or other command radii at SOD area...
and Target a Energy Seed - Wind with a command =
NPCSEL(Energy Seed - Wind)
NPCDLG(Energy Seed - Wind)
USESKILL(Agathion Collection,NPC,Energy Seed - Wind)
IF the target is FAR RANGE, or out of our set radius, how to make us NOT come to near
the target and just do nothing ???

C) can you add a command in script and/or OOG & IG, another GoHome() ???
in IG & OOG --> there a command at Basic Options --> Dead Return, Delay(s) == GoHome()
GoHome() --> go to nearest village when we died
but if we have Clan Hall, Clan Castle or HQ Command (when FORT,Teritorial War,Castle Siege)
we can not go there automatically when we died....
can you add 3 NEW COMMANDS in IG & OOG and 3 new command at scripts for back to them ???

D) can you add a command script to CHECK a monster/npc if they spawn or not ???
maybe if NPC we can use NPCSEL ???
I mean, when we auto hunt, for example, at Cruma Tower Floor 1, some times, a monster very strong
spawn. even I just hit PORTA (all another Monsters = Don't Attack), because the monster
is aggro, I will hit it and of course I will died. Is there a command script to check
a monster/npc if they spawn, SO we can do something for the next command???
Just CHECK a monster/npc....
SET(MON,NOATTACK,Name[ID=n];Name1[ID=n];|*) --> useless

thankss
05/04/2011 16:37 unrevealer#1805
Sad but true, I'm not a bot maker so I can't add new commands.
I want these commands too!

You can pay for L2Divine bot if you really need them, L2Divine can do all that.
05/07/2011 12:37 dantares#1806
Sometimes when i login using IG i have this popup box "Cannot resolve host name"

Usually i'll just close the box, retry a few times and i'll eventually get myself logged in. Anyone experience the same problem?
05/07/2011 13:27 elatisland#1807
suram mafia gcm ya jgn pada maruk dong
sampe verify fail, jebol towalkernya gan
05/07/2011 16:44 unrevealer#1808
dantares:

Nothing serious, it's your DNS server that lag and has a problem converting host name to IP address.
05/08/2011 17:03 asung#1809
tolong OOG yg bisa baca teleport dong plizz
05/10/2011 06:24 baddiva#1810
Quote:
Originally Posted by unrevealer View Post
raintheelf:

This is what I've been doing for last few weeks, a program to automatically generate
L2InfoB.dat from files in L2 system folder.
I used to make L2Info with that russian l2info_edit program, with lots of mistakes.
I can't find any way to contact it's auther and towalker.com doesn't update their files either.

So I made it. Small, fast, straight to the point. Auto-create a complete dat file from system folder
within 2 minutes, with auto word-wrap, string pooling and all.

[Only registered and activated users can see links. Click Here To Register...]

It was made from last thursday's update in my server (protocol 271).
thanks for sharing unrevealer... but the link is dead, is there any other link? :handsdown: hehe
05/11/2011 20:57 unrevealer#1811
Yeah this is new [Only registered and activated users can see links. Click Here To Register...].
I deleted previous file because it has a problem with skills that meant
to cause disconnection when attacked by other player.
05/17/2011 07:56 raintheelf#1812
Another problems, my oog works perfect, but IG 2.18e have some problem, i can login get into my character, walking around and etc, but it seems i cant autofight when i press "end", any solutions guys?
05/17/2011 16:01 elatisland#1813
@unrevealer : there's 1 litle problem with l2infob, sometime looks like it is not loaded, i mean oog didn't show the item name, it only show item ID example for Shiny Cube Fragment Weapon - S it show "ID = 21105" but some time it works fine and show item name and description correctly.
what cause this and how to fix it? thanks in advance.
05/17/2011 18:41 afrianto#1814
Hi, can anyone tell me how or what script command should I use to close sell or buy shop ?

Any help would be much appreciated, thanks
05/19/2011 16:31 elatisland#1815
@afrianto :
use command :
SellItem(Item Name[Id=XXX],Count) == > sell specific item
or SellItem(*) => sell all item that marked with sell in item settings