Jump to content

Onix

Members
  • Posts

    780
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Onix

  1. i dont like it soz you need more work with this site maybe next time you build good website good luck :)
  2. you must cut out file env.int from clean system and put to your system and ready :)
  3. you add some custom items to your server for example custom weapons , custom armors or something ? if you add something you must open itemname-e.dat via fileedit and you have to sort out in scale growing id these items what you add to itemname-e.dat and should work .
  4. use this command //respawn (monster id) (1) (respawn time) and make server restart .
  5. great work and good share i like it, thanks for it ! :)
  6. you have two option 1. uptade your revision to the next new or 2. add this line what matim give you
  7. tell me what server pack you use l2j ? if you use l2j go gameserver --> config --> l2jmods.propeties and find this : # --------------------------------------------------------------------------- # Welcome message # --------------------------------------------------------------------------- # Show screen welcome message on character login # Default: False ScreenWelcomeMessageEnable = False # Screen welcome message text to show on character login if enabled # ('#' for a new line, but message can have max 2 lines) ScreenWelcomeMessageText = Welcome to L2J server! # Show screen welcome message for x seconds when character log in to game if enabled ScreenWelcomeMessageTime = 10 and change for your welcome ;)
  8. amazing share and good work ! thnx a lot for your share ! keep up !
  9. he want change imports, so lets go : 1. open file .py this npc 2. delete this import sys from com.it.br.gameserver.model.actor.instance import L2PcInstance from com.it.br.gameserver.model.actor.appearance import PcAppearance from com.it.br.gameserver.model.quest import State from com.it.br.gameserver.model.quest import QuestState from com.it.br.gameserver.model.quest.jython import QuestJython as JQuest and put it import sys from com.l2jserver.gameserver.model.actor.instance import L2PcInstance from com.l2jserver.gameserver.model.actor.appearance import PcAppearance from com.l2jserver.gameserver.model.quest import State from com.l2jserver.gameserver.model.quest import QuestState from com.l2jserver.gameserver.model.quest.jython import QuestJython as JQuest 3. restart server and it should work
  10. wrong section write here request to lock this topic and move .
  11. wrong section, write here request to lock this topic .
  12. awesome and good buffer of course work too thnx a lot for it !
  13. next good share Lelouch sure i download, waiting for your next idea thnx :)
  14. ya its good for full custom server :D anyway good work ! thnx
  15. excellent npc and good work thanks for it :) keep up !
  16. really i like it ! good work mate thanks for your time and share ! keep up !
  17. good work this guide is great for newbie :) thanks for share it !
  18. awesome guide and great job thanks for it ! keep sharing !
  19. request to lock this topic because papuna get anserw his question .
×
×
  • Create New...