Jump to content

monaliza

Members
  • Posts

    48
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by monaliza

  1. For a long time that i don't work with l2 Many things have changed and now im more noob than ever xD CharselectionInfo almost done (with system i think it is 580 l2-fusion one) Image 1 but now comes the hard part. Get in game. im trying to find out the missing parts :P Image 2 I think since 588 protocol the Userinfo changed, now im confuse about top HP/MP/SP/VP bar, i know there is a way to get the lineage 2 UI interface names. So if anyone here work with Epseidion/Valiance that wan't to give me a hand i really appreciate. Plz Tips/Help doesn't mean you have to share you source ;)
  2. its SQL problem i think... what is the size of your INT? Example: CREATE TABLE `TEST` ( `id` int(11) NOT NULL auto_increment, t int unsigned, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; insert into TEST (t) VALUES (2147483680);
  3. [javac] Collection<L2PcInstance> pls = L2World.getInstance().getAllPlayers().values(); [javac] ^ [javac] symbol: method values() [javac] location: class L2TIntObjectHashMap<L2PcInstance> [javac] 1 error BUILD FAILED any idea?
  4. http://i.imgur.com/ooo70.jpg[/img]
  5. Vampir its called item mall or primeshop but none of one found on internet are working they must be reworked so thats why i created this request if someone have it working Nop only the 3rd is goddes of destruction picture (only entrance) im trying to join with it on high five server but its a little hard because of packets it take a little time to get them
  6. First: Anyone got this script working? cause i've tried some of them and none work. Second: Anyone know the ID / Name of that npc/boss whatever. Bonus: :(:(:(
  7. i hate damn gameguard, i can edit the system but my problem is the gameguard.
  8. Hi all anyone here patched an system for CT3 GOD doen't matter if is korean please if you have share it or if you can patch it let me know i give the system to someone patch it, i tried but not sucessfull because of gameguard :@
  9. we are adding it, im playing on retail to check it :)
  10. thats why you got: Karma: -1 <- you're the failure. i like people like you call fail when you can do better and when people like you only wait for releases Show us how can you do better project based on l2jserver not based on another fork with custom mods. Then we speak, that project its started by 1 guy only and help on dp (shiva) and 2 testers so if you call it failure you're calling l2jserver failure because l2jportugal have more things for now than l2jserver (weaps etc.) The old, they still working more people are joining to help that project, yes good people not people like djxxx because people like him are in NCsoft working on their servers, LULWATTHEFUCKROFLLMAOOMGWORLDGOTSSOMUCHRETARDSLIKEDJXXX
  11. more screens added at first post :P
  12. im waiting them update the svn then i post here
  13. warrior with no jobs, only lvl up to 85 and added the skills manually, they work but need to test and check if stats are ok. This is a fresh project and beta too but sims will be a good project if people enjoy to help
  14. yes he added them manually to his char to test and to show on ss.
  15. more info and Chronicle updated. they go start develope high five.
  16. I know have lot of portuguese people here so i want to share L2jPortugal project im starting to develope It is a custom pack of l2jserver.com so i apretiate dont call a non friendly fork :P http://www.l2jportugal.com anyone who wants to help us portuguese/non portuguese are welcome too :) For non english: http://translate.google.com soon will have english language(forum)/Section. Team: Napz Core Developer Shiva Datapack Developer xixas - tester joaobigger- tester Download: http://www.4shared.com/file/jQ4EwR1S/L2jPortugal_High_Five_-_Rev_11.html some screens: Weapons: http://i.imgur.com/JReNd.jpg[/img] http://i.imgur.com/hmmft.jpg[/img] http://i.imgur.com/P8Nth.png[/img] http://i.imgur.com/KJK9A.jpg[/img] http://i.imgur.com/ykmxL.jpg[/img] http://i.imgur.com/HWYz5.jpg[/img] http://i.imgur.com/5Bj0O.jpg[/img] http://i.imgur.com/7DaET.jpg[/img] http://i.imgur.com/MQrEJ.jpg[/img] Weapons: http://i.imgur.com/M8gSH.png[/img] http://i.imgur.com/M4xIp.png[/img] http://i.imgur.com/bp1hu.png[/img] http://i.imgur.com/QHi1t.png[/img] http://i.imgur.com/sTLUj.png[/img] http://i.imgur.com/lABsc.png[/img] Zones: http://i.imgur.com/knXdv.png[/img] http://i.imgur.com/GF7ly.png[/img] http://i.imgur.com/9bs54.png[/img]
  17. yeah i hope when i have 100 its still alive xD cause i want it :D LETS SPAMMM xD
  18. so in freya is just need to change =1 to false? or true? 1=true 0=false? if (onlinePlayer.isOnline() == 1) to if (onlinePlayer.isOnline() == true) or if (onlinePlayer.isOnline() == 1) to if (onlinePlayer.isOnline() == false)
  19. can you check the code and see what i have to change to it works on freya? please.
  20. ok my friend i apreciate that :P thans so much :D:D:D:D
  21. [javac] C:\Documents and Settings\user\workspace\l2jserver\GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:5788: incomparable types: boolean and int [javac] if (onlinePlayer.isOnline() == 1) [javac] ^ [javac] 1 error PlaySound _snd = new PlaySound(1, "enemydown", 0, 0, 0, 0, 0); Collection<L2PcInstance> pls = L2World.getInstance().getAllPlayers().values(); for (L2PcInstance onlinePlayer : pls) Line error-> if (onlinePlayer.isOnline() == 1) { if (onlinePlayer.getClan() != null) { if (onlinePlayer.getClan() == pk.getClan() && onlinePlayer != pk) { onlinePlayer.sendPacket(_snd); } } }
  22. or maybe if they do an voiced command to show that status on title like: .titlestatuson .titlestatusoff, because if we put that we cant use clan/nobless title sorry bad english.
×
×
  • Create New...