Jump to content

Matim

Legendary Member
  • Posts

    4,504
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Matim

  1. I dont think so ... Meybe You've problem with geodata ?
  2. You think? Do You test it ? You should test it before asking us.
  3. Someone already shared guide about skill fixing . You should chose witch "skill fixing way" you want to chose : - by xml ( only stats fix ) - core side
  4. Nice share , but I think better way is create .sql file with auto restarting serwer , someone share it already . Anyway its as good as .sql file
  5. Use search before you sharing something : Look this ...
  6. Lol , he want to create NPC who will be able to delete player skills , its hard to understund ?
  7. Ok, but there i cant find navicat for linux , only for Windows and for "X" /edit ok problem solved thanx for share
  8. I know this is old thread but i dont want to create new one , i dont know why but i cant see buttons in game ! I think you know what i mean , button like we are using in Gmshop/buffer etc ( this is code for button on html : width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td> and ingame when i open html with these buttons i dont see them (only black square ) please help me ! Thanx
  9. Hello , i want to adapt interface from kamael / hellbound / gracia interface ( it look better ) to interlude , someone could share your files ? And tell me where i should add them , thanx
  10. I think best is DEBIAN i always use him when i want to create any new serwer
  11. Spamer , dont bump old topics and use english :-\
  12. How to leave what ? Faction ?
  13. ˚°▫•Cobra●▫°˚ is from USA ... so ? Anyway its very good explained...everybody could understund this ...
  14. Thant for this i will use it to balance my project :)
  15. Noblesse = Baron, but other players could have this status too . Look at this tutorial : Click Try to remake this ... with cheacking "if is noble " .....bla bla . Anyway cheack this : UseItem.java
  16. No ! Someone yesterday asking here : Click So i cheacked my source and i made this solution , i have never seen Fdlp guide before ..
  17. Yeap its good idea ;)
  18. Lol , credit for what ? I do it . This is simple modification... nothing to do anyway , only change one line . Someone asking about how to do that so i cheacked my source and i done ...
  19. Already posted by Interpid HERE
  20. If You want to change your enchant this guide could help You : Want to create new enchant which will give other enchant level ? ( ultimately when you enchanting items it give +1 ) So if You want to change this You should : 1. Download source code ( if you dont know how , look to the others sticked topic's about source and compilation ) 2. Open this folder : \java\net\sf\l2j\gameserver\clientpackets 3. Find this file : RequestEnchantItem.java 4. Open it and find these lines ( ctrl + f ) : else { sm = new SystemMessage(SystemMessageId.S1_S2_SUCCESSFULLY_ENCHANTED); sm.addNumber(item.getEnchantLevel()); sm.addItemName(item.getItemId()); activeChar.sendPacket(sm); } item.setEnchantLevel(item.getEnchantLevel()+1); item.updateDatabase(); } } 5. Look at this line : item.setEnchantLevel(item.getEnchantLevel()+1); Replace +1 for your custom enchant level , for example +5 , so when you save this file and compile , when you succesfully enchant your item it automatically give You +5 to your enchant level . - Simple modifications Done/tested by myself
  21. Open : \java\net\sf\l2j\gameserver\clientpackets\RequestEnchantItem.java and find these lines : else { sm = new SystemMessage(SystemMessageId.S1_S2_SUCCESSFULLY_ENCHANTED); sm.addNumber(item.getEnchantLevel()); sm.addItemName(item.getItemId()); activeChar.sendPacket(sm); } item.setEnchantLevel(item.getEnchantLevel()+1); item.updateDatabase(); } } and change this : item.setEnchantLevel(item.getEnchantLevel()+1); for your chose ... sample +5 - it working , save and compile and have fun !
  22. You MUST write correct name with small and big world's !
×
×
  • 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