Jump to content

GunarStillis

Members
  • Posts

    205
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by GunarStillis

  1. now Create new file called "GK ID_33" for exmaple " 1000_33" and add these lines to show areas... <tr><td><button value="MOS - Outside" action="bypass -h npc_%objectId%_goto 55234" msg="811;Town Of Giran" width=160 height=27 back="L2UI_CT1.Windows_DF_Drawer_Bg_Darker" fore="L2UI_CT1.Windows_DF_Drawer_Bg_Darker"> <tr><td><br1></td></tr> <tr><td><button value="MOS - North" action="bypass -h npc_%objectId%_goto 55652" msg="811;Giran Harbor" width=160 height=27 back="L2UI_CT1.Windows_DF_Drawer_Bg_Darker" fore="L2UI_CT1.Windows_DF_Drawer_Bg_Darker"> <tr><td><br1></td></tr> <tr><td><button value="MOS - South" action="bypass -h npc_%objectId%_goto 55654" msg="811;Giran Harbor" width=160 height=27 back="L2UI_CT1.Windows_DF_Drawer_Bg_Darker" fore="L2UI_CT1.Windows_DF_Drawer_Bg_Darker"> <tr><td><br1></td></tr> And create Teleport with the id u put for example "55654" go to Teleport table and add new zone with this ID!
  2. it works now, anyone has shared cloaks of H5 ?
  3. the Items works in game, but I can't wear them on the character... it's the XML file... <?xml version="1.0" encoding="UTF-8"?> <list> <item id="50005" type="Armor" name="Knight's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <cond msgId="2453"> <player cloakStatus="1" /> </cond> <for> <add order="0x10" stat="pDef" val="0" /> <add order="0x40" stat="darkRes" val="0" /> <!-- Dark Attribute Defense +30 --> </for> </item> <item id="50006" type="Armor" name="Archer's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <cond msgId="2453"> <player cloakStatus="1" /> </cond> <for> <add order="0x10" stat="pDef" val="0" /> <add order="0x40" stat="darkRes" val="0" /> <!-- Dark Attribute Defense +30 --> </for> </item> <item id="50007" type="Armor" name="Enchanter's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <cond msgId="2453"> <player cloakStatus="1" /> </cond> <for> <add order="0x10" stat="pDef" val="0" /> <add order="0x40" stat="darkRes" val="0" /> <!-- Dark Attribute Defense +30 --> </for> </item> <item id="50008" type="Armor" name="Healer's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <cond msgId="2453"> <player cloakStatus="1" /> </cond> <for> <add order="0x10" stat="pDef" val="0" /> <add order="0x40" stat="darkRes" val="0" /> <!-- Dark Attribute Defense +30 --> </for> </item> <item id="50009" type="Armor" name="Rouge's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <cond msgId="2453"> <player cloakStatus="1" /> </cond> <for> <add order="0x10" stat="pDef" val="0" /> <add order="0x40" stat="darkRes" val="0" /> <!-- Dark Attribute Defense +30 --> </for> </item> <item id="50010" type="Armor" name="Warrior's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <cond msgId="2453"> <player cloakStatus="1" /> </cond> <for> <add order="0x10" stat="pDef" val="0" /> <add order="0x40" stat="darkRes" val="0" /> <!-- Dark Attribute Defense +30 --> </for> </item> <item id="50011" type="Armor" name="Summoner's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <cond msgId="2453"> <player cloakStatus="1" /> </cond> <for> <add order="0x10" stat="pDef" val="0" /> <add order="0x40" stat="darkRes" val="0" /> <!-- Dark Attribute Defense +30 --> </for> </item> <item id="50012" type="Armor" name="Wizard's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <cond msgId="2453"> <player cloakStatus="1" /> </cond> <for> <add order="0x10" stat="pDef" val="0" /> <add order="0x40" stat="darkRes" val="0" /> <!-- Dark Attribute Defense +30 --> </for> </item> </list>
  4. I am not sure if its the right place but i decided to post it here. I have bought about 7steam games including Counter strike source+ old version both premium, I got all disc at home..but I lost my account password I tried everything, lost password,recovery new pass.. anything. anyone has Idea how I can get back my steam account.. [ I got all keys at home with disc's] I cant install on another steam account because it doesnt let me,it says the game is installed on another steam acc..
  5. Welcome! Hope u'll enjoy the time U spend here!
  6. server loads up, but when I try to create the item with Item section at admin panel ,it says file doesnt exists...any ideas :|
  7. The xml name is ...... "52020-52027" the xml info is : <?xml version="1.0" encoding="UTF-8"?> <list> <item id="52020" type="Armor" name="Knight's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <set name="default_action" val="equip" /> <set name="bodypart" val="back" /> <set name="immediate_effect" val="1" /> <set name="crystal_type" val="s80" /> <set name="material" val="cloth" /> <set name="weight" val="220" /> <set name="is_tradable" val="false" /> <set name="is_dropable" val="false" /> <set name="is_sellable" val="false" /> <for> <add order="0x10" stat="pDef" val="20" /> </for> <cond msgId="2453"> <player cloakStatus="1" /> </cond> </item> <item id="52021" type="Armor" name="Archer's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <set name="default_action" val="equip" /> <set name="bodypart" val="back" /> <set name="immediate_effect" val="1" /> <set name="crystal_type" val="s80" /> <set name="material" val="cloth" /> <set name="weight" val="220" /> <set name="is_tradable" val="false" /> <set name="is_dropable" val="false" /> <set name="is_sellable" val="false" /> <for> </for> <cond msgId="2453"> <player cloakStatus="1" /> </cond> </item> <item id="52022" type="Armor" name="Enchanter's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <set name="default_action" val="equip" /> <set name="bodypart" val="back" /> <set name="immediate_effect" val="1" /> <set name="crystal_type" val="s80" /> <set name="material" val="cloth" /> <set name="weight" val="220" /> <set name="is_tradable" val="false" /> <set name="is_dropable" val="false" /> <set name="is_sellable" val="false" /> <for> </for> <cond msgId="2453"> <player cloakStatus="1" /> </cond> </item> <item id="52023" type="Armor" name="Healer's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <set name="default_action" val="equip" /> <set name="bodypart" val="back" /> <set name="immediate_effect" val="1" /> <set name="crystal_type" val="s80" /> <set name="material" val="cloth" /> <set name="weight" val="220" /> <set name="is_tradable" val="false" /> <set name="is_dropable" val="false" /> <set name="is_sellable" val="false" /> <for> </for> <cond msgId="2453"> <player cloakStatus="1" /> </cond> </item> <item id="52024" type="Armor" name="Rouge's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <set name="default_action" val="equip" /> <set name="bodypart" val="back" /> <set name="immediate_effect" val="1" /> <set name="crystal_type" val="s80" /> <set name="material" val="cloth" /> <set name="weight" val="220" /> <set name="is_tradable" val="false" /> <set name="is_dropable" val="false" /> <set name="is_sellable" val="false" /> <for> </for> <cond msgId="2453"> <player cloakStatus="1" /> </cond> </item> <item id="52025" type="Armor" name="Warrior's Cloak "> <set name="icon" val="icon.vesper_cloack_i00" /> <set name="default_action" val="equip" /> <set name="bodypart" val="back" /> <set name="immediate_effect" val="1" /> <set name="crystal_type" val="s80" /> <set name="material" val="cloth" /> <set name="weight" val="220" /> <set name="is_tradable" val="false" /> <set name="is_dropable" val="false" /> <set name="is_sellable" val="false" /> <for> </for> <cond msgId="2453"> <player cloakStatus="1" /> </cond> </item> <item id="52026" type="Armor" name="Summoner's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <set name="default_action" val="equip" /> <set name="bodypart" val="back" /> <set name="immediate_effect" val="1" /> <set name="crystal_type" val="s80" /> <set name="material" val="cloth" /> <set name="weight" val="220" /> <set name="is_tradable" val="false" /> <set name="is_dropable" val="false" /> <set name="is_sellable" val="false" /> <for> </for> <cond msgId="2453"> <player cloakStatus="1" /> </cond> </item> <item id="52027" type="Armor" name="Wizard's Cloak"> <set name="icon" val="icon.vesper_cloack_i00" /> <set name="default_action" val="equip" /> <set name="bodypart" val="back" /> <set name="immediate_effect" val="1" /> <set name="crystal_type" val="s80" /> <set name="material" val="cloth" /> <set name="weight" val="220" /> <set name="is_tradable" val="false" /> <set name="is_dropable" val="false" /> <set name="is_sellable" val="false" /> <for> </for> <cond msgId="2453"> <player cloakStatus="1" /> </cond> </item> </list>
  8. Ive added the xml file to Items folder,and when I run the server it shows that CommunityServerThread: Deactivated by config. Maximum Numbers of Connected Players: 100 Server Loaded in 65 seconds AutoAnnoucements: Loaded 0 Auto Annoucement Data. Telnet server is currently disabled. it should of show "Logged bartz server :1" and gameserver shows as offline..
  9. to make it work, do I need to active Telnet? because when I added the xml file to server it just didn't load...
  10. I am looking for GOD/H5 Cloaks that I can use on Freya client [CT2.5] anyone can give me a shared like or help me find them?
  11. Exp will be increase since it doesn't matter ,u lvl up in about 2minutes. the opening day isn't sure yet but it will be really soon,I will post the opening date here in about 2-3days! P.S: I am still looking for pepole to help us test the beta! if your interested contact me on MSN or send email : gunar_14@Hotmail.com
  12. L2joff? .. L2J or l2OFF ? lol ,if it's l2OFF ur in wrong section
  13. Great share,Would be nice if u could upload an updated version of this admin panel! but thnx anyway!!
  14. Yes u need just to copy it....,If u have more questions talk to me in private, it's useless to spam here! I would like to help
  15. You add it into Game/Date/stats/skills .. and U can use it for any pack, u will just have to fix something if its wrong.
  16. Here is a Ready balance file, its not maded by me I just give u a download link. http://www.2shared.com/document/VWvkI7z4/30100-30199.html Credits: KantikSGC
  17. ok thnx everyone,since It's old version I will copy few commands and add to freya correct admin panel! thnx u can close topic now!
  18. Thnx Teddy!! I have 1 more question, is there any way to make it work on another command ? not //admin
  19. [move]Lineage ][ Berserker High Rate PvP Server[/move] We Would Like to Present Lineage ][ Berserker , Freya PvP Server First of all we would like to give you some informations about us. Our team is experienced in developing, administrating and in managing of Lineage II Server`s. We all have been Lineage II Player for many years and we Have great ideas. This is the reason why we decided to start this Project. For Years we hear Lineage II Player complain about the new customize, random Administrator changes, GM's behaviorץ We hear them speak about the "L2 Old School". So we decided to offer High Rate Freya PvP Server, which has alot of things that non saw ever before. Our main point is to build a stable and growing Community and provide you an exciting way to spend your time playing your favorite Games. Whats the reasons that make us different from other? 100% Fair Game. 99% Real Community (No walkers/L2Nets) Active and experienced staff! No Coruption Staff Great PvP Battles! Bugless PvP Server. 100% Uptime! No Lag! Server Rates: EXP:500x SP:500X Adena:1000x pet XP:10x Spoil:15x Enchant Rates: Safe:+3 Max:+16 Normal scrolls:60% Blessed scrolls:100% Misc Features: Sub class certificaions system 3 Sub Class allowed Element System untill level 9 Events: Nexus Event Engine Will be added! Full Nexus event System Describe will be added in our website! Raid Boss System: Raid Bosses of every Level has been added with Special Rewards: Low Lvl(Zaken,Queen Ant) Medium Lvl(Baium,Baylor) High Lvl(Antharas,Freya) Super High Lvl(Valakas) Farm system: Gold Bars Mouse Coins [earned by PvP/Events] No Grade Penalty No Death Penalty Extremely Easy farm Commands: .tvtjoin .tvtleave .ctfjoin .ctfleave .dmjoin .dmleave .deposit .withdraw Custom Areas: Custom Farm Area Custom PvP Area's Custom Leveling Zone Custom NPC's: GM Shop Scheme Buffer Buffer PvP Manager Noblesse Manager Global Gatekeeper Server Information Custom Items: Custom God Cloaks Custom H5 Cloaks "NO Custom Armors/Weapons" Olympiad: Olympiad max enchant +6 Olympiad Period 2weeks Olympiad 6hours a day You can Visit Our website www.l2Berserker.com Also you can Visit our Forum: www.l2berserker.com/forum/ We don't have exactly grand opening Date, but it's about 8-10 days untill the Grand open! Date will be Added soon! Our Server is Under closed Beta, if your interested helping in beta send a email to gunar_14@hotmail.com. We are still opened for new Ideas, opinions, replay here or send a email with ur opinion we would like to hear it!
  20. This is what I was looking for. but there are 2 problems: 1: The download link isn't working...megaupload blocked from FBI... 2: it's a old version,do u have any updated one? [ if no give me download link for the correct one ] :) thnx Tryskell.
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock