Jump to content
  • 0
Adam

Teleport skill stuck on level 2

Question

Hey everyone,

 

I want aco classes to be able to teleport around as easy as using a flywing then that is my setup:

 

// Allows players to skip menu when casting Teleport level 1
// Menu contains two options. "Random" and "Cancel"
skip_teleport_lv1_menu: yes

 

But they can't benefit this configuration tho because the "teleport" in the skill tree can't be modified and adjust to 1 or 2 at will (like Agi UP for instance)

 

Did I miss anything there ? Thanks for your help.

post-5323-0-65397100-1393742514_thumb.jpg

Edited by Adam

Share this post


Link to post
Share on other sites

11 answers to this question

Recommended Posts

  • 0

Hm, well that's how my folder looks like.

Let me know if something is wrong please.

I think your directory path is wrong

ro-rootdataluafiles514lua filesskillinfoz

Edited by Angelmelody

Share this post


Link to post
Share on other sites
  • 0

you should edit the skill in lua files.

Share this post


Link to post
Share on other sites
  • 0

you should edit the skill in lua files.

 

Could I get more detailled information please ?

Share this post


Link to post
Share on other sites
  • 0

navigate to directory ro-rootdataluafiles514lua filesskillinfoz

 

open skillinfolist and find SKID.AL_TELEPORT then modify it's bSeperateLv to ture

 

done

Edited by Angelmelody

Share this post


Link to post
Share on other sites
  • 0

Thanks for the help Angelmelody,

 

I've changed the .txt file as indicated, still the skill's level can't be modified, do you have any suggestion ?

 

[sKID.AL_TELEPORT] = {
"AL_TELEPORT";
SkillName = "Teleportation",
MaxLv = 2,
SpAmount = { 10, 9 },
bSeperateLv = true,
AttackRange = { 1, 1 },
_NeedSkillList = {
{ SKID.AL_RUWACH,1 }
}
},

 

Share this post


Link to post
Share on other sites
  • 0

Hm, well that's how my folder looks like.

Let me know if something is wrong please.

post-5323-0-00744300-1393810820_thumb.jpg

Share this post


Link to post
Share on other sites
  • 0

Thanks, I'm changing the folders accordingly and come back at you /no1

Share this post


Link to post
Share on other sites
  • 0

If you are using 20120410 or greater client, then file location should be data/luafiles514/lua files/skillinfoz/

 

Be sure to repack it into GRF.

Also make sure your client reads lua files first(as I see, all files in ur dir is .lua) or if it reads .lub first, compile .lua to .lub, or just rename it.

 

Edit: Seems like topic already solved , and my reply coming late due to hell slow internet for me,

Edited by Dastgir Pojee

Share this post


Link to post
Share on other sites
  • 0

If you are using 20120410 or greater client, then file location should be data/luafiles514/lua files/skillinfoz/

 

Be sure to repack it into GRF.

Also make sure your client reads lua files first(as I see, all files in ur dir is .lua) or if it reads .lub first, compile .lua to .lub, or just rename it.

 

Edit: Seems like topic already solved , and my reply coming late due to hell slow internet for me,

Well thanks anyways for trying /no1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.