
bauwbas
Members-
Posts
339 -
Credits
0 -
Joined
-
Last visited
-
Days Won
1 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by bauwbas
-
Thank you Matim for unlocking... I updated links, added two more.
-
Create npc based on python quest or on java..
-
Forbidden zone ,kick out of it
bauwbas replied to Kama3a's question in Request Server Development Help [L2J]
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. -
[L2J Contest - Share]Advanced 3ple Faction Engine
bauwbas replied to Escordia's topic in Server Shares & Files [L2J]
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 :// -
Changed credits to ˚کe®κ
-
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.
-
[L2J Contest - Share]Advanced 3ple Faction Engine
bauwbas replied to Escordia's topic in Server Shares & Files [L2J]
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. -
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
-
[L2J Contest - Share]Advanced 3ple Faction Engine
bauwbas replied to Escordia's topic in Server Shares & Files [L2J]
I patched using TORTOISE... Working perfectly, tested on l2jserver rev 4284.. Nice work. -
[L2J Contest - Share]Advanced 3ple Faction Engine
bauwbas replied to Escordia's topic in Server Shares & Files [L2J]
[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? -
[SHARE] NPC TOP PvP, PK, Adena, Nobless, Clan In Game
bauwbas replied to bauwbas's topic in Server Shares & Files [L2J]
Yes, you need only change imports :) -
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 :)
-
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.
-
Thank you a lot. :) But more cooler is "Gracia" font :)) Need to create this one ;pp
-
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? :?
-
WTF same path? Index: net.sf.l2j.gameserver.model.actor.instance.L2FameManagerInstance.java Index: net.sf.l2j.gameserver.model.actor.instance.L2FameManagerInstance.java
-
No problem :) Its really useful for webmasters :)
-
"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
-
[L2J Contest - Share] Partymatching implementation.
bauwbas replied to Cod3x's topic in Server Shares & Files [L2J]
Sorry, my bad, i don't saw this little words ;s Stopped testing -
[L2J Contest - Share] Partymatching implementation.
bauwbas replied to Cod3x's topic in Server Shares & Files [L2J]
Testing... BTW what chronicle? Or its dosen't matter? -
[SHARE] NPC TOP PvP, PK, Adena, Nobless, Clan In Game
bauwbas replied to bauwbas's topic in Server Shares & Files [L2J]
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 :) -
Sorry, my bad, i just looked at DROP TABLE :/// Next time i'm gonna read whole text.
-
Wow. You gave my an idea to create voicecommand which make you admin :D Man good idea! :)
-
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. :)