Lineage 2 Tower Forum

Full Version: Quest Scripts 1-20
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
As far as I know, Quests(1-20).lua - VIP feature, and work not so good.

I'm "making" scripts for free-licence users,
and need some help because my LUA knowledge is not so good Confused

first stuck at Q6.lua (Q1-Q5 after changing - working correct)

Code:
TargetNpc("Cindet", 32148);
Talk();
ClickAndWait("talk_select", "Quest");

different races - different NPC, so not good way - make dialogues with all NPC
i'm need correct syntax for check players race

simple its look:
if my.char.race = human -> speak with NPC1
if my.char.race = orc -> speak with NPC2... etc

ty. i'm going to sleep and tomorrow i will continue little script changing & testing Rolleyes
solved.

next stuck - Q8 museum Big Grin
what u stuck there ? ... u need put every class use a skill ... for recive help from npc
cobra8co, rly? free users cant use learn.skill function Big Grin
i know way to solve this trouble, but do not see reasons
This is the reason.
(01-07-2014 13:01 PM)cobra8co Wrote: [ -> ]u need put every class use a skill
im think is a way u need to put sleep until real person learn 1 of the skill and after enter in museum... and continue... is like
1. Sit in front of npc in sleep mode
2. same mesege in system mabe also open the windows skill alt + k if can to have it in front of your eyes ...msg like " Master please teach me 1 attack skill for continue ... "
3. u learn it pears other messege like " Ok we are ready now... lets continue... " and next step ...
I got it working (free license) till quest 13, send me a message if u need help.

p.s. only works for d.elf dagger Big Grin
so many functions blocked on free licence, make full automatization impossible

but with paid licence users have many errors in scripts Big Grin
From what I know nobody and nothing is perfect !!!
(01-08-2014 14:27 PM)Lordbl4 Wrote: [ -> ]so many functions blocked on free licence, make full automatization impossible

but with paid licence users have many errors in scripts Big Grin

Same problem here Smile So problems I stumbled upon is hitting the training dummy, if some1 ks's it, your script stops.

Also there isn't a way to determine if you killed enough mobs, have enough Q items or using the emotion sorrow on corpses Smile

Good luck, hope you can do it better then me Tongue
Pages: 1 2
Reference URL's