Jump to content

Kadaritas

Members
  • Posts

    30
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Kadaritas

  1. It started 18th of this month, we have 40-50 online atm, more have to come because we made a wipe, before we had 400-600 players on, so little by little the server will be more alive :)), join, you will like it!.
  2. BUMP, anyone can just take a look and tell me what can it be?, thanks!!.
  3. New Server, New Hopes!! Hello members and non-members of L2Wings-Reborn. Today we are here to introduce our new project. After a year gathering experience and working in our last proyect, L2Wings, we are making a new start, searching an improve, a new point of view and another way to enjoy Lineage II. To all these people who enjoyed our last project, we hope they will come back and for the new players, welcome to an open-minded community with a lot of things to show. Thanks and welcome!. Our machine has the next characteristics: - OS: "Windows 2008 R2 Server Standard 64bits" - CPU: "Intel Core i7 950 8x 3.06+ GHz (8 MB L2 - QPI 4.80 GT/s Intel QPI)" - HD: " Intel SSD X25-M (For better perfomance)" - Memory: "12Gb DDR3 1333" - Traffic: "Unlimited (100 Mbps)" - Country: "USA" For the new people I would like to introduce our server features in the next lines, in L2Wings-Reborn you will find: - Chronicle: Epilogue - Exp: x200 - SP: x200 - Adena: x1000 - Rate Quest Drop: x100 - Buffer scheme custom: 38 Buff & 16 Dances - Custom gatekeeper: Raidboss Zone, Farm/Safe & PvP Zones - Subclass free: Subclass until 85 lvl - Seven Signs - Quest nobless & Items in GMshop (PvP Shop, and Custom merchants) - Events: TvT, Golem War, Crazy rates, Raid Boss Custom and more!! - 1 Month Olimpiad Period - Sieges, Territory War, Clan hall - Full Geodata - Automatic Skills (+85) - Drop System/PK Status Off - Infinity Weapon Only for Hero - Blessed Scroll Rate 90% / Normal Scroll Rate 80% / Blessed Scroll Jewels 100% - Elemental System Max Lv-4 - No Mastery Codex, only Giant's Codex for Skill enchantment system - Augment top grade 100% - Max 75000 Fame (Items PvP for Fame) - No item Vesper/Freya, Only Dynasty Armor, Weapon And Icarus - Active and friendly Admins/GMs/Helpers Visit us and enjoy in www.L2wings.com !!!
  4. Any suggestion why the npc is not showing to me the HTML for joining?..
  5. Here they're: http://pastebin.com/US7Ukkr3 If you need sth else, please let me know, thanks.
  6. Can someone helpe me? or ask me if i need to post more information? Thanks.
  7. I've compiled this event without any error in eclipse, and the server loaded it perfect with no warning, but when I started it using //dmevent, load and join, and the npc is spawned in giran that's happening: Any suggestions about what can be the mistake?, thanks in advance guys!.
  8. Yes, Im using custom classmaster, and I think this is the problem because in Retail version is not like this, I wanna know if there is some kind of fix for the people who's using custom classmaster because Judicator in olys is very OP.
  9. Hi guys, my problem is that since I updated to Freya the people is being able to choose from the begining at level 40 Inspector and after that Judicator, with the consequence that Judicator can be a main class and it shouldn't be like this (Unless that now is a Freya feature). In what part of the core should I change this option or fix the code? Is someone having the same problem?. Greetings and thanks in advance guys.
  10. Hi guys, I have a request because I didn't find it anywhere, I need an SQL query code to delete characters and accounts who have been inactive for 1 month and all their data from the l2jdb, can someone help me?. Thanks in advance!!
  11. Really original event, thanks for share mate!.
  12. Thanks you very much, I will test it in my Freya's server!!
  13. Thanks for the share, I've been searching it for years xD.
  14. Hi guys I have a couple problems: First of all, my server is running under L2jserver Freya, and Im using geodata, but Freya's room is kind of bugged because I think the geodata is not implemented there, Do you know guys from where can I find geodata for this throne room?. Second, I changed Raidboss HP in 2 tables, NPC and Raidboss_spawn but when I'm in the game, the current hp of the monster is the old one, you can see in the game how they are oldlife/newlife in his status and the bar of hp is almost done. How can I fix this? Thanks in advance!.
  15. Hi, I wanna say that im testing this system but... you can still see the names in the olympiad manager, how to change that??
  16. Hi guys, I've put infinity weapons in my server, but at the end of the month, when the heros are appearing, the infinitys are dissapearing, how can I fix this?. Thanks in advance!!.
  17. Hi guys, I want to solve something about the antipks i have in my server... the daggers can get rid of them using hide or silent move and i want to make the antipks a little bit smarter just to kill the pks who are using this skills, any suggestion? thanks in advance!!
  18. The hexid is made, this is not the problem, any more suggestions?
  19. This is the problem and I have no idea how to fix it, I've tried configuring the IPs in login and gameserver but nothing: http://img843.imageshack.us/img843/650/porlbmema.jpg
  20. Hi, i've been watching this problems for a few days and they're creating lag in my server, I hope someone can give me an answer!! these are 2 screens showing the problems: http://img801.imageshack.us/i/porlbemwithlogin.jpg/ http://img713.imageshack.us/i/problemawithgameserver.jpg/ Thanks!!
  21. Btw, reading the code I've found out that it has its own way to spawn again the players after they're dead, but I think something's wrong and is not working because I was playing once Golems war and when I was pushing go to village, I weren't respawning anywere and when the event finished, I couldn't move myself from the floor. The part of the code is this one: def onDeath(self, npc, pc, st) : 608. 609. Aux = st.getPlayer() 610. 611. if self.Event == 0: 612. 613. st.addNotifyOfDeath(st.getPlayer()) 614. 615. if st.getPlayer() in self.Team1: 616. 617. Aux = st.getPlayer() 618. Aux.doRevive() 619. Aux.teleToLocation(PCAX,PCAY,PCAZ)#tele to top of mountain 620. 621. else: 622. 623. Aux = st.getPlayer() 624. Aux.doRevive() 625. Aux.teleToLocation(PCBX,PCBY,PCBZ)#tele to location A 626. 627. if self.Event == 2: 628. 629. st.addNotifyOfDeath(st.getPlayer()) 630. 631. if st.getPlayer() in self.Team1: 632. 633. Aux = st.getPlayer() 634. Aux.doRevive() 635. Aux.teleToLocation(KPCAX,KPCAY,KPCAZ)#tele to top of mountain 636. 637. else: 638. 639. Aux = st.getPlayer() 640. Aux.doRevive() 641. Aux.teleToLocation(KPCBX,KPCBY,KPCBZ)#tele to location A
  22. I couldnt make it work with this code, can someone help me with another idea? and I wanna know how to make them not to be flag or pk in the event too!!
  23. I've removed it, I really don't know what I put it before, the drugs are not good dude :}, sorry!
×
×
  • Create New...