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

Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wynn Soulless ID?? Anyoe knows
Author Message
doppa Offline
Expired VIP Member
**

Posts: 18
Joined: Jan 2014
Reputation: 0
Version: 1.4.2.140
Post: #1
Wynn Soulless ID?? Anyoe knows

Does anyone know the id of Wynn Soulless summon? "awakened one" can't seem to find it anywhere.. Confused
01-27-2014 13:22 PM
Find all posts by this user Quote this message in a reply
diegol Offline
Expired VIP Member
**

Posts: 89
Joined: Jun 2013
Reputation: 15
Version: 1.4.1.121
Post: #2
RE: Wynn Soulless ID?? Anyoe knows

U need to put /recstart_zz on chat, press the skill of Sumoning Wynn Soulles, then type /recstop, go to folder D:\xxxxxxxx\l2tower\scripts, open zz.lua and there u gonna have the skill_id of Wynn Soulles.
01-28-2014 00:58 AM
Find all posts by this user Quote this message in a reply
cerealKiller Offline
VIP Member
***

Posts: 24
Joined: Nov 2012
Reputation: 5
Version: 1.4.2.142
Post: #3
RE: Wynn Soulless ID?? Anyoe knows

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
01-30-2014 06:00 AM
Find all posts by this user Quote this message in a reply
benbt91 Offline
VIP Member
***

Posts: 694
Joined: Mar 2012
Reputation: 47
Version: 1.4.3.143
Post: #4
RE: Wynn Soulless ID?? Anyoe knows

11340;-- Summon Wynn Soulless
01-30-2014 09:12 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Heart WYNN 97 + ISS 93 DUO SPOT ? capucine 8 4,032 06-17-2014 16:31 PM
Last Post: capucine
  feoh assist wynn with normal hit sick4mind 1 2,069 03-12-2014 14:03 PM
Last Post: devil7
  help, my wynn fail alberyan 0 1,804 02-25-2014 20:20 PM
Last Post: alberyan
  REQUEST: PK killing script for Wynn Rall 1 2,431 02-05-2014 16:42 PM
Last Post: diegol
  SPOT EXP FOR WYNN 93+ISS Alfy 8 5,471 11-10-2013 17:07 PM
Last Post: capucine
  [Shilen Server] Wynn 91 lf CP Alfy 2 2,610 10-30-2013 12:24 PM
Last Post: Alfy
  96 wynn, iss duo holty 2 2,062 07-30-2013 10:58 AM
Last Post: holty
  Sigel Hell Knight vs Wynn Spectral Master Dobitoken 4 3,291 07-19-2013 02:51 AM
Last Post: oozaoru
  Wynn summoner - how to pick up only mana herb Zigardo 2 5,172 06-05-2013 10:48 AM
Last Post: Zigardo
  Need Heal Aeore Healer + Wynn sc2love 5 5,527 05-13-2013 00:05 AM
Last Post: sc2love



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