Jump to content

wirusas1

Members
  • Posts

    21
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About wirusas1

Profile Information

  • Gender
    Male

wirusas1's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. xAddytzu, Mayb u know how to make that thing? :D
  2. Hmm.. Don't work for me. :| I'm using L2J Scoria C6.
  3. Hello mxc users! :) I want to ask you, how to make multisell shop with items, which are with enchant level? For example: I know that is possible just i dont know the way to make it. :-X Thanks for help for all! :)
  4. Hello, it seems very useful and gr8 share! But i have some problems with code implantation in the server source. :/ Who can tell how to import '.java' file to server source with 'Eclipse'? I would be thankful for guide or answer. Thanks guys!
  5. if st.getPlayer().getLevel() < 61 : htmltext = "<html><head><body>Text<br></body></html>" else: if st.getPlayer().getLevel() > 61 : st.exitQuest(True) return "<HTML><BODY>Sorry, your level is too high for this zone.</BODY></HTML>" It could be ? I dont understand it. :-X
  6. I got it, but i have problems with writing full code from begin to end. :-[ import sys from com.l2scoria.gameserver.model.quest import State from com.l2scoria.gameserver.model.quest import QuestState from com.l2scoria.gameserver.model.quest.jython import QuestJython as JQuest qn = "166_DarkMass" class Quest (JQuest) : def __init__(self,id,name,descr): JQuest.__init__(self,id,name,descr) if st.getPlayer().getLevel() < 61 : htmltext = "<html><head><body>Text<br></body></html>" else: QUEST = Quest(166,qn,"Dark Mass") CREATED = State('Start', QUEST) STARTING = State('Starting', QUEST) STARTED = State('Started', QUEST) COMPLETED = State('Completed', QUEST) QUEST.setInitialState(CREATED) QUEST.addStartNpc(30130) QUEST.addTalkId(30130) I missed sotmething? Btw It's Interlude.
  7. Hello, I have custom server and i need to make gatekeeper with jython. Example: If player >61 level, he gets hight.html If player <61 level, he gets good.html Enyone knows that script written correctly? Thanks. :)
  8. Oh i founded it... http://www.maxcheaters.com/forum/index.php?topic=49256.0 Thanks, next time i'll use search more. :)
  9. Hello MxC! I am noob at coding L2J servers, but i need modification for L2J Interlude (L2JTEON). Something like that: Players allowed to pvp/pk just with players in same grade/level: 0-20 20-39 40-51 52-60 61-75 76-80. Thank's for helping! ::)
  10. La2site1 + news system by me ::) Screen: Features: + Cutenews system: writing news, comments, edit them etc... + Working online/offline status. + ACC registration script. + PASS change script. + Place to Vote for server banners. DOWNLOAD LINK: http://hotfile.com/dl/16885907/cbc8ee2/la2site1.rar.html I hope you like it. :D If you have some questions feel free to ask. :)
  11. Im using Interlude. For now i'm using pack whos dont have source. :/ Becouse as i see archid stopped fow a while, So im waiting better pack :)
  12. Maybe someone have ideas about teleporting with GK on siege without JAVA editing? Thx for answers. :D Also, maybe someone has ideas how to make rb non heal without JAVA esiting? Maybe create some skill or sth like that? Thx for answers :D
  13. * Cutenews included (no CuteNews adds). * Nice 'vote for server' popup. * Working server on/off status (change 127.0.0.1 on index.php). Website ScreenShot: You can change or remove w/e you want. Have fun. Download there: http://www.4shared.com/file/112924076/ec2403e9/web_by_n0stress.html
×
×
  • Create New...