Jump to content

wirusas1

Members
  • Posts

    21
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by wirusas1

  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. LEts see... :) Nthing special.. :-\
  6. 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
  7. 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.
  8. 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. :)
  9. Oh i founded it... http://www.maxcheaters.com/forum/index.php?topic=49256.0 Thanks, next time i'll use search more. :)
  10. 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! ::)
  11. 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. :)
  12. 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 :)
  13. 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
  14. * 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
  15. Thx for advices :)
  16. How to make raid bosses non healed / buffered by other players? :)
  17. I put theese armor in multisell shop, but in game shows me black squares (in shop) :( what i have to do? :( It's bug?
  18. Awesome share I was w8ing for it long time :) I think i will add it to my server without errors :)
  19. Yes, I taked it from other site. And then i adden this patch I did it with hands, not apply patch. And editing with eclipse, its very easy. I don't know that information need, because for me was simple to add it, although im noob in java editing.
  20. Maybe smn can say in which file i have to put this code pls?
  21. Cool share, just very sad what IL support is so bad :|
×
×
  • 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