Jump to content

bullseye92

Members
  • Posts

    231
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by bullseye92

  1. 2012-03 2012/03/15 Hello, Odin here. I will write what I'm... For more info click here fix this on website :D.THe color thing i mean
  2. Good Price, make offer via PM (use "YUL95" in object), paypal. Set a price and dont ask for one.That way both of u trader and buyer will be happy.Do u just want to get the max money u want xD
  3. wow has most features than any game out there.if u are a cheap ass then go to other post.The sale price is the best you can get.Game cards and expansions costed more.Also include my personal time investment and the account features.If wow was at its peak it could get sold for over 1000plus euro.So whoever wants to spam get an other post.This is a serious one.
  4. Oloi ksekinane kai lene.Help me help me.POS na se help re file ama dn mou dineis to onoma tou router sou pes mou pos.Tha miriso ta nixia mou?xD.Pes ti windows exis ti router ti portes thes na aniksis kai otidipote leptomeria gia na se voithisoume.MPorei na ine xilia dio kai me tis plirofories pou dn dinis ginontai ena ekatommirio.
  5. AT LEAST AND I MEAN AT LEAST,say thanks to these people for their great work over these years of supporting u this great code for making servers.Also its something that they dont get paid for and they do for free.HOW much of an as-beep-le u must be and saying even bad comments for them.This world is unbeliavable....
  6. Yeah u have insert at that point any import that may miss from the code u have.What i gave up was a total random code.If u want me me the code so i can understand better.
  7. its the same in all programming.U define imports or libraries at the start of a code.such us #include <stdio.h> which stands for C or #include <iostream.h> for C++.Java u just import the "libraries"so you dont have to write the whole code again and again.Its like calling a code from somewhere as u do with desktop shortcuts.Example: import net.sf.l2j.gameserver.instancemanager.RaidBossPointsManager; import net.sf.l2j.gameserver.model.L2Skill; import net.sf.l2j.gameserver.model.actor.L2Character; import net.sf.l2j.gameserver.model.actor.L2Summon; import net.sf.l2j.gameserver.network.SystemMessageId; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.network.serverpackets.Earthquake; import net.sf.l2j.gameserver.network.serverpackets.ExRedSky; import net.sf.l2j.gameserver.network.serverpackets.SystemMessage; import net.sf.l2j.gameserver.templates.chars.L2NpcTemplate; import net.sf.l2j.gameserver.util.Broadcast; import net.sf.l2j.util.Rnd; // RedSky and Earthquake and Announcement ExRedSky packet = new ExRedSky(10); Earthquake eq = new Earthquake(player.getX(), player.getY(), player.getZ(), 14, 3); Broadcast.toAllOnlinePlayers(packet); Broadcast.toAllOnlinePlayers(eq); Broadcast.announceToOnlinePlayers(super.getName()+ " has been killed."); This code doesnt work but just to give u to understand where the imports are.Always look at the start of every java.If u dont see the imports press the + which is included in a circle button to actualy access more code which is compressed inside that "+".If u still got problem getting the imports tell me what i said wrong
  8. well this code seems fine but with h5 stable revisions seems to have some problems because they changed some tables into the database etc etc.So id be grateful if u could upload any sql files and edit the code to get adapted to h5 stable revision.
  9. seems that there isnt such a library in the packet and u actually have to make a new class and adapt the code for what u want to insert and what the class will contain to get called from the main program in order to get used.
  10. windows versions of 32-bit will read max to 3 or gb not remember exactly. 64-bit version will read till 8gb and if windows 7 i think its unlimited but not quite sure.give a search
  11. exw pethanei sto gelio o Ogkounoto milaei kalitera ellinikka.Pragmatika dn exo katalabei th thes.Mathe thn alfabita kai ksanaprospathise xD
  12. Why is he noob?HE didnt know and he just asked.Where the bad thing?If it so lets delete all forums.Forums exist for conversation.End of story u got the message i guess Darth
  13. You get this error because u need to have an account to this site in order to proceed in the downlaod.
  14. Is there any chance that this line changed on HI5? super.onIntentionAttack(target) ??
×
×
  • Create New...