Jump to content

protect

Members
  • Posts

    83
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by protect

  1. Hello everybody, Maybe somebody know how to make Multisell shop with SP Its mean i want to do what peoples buy item for sp <item id="1"> <ingredient id="57" count="1" /> <production id="9398" count="1" /> </item> now in this mutisell code i buy item for 1 aden what i must write if i want what peoples buy this item for 1 SP?
  2. Hello here Sql command and insert him to your skill trees and forg skills will be autolearn go to your navicat select your server and push button F6 and when copy paste from here INSERT INTO `skill_trees` (`class_id`, `skill_id`, `level`, `name`, `sp`, `min_level`) VALUES # DUELIST (88, 759, 1, 'Archers Will', 0, 81), (88, 767, 1, 'Expose Weak Point', 0, 81), (88, 758, 1, 'Fighter Will', 0, 81), (88, 917, 1, 'Final Secret', 0, 81), (88, 757, 1, 'Protection of Alignment', 0, 82), (88, 756, 1, 'Protection of Elemental', 0, 82), (88, 755, 1, 'Protection of Rune', 0, 82), (88, 919, 1, 'Maximum Focus Sonic', 0, 83), (88, 775, 1, 'Weapon Blockade', 0, 83), # DREADNOUGHT (89, 759, 1, 'Archers Will', 0, 81), (89, 767, 1, 'Expose Weak Point', 0, 81), (89, 758, 1, 'Fighter Will', 0, 81), (89, 917, 1, 'Final Secret', 0, 81), (89, 757, 1, 'Protection of Alignment', 0, 82), (89, 756, 1, 'Protection of Elemental', 0, 82), (89, 755, 1, 'Protection of Rune', 0, 82), (89, 774, 1, 'Dread Pool', 0, 83), # PHOENIX KNIGHT (90, 759, 1, 'Archers Will', 0, 81), (90, 760, 1, 'Anti Magic Armor', 0, 81), (90, 758, 1, 'Fighter Will', 0, 81), (90, 913, 1, 'Deflect Magic', 0, 81), (90, 766, 1, 'Sixth Sense', 0, 81), (90, 757, 1, 'Protection of Alignment', 0, 82), (90, 756, 1, 'Protection of Elemental', 0, 82), (90, 755, 1, 'Protection of Rune', 0, 82), (90, 785, 1, 'Flame Icon', 0, 83), (90, 784, 1, 'Spirit of Phoenix', 0, 83), (90, 912, 1, 'Summon Imperial Phoenix', 0, 83), # HELL KNIGHT (91, 759, 1, 'Archers Will', 0, 81), (91, 760, 1, 'Anti Magic Armor', 0, 81), (91, 758, 1, 'Fighter Will', 0, 81), (91, 913, 1, 'Deflect Magic', 0, 81), (91, 766, 1, 'Sixth Sense', 0, 81), (91, 757, 1, 'Protection of Alignment', 0, 82), (91, 756, 1, 'Protection of Elemental', 0, 82), (91, 755, 1, 'Protection of Rune', 0, 82), (91, 763, 1, 'Hell Scream', 0, 83), (91, 761, 1, 'Seed of Revenge', 0, 83), (91, 762, 1, 'Insane Crusher', 0, 83), # TREASURE HUNTER / ADVENTURER (8, 821, 1, 'Shadow Step', 0, 72), (8, 820, 1, 'Evasion Haste', 0, 74), (93, 759, 1, 'Archers Will', 0, 81), (93, 758, 1, 'Fighter Will', 0, 81), (93, 767, 1, 'Expose Weak Point', 0, 81), (93, 766, 1, 'Sixth Sense', 0, 81), (93, 922, 1, 'Hide', 0, 81), (93, 923, 1, 'Dual Dagger Mastery', 0, 81), (93, 757, 1, 'Protection of Alignment', 0, 82), (93, 756, 1, 'Protection of Elemental', 0, 82), (93, 755, 1, 'Protection of Rune', 0, 82), (93, 768, 1, 'Exciting Adventure', 0, 83), # SAGITTARIUS (92, 759, 1, 'Archers Will', 0, 81), (92, 758, 1, 'Fighter Will', 0, 81), (92, 924, 1, 'Seven Arrow', 0, 81), (92, 946, 1, 'Silent Mind', 0, 81), (92, 757, 1, 'Protection of Alignment', 0, 82), (92, 756, 1, 'Protection of Elemental', 0, 82), (92, 755, 1, 'Protection of Rune', 0, 82), (92, 771, 1, 'Flame Hawk', 0, 83), # ARCHMAGE (94, 1532, 1, 'Enlightenment', 0, 81), (94, 945, 1, 'Magicians Will', 0, 81), (94, 1467, 1, 'Meteor', 0, 81), (94, 757, 1, 'Protection of Alignment', 0, 82), (94, 756, 1, 'Protection of Elemental', 0, 82), (94, 755, 1, 'Protection of Rune', 0, 82), (94, 1492, 1, 'Flame Armor', 0, 83), # SOULTAKER (95, 1532, 1, 'Enlightenment', 0, 81), (95, 945, 1, 'Magicians Will', 0, 81), (95, 1467, 1, 'Meteor', 0, 81), (95, 757, 1, 'Protection of Alignment', 0, 82), (95, 756, 1, 'Protection of Elemental', 0, 82), (95, 755, 1, 'Protection of Rune', 0, 82), (95, 1495, 1, 'Vampiric Mist', 0, 83), #ARCANA LORD (96, 1497, 1, 'Excessive Loyalty', 0, 81), (96, 945, 1, 'Magicians Will', 0, 81), (96, 1498, 1, 'Mutual Response', 0, 81), (96, 1496, 1, 'Servitor Barrier', 0, 81), (96, 757, 1, 'Protection of Alignment', 0, 82), (96, 756, 1, 'Protection of Elemental', 0, 82), (96, 755, 1, 'Protection of Rune', 0, 82), (96, 929, 1, 'Spirit of the Cat', 0, 83), # CARDINAL (97, 1533, 1, 'Enlightenment', 0, 81), (97, 945, 1, 'Magicians Will', 0, 81), (97, 1540, 1, 'Turn to Stone', 0, 81), (97, 757, 1, 'Protection of Alignment', 0, 82), (97, 756, 1, 'Protection of Elemental', 0, 82), (97, 755, 1, 'Protection of Rune', 0, 82), (97, 1505, 1, 'Sublime Self-Sacrifice', 0, 83), # PROPHET / HIEROPHANT (17, 1499, 1, 'Improved Combat', 0, 70), (17, 1501, 1, 'improved Condition', 0, 70), (98, 1533, 1, 'Enlightenment', 0, 81), (98, 945, 1, 'Magicians Will', 0, 81), (98, 1540, 1, 'Turn to Stone', 0, 81), (98, 757, 1, 'Protection of Alignment', 0, 82), (98, 756, 1, 'Protection of Elemental', 0, 82), (98, 755, 1, 'Protection of Rune', 0, 82), (98, 1542, 1, 'Counter Critical', 0, 83), # EVAS TEMPLAR (99, 759, 1, 'Archers Will', 0, 81), (99, 760, 1, 'Anti Magic Armor', 0, 81), (99, 758, 1, 'Fighter Will', 0, 81), (99, 913, 1, 'Deflect Magic', 0, 81), (99, 766, 1, 'Sixth Sense', 0, 81), (99, 757, 1, 'Protection of Alignment', 0, 82), (99, 756, 1, 'Protection of Elemental', 0, 82), (99, 755, 1, 'Protection of Rune', 0, 82), (99, 786, 1, 'Evas Will', 0, 83), (99, 787, 1, 'Touch of Eva', 0, 83), # SWORDMUSE (100, 764, 1, 'Song of Windstorm', 0, 76), (100, 759, 1, 'Archers Will', 0, 81), (100, 758, 1, 'Fighter Will', 0, 81), (100, 913, 1, 'Deflect Magic', 0, 81), (100, 766, 1, 'Sixth Sense', 0, 81), (100, 757, 1, 'Protection of Alignment', 0, 82), (100, 756, 1, 'Protection of Elemental', 0, 82), (100, 755, 1, 'Protection of Rune', 0, 82), (100, 914, 1, 'Song of Purification', 0, 83), # PLAINSWALKER / WIND RAIDER (23, 821, 1, 'Shadow Step', 0, 72), (23, 819, 1, 'Evasion Chance', 0, 74), (101, 759, 1, 'Archers Will', 0, 81), (101, 758, 1, 'Fighter Will', 0, 81), (101, 767, 1, 'Expose Weak Point', 0, 81), (101, 766, 1, 'Sixth Sense', 0, 81), (101, 922, 1, 'Hide', 0, 81), (101, 923, 1, 'Dual Dagger Mastery', 0, 81), (101, 757, 1, 'Protection of Alignment', 0, 82), (101, 756, 1, 'Protection of Elemental', 0, 82), (101, 755, 1, 'Protection of Rune', 0, 82), (101, 769, 1, 'Wind Riding', 0, 83), # MOONLIGHT SENTINEL (102, 759, 1, 'Archers Will', 0, 81), (102, 758, 1, 'Fighter Will', 0, 81), (102, 924, 1, 'Seven Arrow', 0, 81), (102, 946, 1, 'Silent Mind', 0, 81), (102, 757, 1, 'Protection of Alignment', 0, 82), (102, 756, 1, 'Protection of Elemental', 0, 82), (102, 755, 1, 'Protection of Rune', 0, 82), (102, 772, 1, 'Arrow Rain', 0, 83), # MYSTIC MUSE (103, 1532, 1, 'Enlightenment', 0, 81), (103, 945, 1, 'Magicians Will', 0, 81), (103, 1468, 1, 'Star Fall', 0, 81), (103, 757, 1, 'Protection of Alignment', 0, 82), (103, 756, 1, 'Protection of Elemental', 0, 82), (103, 755, 1, 'Protection of Rune', 0, 82), (103, 1493, 1, 'Frost Armor', 0, 83), # ELEMENTAL MASTER (104, 1497, 1, 'Excessive Loyalty', 0, 81), (104, 945, 1, 'Magicians Will', 0, 81), (104, 1498, 1, 'Mutual Response', 0, 81), (104, 1496, 1, 'Servitor Barrier', 0, 81), (104, 757, 1, 'Protection of Alignment', 0, 82), (104, 756, 1, 'Protection of Elemental', 0, 82), (104, 755, 1, 'Protection of Rune', 0, 82), (104, 931, 1, 'Spirit of the Unicorn', 0, 83), # ELVEN ELDER / EVA SAINT (30, 1504, 1, 'Improved Movement', 0, 70), (30, 1503, 1, 'improved Shield Defense', 0, 70), (105, 1533, 1, 'Enlightenment', 0, 81), (105, 945, 1, 'Magicians Will', 0, 81), (105, 1540, 1, 'Turn to Stone', 0, 81), (105, 757, 1, 'Protection of Alignment', 0, 82), (105, 756, 1, 'Protection of Elemental', 0, 82), (105, 755, 1, 'Protection of Rune', 0, 82), (105, 1506, 1, 'Blessing of Eva', 0, 83), # SHILLIEN TEMPLAR (106, 759, 1, 'Archers Will', 0, 81), (106, 760, 1, 'Anti Magic Armor', 0, 81), (106, 758, 1, 'Fighter Will', 0, 81), (106, 913, 1, 'Deflect Magic', 0, 81), (106, 766, 1, 'Sixth Sense', 0, 81), (106, 757, 1, 'Protection of Alignment', 0, 82), (106, 756, 1, 'Protection of Elemental', 0, 82), (106, 755, 1, 'Protection of Rune', 0, 82), (106, 788, 1, 'Pain of Shilen', 0, 83), (106, 789, 1, 'Spirit of Shilen', 0, 83), # SPECTRAL DANCER (107, 765, 1, 'Dance of Bladestorm', 0, 76), (107, 759, 1, 'Archers Will', 0, 81), (107, 758, 1, 'Fighter Will', 0, 81), (107, 913, 1, 'Deflect Magic', 0, 81), (107, 766, 1, 'Sixth Sense', 0, 81), (107, 757, 1, 'Protection of Alignment', 0, 82), (107, 756, 1, 'Protection of Elemental', 0, 82), (107, 755, 1, 'Protection of Rune', 0, 82), (107, 915, 1, 'Dance of Berserker', 0, 83), # ABISS WALKER / GHOST HUNTER (36, 821, 1, 'Shadow Step', 0, 72), (36, 818, 1, 'Evasion COUNTER', 0, 74), (108, 759, 1, 'Archers Will', 0, 81), (108, 758, 1, 'Fighter Will', 0, 81), (108, 767, 1, 'Expose Weak Point', 0, 81), (108, 766, 1, 'Sixth Sense', 0, 81), (108, 922, 1, 'Hide', 0, 81), (108, 923, 1, 'Dual Dagger Mastery', 0, 81), (108, 757, 1, 'Protection of Alignment', 0, 82), (108, 756, 1, 'Protection of Elemental', 0, 82), (108, 755, 1, 'Protection of Rune', 0, 82), (108, 770, 1, 'Ghost Walking', 0, 83), # GHOST SENTINEL (109, 759, 1, 'Archers Will', 0, 81), (109, 758, 1, 'Fighter Will', 0, 81), (109, 924, 1, 'Seven Arrow', 0, 81), (109, 946, 1, 'Silent Mind', 0, 81), (109, 757, 1, 'Protection of Alignment', 0, 82), (109, 756, 1, 'Protection of Elemental', 0, 82), (109, 755, 1, 'Protection of Rune', 0, 82), (109, 773, 1, 'Ghost Piercing', 0, 83), # STORM SCREAMER (110, 1532, 1, 'Enlightenment', 0, 81), (110, 945, 1, 'Magicians Will', 0, 81), (110, 1468, 1, 'Star fall', 0, 81), (110, 757, 1, 'Protection of Alignment', 0, 82), (110, 756, 1, 'Protection of Elemental', 0, 82), (110, 755, 1, 'Protection of Rune', 0, 82), (110, 1494, 1, 'Hurricane Armor', 0, 83), # SPECTRAL MASTER (111, 1497, 1, 'Excessive Loyalty', 0, 81), (111, 945, 1, 'Magicians Will', 0, 81), (111, 1498, 1, 'Mutual Response', 0, 81), (111, 1496, 1, 'Servitor Barrier', 0, 81), (111, 757, 1, 'Protection of Alignment', 0, 82), (111, 756, 1, 'Protection of Elemental', 0, 82), (111, 755, 1, 'Protection of Rune', 0, 82), (111, 930, 1, 'Spirit of the Demon', 0, 83), # SHILLIEN ELDER / SHILLIEN SAINT (43, 1502, 1, 'Improved Critical Attack', 0, 70), (43, 1500, 1, 'improved Magic', 0, 70), (112, 1533, 1, 'Enlightenment', 0, 81), (112, 945, 1, 'Magicians Will', 0, 81), (112, 1540, 1, 'Turn to Stone', 0, 81), (112, 757, 1, 'Protection of Alignment', 0, 82), (112, 756, 1, 'Protection of Elemental', 0, 82), (112, 755, 1, 'Protection of Rune', 0, 82), (112, 1507, 1, 'Lord of Vampire', 0, 83), # TITAN (113, 759, 1, 'Archers Will', 0, 81), (113, 767, 1, 'Expose Weak Point', 0, 81), (113, 758, 1, 'Fighter Will', 0, 81), (113, 917, 1, 'Final Secret', 0, 81), (113, 757, 1, 'Protection of Alignment', 0, 82), (113, 756, 1, 'Protection of Elemental', 0, 82), (113, 755, 1, 'Protection of Rune', 0, 82), (113, 777, 1, 'Demolition Impact', 0, 83), # GRAND KHAVATARI (114, 759, 1, 'Archers Will', 0, 81), (114, 767, 1, 'Expose Weak Point', 0, 81), (114, 758, 1, 'Fighter Will', 0, 81), (114, 917, 1, 'Final Secret', 0, 81), (114, 757, 1, 'Protection of Alignment', 0, 82), (114, 756, 1, 'Protection of Elemental', 0, 82), (114, 755, 1, 'Protection of Rune', 0, 82), (114, 776, 1, 'Force of Destruction', 0, 83), (114, 918, 1, 'Maximum Focus Force', 0, 83), # OVERLORD / DOMINATOR (51, 1536, 1, 'Combat of Paagrio', 0, 70), (51, 1538, 1, 'Condition of Paagrio', 0, 72), (51, 1537, 1, 'Critical of Paagrio', 0, 74), (115, 1533, 1, 'Enlightenment', 0, 81), (115, 945, 1, 'Magicians Will', 0, 81), (115, 1540, 1, 'Turn to Stone', 0, 81), (115, 757, 1, 'Protection of Alignment', 0, 82), (115, 756, 1, 'Protection of Elemental', 0, 82), (115, 755, 1, 'Protection of Rune', 0, 82), (115, 949, 1, 'Onslaught of Paagrio', 0, 83), (115, 1509, 1, 'Seal of Limit', 0, 83), # WARCRYER / DOOMCRYER (52, 1517, 1, 'Chant of Combat', 0, 70), (52, 1518, 1, 'Chant of Critical Attack', 0, 72), (52, 1535, 1, 'Chant of Movement', 0, 72), (52, 1519, 1, 'Chant of Blood Awakening', 0, 74), (116, 1533, 1, 'Enlightenment', 0, 81), (116, 945, 1, 'Magicians Will', 0, 81), (116, 1540, 1, 'Turn to Stone', 0, 81), (116, 757, 1, 'Protection of Alignment', 0, 82), (116, 756, 1, 'Protection of Elemental', 0, 82), (116, 755, 1, 'Protection of Rune', 0, 82), (116, 1543, 1, 'Great Fury', 0, 83), # FORTUNE SEEKER (117, 759, 1, 'Archers Will', 0, 81), (117, 767, 1, 'Expose Weak Point', 0, 81), (117, 758, 1, 'Fighter Will', 0, 81), (117, 917, 1, 'Final Secret', 0, 81), (117, 757, 1, 'Protection of Alignment', 0, 82), (117, 756, 1, 'Protection of Elemental', 0, 82), (117, 755, 1, 'Protection of Rune', 0, 82), (117, 947, 1, 'Lucky Strike', 0, 83), # MAESTRO (118, 759, 1, 'Archers Will', 0, 81), (118, 767, 1, 'Expose Weak Point', 0, 81), (118, 758, 1, 'Fighter Will', 0, 81), (118, 917, 1, 'Final Secret', 0, 81), (118, 757, 1, 'Protection of Alignment', 0, 82), (118, 756, 1, 'Protection of Elemental', 0, 82), (118, 755, 1, 'Protection of Rune', 0, 82), (118, 778, 1, 'Golem Armor', 0, 83), # DOOMBRINGER (131, 759, 1, 'Archers Will', 0, 81), (131, 767, 1, 'Expose Weak Point', 0, 81), (131, 758, 1, 'Fighter Will', 0, 81), (131, 917, 1, 'Final Secret', 0, 81), (131, 757, 1, 'Protection of Alignment', 0, 82), (131, 756, 1, 'Protection of Elemental', 0, 82), (131, 755, 1, 'Protection of Rune', 0, 82), (131, 948, 1, 'Eye for Eye', 0, 83), # SOUL HOUND (132, 759, 1, 'Archers Will', 0, 81), (132, 758, 1, 'Fighter Will', 0, 81), (132, 767, 1, 'Expose Weak Point', 0, 81), (132, 766, 1, 'Sixth Sense', 0, 81), (132, 1532, 1, 'Enlightenment', 0, 81), (132, 757, 1, 'Protection of Alignment', 0, 82), (132, 756, 1, 'Protection of Elemental', 0, 82), (132, 755, 1, 'Protection of Rune', 0, 82), (132, 791, 1, 'Lightning Shock', 0, 83), # SOUL HOUND (133, 759, 1, 'Archers Will', 0, 81), (133, 758, 1, 'Fighter Will', 0, 81), (133, 767, 1, 'Expose Weak Point', 0, 81), (133, 766, 1, 'Sixth Sense', 0, 81), (133, 1532, 1, 'Enlightenment', 0, 81), (133, 757, 1, 'Protection of Alignment', 0, 82), (133, 756, 1, 'Protection of Elemental', 0, 82), (133, 755, 1, 'Protection of Rune', 0, 82), (133, 791, 1, 'Lightning Shock', 0, 83), # TRICKSTER (134, 759, 1, 'Archers Will', 0, 81), (134, 758, 1, 'Fighter Will', 0, 81), (134, 757, 1, 'Protection of Alignment', 0, 82), (134, 756, 1, 'Protection of Elemental', 0, 82), (134, 755, 1, 'Protection of Rune', 0, 82), (134, 790, 1, 'Wild Shot', 0, 83); If you find missing skill write here i update him
  3. Ok i make self update for skill_trees and share here in forum :)
  4. Class_id,skill_is,level,name,sp,min_level its all
  5. in my database skill_trees i dont find this collumb learned_by_bs
  6. Hello guy's maybe somebody know how to do what players get auto forgeten skills without books? Epilogue server
  7. How to make what Forgeten skills will be automatic learn dont need use books Epilogue chronic
  8. i think its repair this bug
  9. Maybe somebody can help? How to make what peoples after trade cant do restart more 10seconds?
  10. maybe is more OPINIONS
  11. maybe somebody know how to repair this bug? i pay for your help my contact Skype- Laflate Email- laflate@gmail.com MSN- Laflate@gmail.com
  12. Still searching developer
  13. i need repair this bug
  14. i looking developer who can repair one dublicated item bug in epilogue write to me skype- laflate email- laflate@gmail.com msn- laflate@gmail.com
  15. answer to pm
  16. x1000 PvP server start today 18h GTM+2 About server: It recently opening server, which is expanding not only in Lithuania but in the world. Server Administration friendly, helpful, in terms of future players that tolerate fraud and excesses. The server will try to maintain equality. The server is on a powerful computer. Our server also has a wonderful site, with the orderly and tasteful design, you can see here : http://l2inflate.eu . Server Protect: For server we buy lameguard protect its mean you cant enter with 3rd program how bot/walker/phx/cp cliker Ip table Firewall protection Server rate Server rate : MID X45 and PVP X1000 cronicle : Epilog More info about server you can find in our website L2 play and you're not here? Then you are not from Linage 2 in the world. Be the first one is a maximum limit of Level, and you will remember many of us. Hurry - be the first. x1000 PvP server start today 18h GTM+2
  17. Write to me skype skype- laflate or email- laflate@gmail.com i have job for you
  18. i buy [t2-e] mid rate stable pack if you can offer something write to me Contact details: Skype- Laflate Email- laflate@gmail.com
  19. Trusted seller i buy 1 server from him
  20. I have idea but i dont find in my pack how to change i need to do what when push on Ancient Tome of the Demon open 1 time 30[Ancient Tome of the Demon] but and reward get how 30 Ancient Tome of the Demon not when how 1 open
  21. Answer to skype man
×
×
  • 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