
PWNANI
Members-
Posts
19 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by PWNANI
-
ty guys i find it out myself alone :P it was mising this: if htmltext != event: st.setState(COMPLETED) st.exitQuest(1) i am only posting in case some1 has the same problem... to know how to fix it ^^ i hope i helped
-
kinda i need help... i dunno whats wrong with my buffer when i hit the buttom to buff it shows me a msg instead of buffing me... _init__.py: #Mage Buffs Category if event == "93": st.takeItems(ADENA_ID,500000) SkillTable.getInstance().getInfo(1204,2).getEffects(st.getPlayer(),st.getPlayer()) #Wind Walk SkillTable.getInstance().getInfo(1085,3).getEffects(st.getPlayer(),st.getPlayer()) #Acumen SkillTable.getInstance().getInfo(1078,6).getEffects(st.getPlayer(),st.getPlayer()) #Concentration SkillTable.getInstance().getInfo(1059,3).getEffects(st.getPlayer(),st.getPlayer()) #Greater Empower SkillTable.getInstance().getInfo(1303,2).getEffects(st.getPlayer(),st.getPlayer()) #Wild Magic SkillTable.getInstance().getInfo(1045,6).getEffects(st.getPlayer(),st.getPlayer()) #Blessed Body SkillTable.getInstance().getInfo(1048,6).getEffects(st.getPlayer(),st.getPlayer()) #Blessed Soul SkillTable.getInstance().getInfo(1062,2).getEffects(st.getPlayer(),st.getPlayer()) #Berseker Spirit SkillTable.getInstance().getInfo(1040,3).getEffects(st.getPlayer(),st.getPlayer()) #Shield SkillTable.getInstance().getInfo(1035,4).getEffects(st.getPlayer(),st.getPlayer()) #Mental Shield SkillTable.getInstance().getInfo(1036,2).getEffects(st.getPlayer(),st.getPlayer()) #Magic Barrier SkillTable.getInstance().getInfo(1243,6).getEffects(st.getPlayer(),st.getPlayer()) #Blessed Shield SkillTable.getInstance().getInfo(1036,2).getEffects(st.getPlayer(),st.getPlayer()) #Resist Shock SkillTable.getInstance().getInfo(268,1).getEffects(st.getPlayer(),st.getPlayer()) #Song of Wind SkillTable.getInstance().getInfo(264,1).getEffects(st.getPlayer(),st.getPlayer()) #Song Of Earth SkillTable.getInstance().getInfo(304,1).getEffects(st.getPlayer(),st.getPlayer()) #Song of Vitality SkillTable.getInstance().getInfo(265,1).getEffects(st.getPlayer(),st.getPlayer()) #Song Of Life SkillTable.getInstance().getInfo(267,1).getEffects(st.getPlayer(),st.getPlayer()) #Song of Warding SkillTable.getInstance().getInfo(266,1).getEffects(st.getPlayer(),st.getPlayer()) #Song of Water SkillTable.getInstance().getInfo(363,1).getEffects(st.getPlayer(),st.getPlayer()) #Song of Meditation SkillTable.getInstance().getInfo(273,1).getEffects(st.getPlayer(),st.getPlayer()) #Dance of Mystic SkillTable.getInstance().getInfo(276,1).getEffects(st.getPlayer(),st.getPlayer()) #Dance of Concentration SkillTable.getInstance().getInfo(277,1).getEffects(st.getPlayer(),st.getPlayer()) #Dance of Light return "1.htm" st.setState(COMPLETE) #Fighter Buffs Category if event == "94" st.takeItems(ADENA_ID,500000) SkillTable.getInstance().getInfo(1204,2).getEffects(st.getPlayer(),st.getPlayer()) #Wind Walk SkillTable.getInstance().getInfo(1062,2).getEffects(st.getPlayer(),st.getPlayer()) #Berseker Spirit SkillTable.getInstance().getInfo(1045,6).getEffects(st.getPlayer(),st.getPlayer()) #Blessed Body SkillTable.getInstance().getInfo(1048,6).getEffects(st.getPlayer(),st.getPlayer()) #Blessed SOul SkillTable.getInstance().getInfo(1068,3).getEffects(st.getPlayer(),st.getPlayer()) #Might SkillTable.getInstance().getInfo(1086,2).getEffects(st.getPlayer(),st.getPlayer()) #Haste SkillTable.getInstance().getInfo(1077,3).getEffects(st.getPlayer(),st.getPlayer()) #Focus SkillTable.getInstance().getInfo(1242,3).getEffects(st.getPlayer(),st.getPlayer()) #Death Whisper SkillTable.getInstance().getInfo(1268,4).getEffects(st.getPlayer(),st.getPlayer()) #Vampiric Rage SkillTable.getInstance().getInfo(1240,3).getEffects(st.getPlayer(),st.getPlayer()) #Guidance SkillTable.getInstance().getInfo(1087,3).getEffects(st.getPlayer(),st.getPlayer()) #Agility SkillTable.getInstance().getInfo(1040,3).getEffects(st.getPlayer(),st.getPlayer()) #Shield SkillTable.getInstance().getInfo(1036,2).getEffects(st.getPlayer(),st.getPlayer()) #Magic Barrier SkillTable.getInstance().getInfo(1035,4).getEffects(st.getPlayer(),st.getPlayer()) #Mental Shield SkillTable.getInstance().getInfo(1036,2).getEffects(st.getPlayer(),st.getPlayer()) #Resist Shock SkillTable.getInstance().getInfo(268,1).getEffects(st.getPlayer(),st.getPlayer()) #Song of Wind SkillTable.getInstance().getInfo(264,1).getEffects(st.getPlayer(),st.getPlayer()) #Song Of Earth SkillTable.getInstance().getInfo(304,1).getEffects(st.getPlayer(),st.getPlayer()) #Song of Vitality SkillTable.getInstance().getInfo(265,1).getEffects(st.getPlayer(),st.getPlayer()) #Song Of Life SkillTable.getInstance().getInfo(267,1).getEffects(st.getPlayer(),st.getPlayer()) #Song of Warding SkillTable.getInstance().getInfo(266,1).getEffects(st.getPlayer(),st.getPlayer()) #Song of Water SkillTable.getInstance().getInfo(269,1).getEffects(st.getPlayer(),st.getPlayer()) #Song Of Hunter SkillTable.getInstance().getInfo(271,1).getEffects(st.getPlayer(),st.getPlayer()) #Dance Of Warrior SkillTable.getInstance().getInfo(272,1).getEffects(st.getPlayer(),st.getPlayer()) #Dance Of Inspiration SkillTable.getInstance().getInfo(274,1).getEffects(st.getPlayer(),st.getPlayer()) #Dance Of Fire SkillTable.getInstance().getInfo(275,1).getEffects(st.getPlayer(),st.getPlayer()) #Dance Of Fury return "1.htm" st.setState(COMPLETE) if htmltext != event: st.setState(COMPLETED) st.exitQuest(1) return htmltext html: <tr> <td><button value="Mages" action="bypass -h Quest 9999_NPCBuffer 93" width=82 height=25 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> <center><td><button value="Chants" action="bypass -h Quest 9999_NPCBuffer 5.htm" width=82 height=25 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> <td><button value="Fighters" action="bypass -h Quest 9999_NPCBuffer 94" width=82 height=25 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> </tr> </table> <img src="L2UI_CH3.onscrmsg_pattern01_1" width=300 height=32 align=left> </body> </center> </html> and when ingame shows me a msg saying the number of that skill (the one i created in init) in the system msg box...
-
[Share]How to put your own music
PWNANI replied to hakanbey's topic in Client Development Discussion
will try it... ty -
[Mega-Share]Gracia final armors CT2.2
PWNANI replied to Madboy's topic in Client Development Discussion
w00000t u shared them!!!! OMGF i am falling in love!!! (not really) man THANX A LOOOOOOTTTT omgf :o -
[HELP]Changing hair textures
PWNANI replied to masterbooter's topic in Client Development Discussion
u guys are crazy... cutting heads off!!! omg o.0 -
ty nice post
-
[Share] All Wings AIO [CT1]
PWNANI replied to CriticalError's topic in Client Development Discussion
Nice share... -
[Share]Stupid Face Human Fighter!
PWNANI replied to ђ๏†ωђээℓž's topic in Client Development Discussion
LOOOOOOOOOOL men keep it up lmao -
Vesper Weapons + Jewelery By Urbanhack [IL]
PWNANI replied to Urbanhack's topic in Client Development Discussion
wow cool i have been searching for the weapons for a while ^^ i am glad u shared ty :P -
[Share]Beleth Armor [CT2.2]
PWNANI replied to CriticalError's topic in Client Development Discussion
nice armor men :D -
[Preview] AION Weapons Imported for Lineage
PWNANI replied to CriticalError's topic in Client Development Discussion
awesome weapons... cant wait to try them out :P -
would be great... if i could see how to use this program -.-" u guys hide all treads that may have 1 possible help... and not just some1 trying to help...
-
yeah... you guy's should share a guide... without post's requisition... we got guides and tuturials... protected by the number of post's -.-" you guys should REALLY post a FREE guide or tuturial
-
[SHARE] Titanium Armor with the BEST OF ALL TEXTURES
PWNANI replied to CaLeSty's topic in Client Development Discussion
nice!!! too bad i cant download it xD i dnt have enoth post's loool -
[Share] Dark Angel Shield [Gracia 2]
PWNANI replied to SeThPT's topic in Client Development Discussion
:D Nice shield i LOVE it ill use it for sure ;D Just need a fix in stat's and it is P3RF3CT0 :D -
[Share] Dark Angel Shield [Gracia 2]
PWNANI replied to SeThPT's topic in Client Development Discussion
YOO nice shield you got there :o Downloading it now... ill try it in a few min. ^^ -
i cant use some of the skills can some1 help me?
-
YOO Thnks a lot pall Helped me a lot =P