Jump to content

bauwbas

Members
  • Posts

    339
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by bauwbas

  1. Thank you Matim for unlocking... I updated links, added two more.
  2. Create npc based on python quest or on java..
  3. Or maybe you can create a teleporter based on python language, set lvl that you can speak and if your level ok, teleporter teleport you and if not, so teleporter say "go away noob" :D I'm just suggesting. And it's not hard to make, take any quest with level and take nobless quest where is teleport code, fusion these two, and *babam* you have a teleport.
  4. Yes, make everywhere PvP arena and you will no longer need to hold :D One more bug, then you log off, make rr, or have dc and loging again you spawn in same place not in your town, it's really bad for e.g. if you have server with changing map. :) And now i don't remember one more bug, then you can get lot of agro points and have that purple nick color ://
  5. Changed credits to ˚کe®κ
  6. I remaked this system for my server. I maded if people send 1 SMS he will get 1 PC Bang Point and then they can buy something from python shop.
  7. I know: Not working tvt, oly (you can hit to your faction mate, so you can fight and win) /unstuck and soe don't teleport to faction town (teleport to nearest) other faction can join to clan Not working fortress, then you want add flag pole, appear msg You can't attack a player from your faction, and later you can't move. But I'm fixing these things and other bugs.
  8. Who know what it is, can use this code. And who don't know, so it's called Cafe Point system. For playing (spending time in server) you can earn points and buy something in multisell shop (something like multisell shop with Clan Reputation Point). (Im not tested already buying from shop, because I have a lot of work with own server) Im tested on L2jserver epilogue rev 4284 and L2JTeon Interlude 1101, but its really work. Here screenshot: Epilogue Interlude: Uploaded with ImageShack.us One friend of mine, made that you can earn points from pvp killing, so i think it useful.. Credits: Credits go for ˚کe®κ. Source code look at: http://pastebin.com/b2FCGS3m P.s. I don't have FService.java file so i passed this step P.s.s. if eclipse show error with PcPoint.java at line for(L2PcInstance activeChar: L2World.getInstance().getAllPlayers()) so change this line to for(L2PcInstance activeChar: L2World.getInstance().getAllPlayers().values()) P.s.s.s. in characters.sql add new field with name: pc_point type: int Lenght: 15 Decimal: 0 Allow null: don't check ---------- Default: 0 P.s.s.s.s. (lot of s :D) In systemmsg.dat (you can find it in system) you must add these two lines: 3001 1 a,Your PC Bang Point had doubled.\0 0 22 AA EE FF a, a, 8 0 5 1 0 a,Your PC Bang Point had doubled.\0 a,none\0 3002 1 a,You recevied PC Bang Point.\0 0 22 AA EE FF a, a, 8 0 5 1 0 a,You recevied PC Bang Point.\0 a,none\0
  9. I patched using TORTOISE... Working perfectly, tested on l2jserver rev 4284.. Nice work.
  10. [javac] C:\Users\Karolukas\Desktop\L2J\EPILOGUE\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:5938: cannot find symbol [javac] symbol : variable target [javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance [javac] if (((L2PcInstance) this).isTeam1Member() && ((L2PcInstance) target).isTeam1Member()) [javac] ^ [javac] C:\Users\Karolukas\Desktop\L2J\EPILOGUE\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:5940: cannot find symbol [javac] symbol : variable target [javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance [javac] if (((L2PcInstance) this).isTeam2Member() && ((L2PcInstance) target).isTeam2Member()) [javac] ^ [javac] C:\Users\Karolukas\Desktop\L2J\EPILOGUE\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:5942: cannot find symbol [javac] symbol : variable target [javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance [javac] if (((L2PcInstance) this).isTeam3Member() && ((L2PcInstance) target).isTeam3Member()) [javac] ^ [javac] C:\Users\Karolukas\Desktop\L2J\EPILOGUE\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:5944: cannot find symbol [javac] symbol : variable target [javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance [javac] if (((L2PcInstance) this).isTeam1Member() && ((L2PcInstance) target).isTeam2Member()) [javac] ^ [javac] C:\Users\Karolukas\Desktop\L2J\EPILOGUE\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:5946: cannot find symbol [javac] symbol : variable target [javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance [javac] if (((L2PcInstance) this).isTeam1Member() && ((L2PcInstance) target).isTeam3Member()) [javac] ^ [javac] C:\Users\Karolukas\Desktop\L2J\EPILOGUE\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:5948: cannot find symbol [javac] symbol : variable target [javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance [javac] if (((L2PcInstance) this).isTeam2Member() && ((L2PcInstance) target).isTeam3Member()) [javac] ^ [javac] C:\Users\Karolukas\Desktop\L2J\EPILOGUE\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:5950: cannot find symbol [javac] symbol : variable target [javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance [javac] if (((L2PcInstance) this).isTeam2Member() && ((L2PcInstance) target).isTeam1Member()) [javac] ^ [javac] C:\Users\Karolukas\Desktop\L2J\EPILOGUE\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:5952: cannot find symbol [javac] symbol : variable target [javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance [javac] if (((L2PcInstance) this).isTeam3Member() && ((L2PcInstance) target).isTeam2Member()) [javac] ^ [javac] C:\Users\Karolukas\Desktop\L2J\EPILOGUE\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:5954: cannot find symbol [javac] symbol : variable target [javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance [javac] if (((L2PcInstance) this).isTeam3Member() && ((L2PcInstance) target).isTeam1Member()) [javac] ^ any ideas?
  11. Yes, you need only change imports :)
  12. Sorry for double-post. I created my own loading screen and there it is. "Lineage II" - its real ncsoft font and "Factor" is mine shared font. http://img697.imageshack.us/img697/4091/loadingx.png I don't see any differences, so i think this font is really, really nice and original :)
  13. I wake up to say that you forgot to add this line: import net.sf.l2j.gameserver.network.serverpackets.CreatureSay; And to say that script is working perfectly... Good job.
  14. Thank you a lot. :) But more cooler is "Gracia" font :)) Need to create this one ;pp
  15. I don't have such directory called scripts in model... java\net\sf\l2j\gameserver\model\scripts where no such... So where i need to put L2FameManagerInstance? :?
  16. WTF same path? Index: net.sf.l2j.gameserver.model.actor.instance.L2FameManagerInstance.java Index: net.sf.l2j.gameserver.model.actor.instance.L2FameManagerInstance.java
  17. No problem :) Its really useful for webmasters :)
  18. Don't close, its good share... BTW Lineage2 have Lineage1 armors, weapons and etc items icon in game, so it's the same :)
  19. "Lineage2" game font. Not similar, but maybe some1 gonna like it. http://www.4shared.com/file/GVy_7Nb7/lineage2_font.html http://ikelk.lt/items/TpQtP3FIOq
  20. Sorry, my bad, i don't saw this little words ;s Stopped testing
  21. Testing... BTW what chronicle? Or its dosen't matter?
  22. Why are you say TY, if link was broken? :DDDD Ok, i updated links, ty for La2base, cuz i lost files and hotfile deleted due not downloading... So if some1 need, you can still download :)
  23. Sorry, my bad, i just looked at DROP TABLE :/// Next time i'm gonna read whole text.
  24. Wow. You gave my an idea to create voicecommand which make you admin :D Man good idea! :)
  25. If you hit mob, he move... This script useful for example for lvl up zone, if you want that your mob don't move from their spawn. :)
×
×
  • Create New...