Jump to content

kenzoR

Members
  • Posts

    92
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About kenzoR

Contact Methods

  • Skype
    gigi.gaze

Profile Information

  • Current Mood
    Angry
  • Gender
    Male
  • Country
    Romania

Recent Profile Visitors

617 profile views

kenzoR's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. What about making this feature available for l2jfrozen too?
  2. Hello, i addapted it for frozen, all oke, build successful but when i click "vote for hopzone" or "vote for topzone" nothing happnes, no error in gameserver.. anyknow has a clue about this ? cause i dont..
  3. Some help please? ... Close topic, solved! Thanks Solution was to add in MySQL another cell in char_templates, then the java side .. and voila` .. simple as fu&k .. ^^ !
  4. Here is my code, i dont see any problems...compile was successfull . But those items, simply doesnt want to appear on the bar .. -.-' cant see why ! I added 'custom items' from config, i mean each and every new char has those items in inventory ..but not on bar ;( if (item.getItemId() == 1467) newChar.registerShortCut(new L2ShortCut(11, 1, 1, item.getObjectId(), -1, 1)); // Soulshot shortcut if (item.getItemId() == 3952) newChar.registerShortCut(new L2ShortCut(10, 1, 1, item.getObjectId(), -1, 1)); // Blessed spiritshot shortcut if (item.getItemId() == 728) newChar.registerShortCut(new L2ShortCut(9, 1, 1, item.getObjectId(), -1, 1)); // mana pot shortcut if (item.getItemId() == 1539) newChar.registerShortCut(new L2ShortCut(8, 1, 1, item.getObjectId(), -1, 1)); // healing pot shortcut if (item.getItemId() == 5591) newChar.registerShortCut(new L2ShortCut(7, 1, 1, item.getObjectId(), -1, 1)); // healing pot shortcut
  5. Thanks for fast reply! I did that too, sorry .. forgot to mention :D Still doesn't work. I did it like... newChar.registerShortCut(new L2ShortCut(8, 0, 1, 7132, -1, 1)); // Sit
  6. Hello, how can i edit starting bars? I mean.. from this : to I have to mention this method doesn't work on L2jFrozen rev 1118.
  7. ...::::::::::: SERVER INFORMATIONS :::::::::::... PvP Server - No custom Dedicated staff NO DONATIONS WILL BE EVER SOLD ! ...::::::::::: RATES SERVER :::::::::::... Rate Experience Points = 500x Rate Skill Points = 5000x Rate Adena = 5000x Drop Item Crafter = 5000x ...::::::::::: ENCHANT SYSTEM :::::::::::... Safe Enchant = +3 Max Enchant Weapon = +21 Max Enchant Armor AND Jewels = +21 Scroll Enchant = 75% chance of success Blessed Enchant = 99% chance of success ...::::::::::: REWARDS & EVENTS :::::::::::... TvT Event = 5 Event Item CTF Event = 5 Event Item DM Event = 5 Event Item Siege Reward = The Clan Castle Winner receives a prize to all players at the end of the siege Online! Weekend Reward = Events prepared by L2Thema staff ...::::::::::: SYSTEMS :::::::::::... Olympiads 100% AIO System 100% Castle Siege 100% Seven Signs 100% Duel System 100% Hero System 100% Magic Eye - Magic Item used to Offline Trade! TvT System 100% CTF System 100% DM System 100% WEDDING SYSTEM 100% All Balanced Classes 100% Retail ...::::::::::: AREAS DROP :::::::::::... Gludin Village - ( Drop & Peace ZONE ) Iris Lake - ( Drop & PvP ZONE ) Wall of Argos - ( Drop & PvP ZONE ) Primeval Isle Beach - ( Drop & PvP ZONE ) Toi 14th floor - Boss Zone More info join us!! http://l2thema.tk
  8. Yap, I was about to say this too... If I remember well [ hope i'm not mistaken ] i reported it as "not working" ... and it is !
  9. Hi is me again, im comming with the DUPE[double login session bugg] problem on L2jFrozen rev1004... Does any1 found a solution? other than shared here .. because none is working ! please ... ? any1 :D? Thanks
  10. Nice feature, thanks for share. But, what about dualbox vote? Does it work, or the vote protection is on IP or IP range ?
  11. Yes. damn' sure. the Reconnect bugg still there :)
  12. PFF, i hate repeat myself, IT'S NOT fixed after your code :) !
  13. For sure i applyed the patch ok. What I meant by "NOT WORKING" is if you log on char A(example) when u try to re-log on the same char you will fail . Because you wont pass the select server phase. /Peace
×
×
  • Create New...