L2Tower Discord Let's keep the community alive with discord. Discussions about plugins and scripts L2Tower Discord

Post Reply 
 
Thread Rating:
  • 6 Vote(s) - 2.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Skills ID list
Author Message
cerealKiller Offline
VIP Member
***

Posts: 24
Joined: Nov 2012
Reputation: 5
Version: 1.4.2.142
Post: #7
RE: Skills ID list

Code:
miclase = L2Class2String(GetMe():GetClass());
archivo = "skillList - " .. miclase ..".txt";
ShowToClient("archivo de skill",""..archivo);
local file = io.open(archivo, "a");
skillList = GetSkills();
file:write( "LISTADO DE SKILL PARA LA CLASE ".. miclase .. "\n\n");
for skill in skillList.list do -- lets loop thru the list
    idaux = tostring(skill.skillId)
    nameaux = tostring(skill.name)
    file:write( "Nombre : "..nameaux .. " -> Id : ".. idaux .."\n");
end;
file:close();
work on oficial

create a file ... it habe the name and id of the skill of your class, work in all clasess
(This post was last modified: 10-15-2013 02:16 AM by cerealKiller.)
10-15-2013 02:15 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Skills ID list - wrabeczech - 08-25-2013, 14:02 PM
RE: Skills ID list - SHOWmeLOVE - 08-25-2013, 20:57 PM
RE: Skills ID list - TheQQmaster - 08-25-2013, 22:37 PM
RE: Skills ID list - Karuna - 10-07-2013, 12:29 PM
RE: Skills ID list - shunda - 10-07-2013, 21:50 PM
RE: Skills ID list - Vinter - 10-09-2013, 08:40 AM
RE: Skills ID list - cerealKiller - 10-15-2013 02:15 AM

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Interlude skills help evapore 2 2,919 08-02-2015 02:41 AM
Last Post: Fox
  Command list DjNanos 2 5,988 07-28-2015 16:13 PM
Last Post: DjNanos
  about skills drake182 0 2,250 05-27-2015 23:12 PM
Last Post: drake182
  TOGGLE SKILLS aut0matic 3 4,324 05-15-2015 21:21 PM
Last Post: TheQQmaster
  [BUG] Ertheia Skills veinha 3 4,047 04-11-2015 12:12 PM
Last Post: plixplox
  Pet Skills lilscout 3 4,851 03-29-2015 18:07 PM
Last Post: capucine
  Open Window Skills Table benbt91 8 5,637 03-22-2015 08:13 AM
Last Post: benbt91
  SCAMMER MAXIMUS303 FULL CHAR LIST joel2bot 1 2,636 01-20-2015 04:35 AM
Last Post: Fox
  percentage skills reus xanoch666 3 3,575 11-05-2014 16:08 PM
Last Post: Vinter
Information Load or save Skills Setup !! JuZioo 1 2,523 11-01-2014 11:58 AM
Last Post: plixplox



User(s) browsing this thread: 1 Guest(s)