Jump to content

SoRa

Members
  • Posts

    1,400
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by SoRa

  1. GODDESS OF DESTRUCTION !
  2. Hello guys, i have an russian system with protocol 404, and an english system with protocol 415, my gameserver does not support the protocol 415 and it does not work properly, so my question is what should i do to my gamserver core(code), in order to protocol 415 to work. Thank you ! P.S. My login server works i am able to login and i get to character creation screen, from there everything is messed up!.
  3. Salutare!
  4. Salutare...:)
  5. you are realy tard!, first of all .NET 4.0 is way better than Java and for portability you can compile it using mono you fking idiot!, this forum is full of retards that don't know what to talk, my system uses mongoDB wich is way faster than the crappy mysql so GTFO.
  6. I wts Goddess of Destruction files written in .NET C# noJava, Goddess of Destruction full english client, and my services to install/modify these stuff. Things working in GOD: -new walking system -new player stats -all new areas -all new clan halls -all new raidbosses -awakening system -jumps -4'th class -new mounts(that chicken cucuru or smth like that, horses and all those kind of shits) -all new areas, -all 4'th class skills and so on and so forward:D:). --------------------------------------------------------- prices on PM or i recomend night_khaos667@yahoo.com All flamers/kids/spammers/tards please exit this section i don't need flames here:) any questions here regarding anything.
  7. nice srv dude . I come my clan ..enjoy :P:XX
  8. ok, i dont need code folow up i want to know where that id comes from that's all for example i want to implement gremlin transformation:) how do i get specific code for gremlin?.
  9. Ok, so i am trying to implement the new Kukuru transformation that mechanical chicken, and i don't have any idea where should i start, for example The Jet_Bike transformation code is this: package transformations; import com.l2js.gameserver.datatables.SkillTable; import com.l2js.gameserver.instancemanager.TransformationManager; import com.l2js.gameserver.model.L2Transformation; public class JetBike extends L2Transformation { private static final int[] SKILLS = {5491,839}; public JetBike() { // id, colRadius, colHeight super(20001, 21.5, 27); } @Override public void onTransform() { if (getPlayer().getTransformationId() != 20001 || getPlayer().isCursedWeaponEquipped()) return; transformedSkills(); } public void transformedSkills() { // Decrease Bow/Crossbow Attack Speed getPlayer().addSkill(SkillTable.getInstance().getInfo(5491, 1), false); // Dismount getPlayer().addSkill(SkillTable.getInstance().getInfo(839, 1), false); getPlayer().setTransformAllowedSkills(SKILLS); } @Override public void onUntransform() { removeSkills(); } public void removeSkills() { // Decrease Bow/Crossbow Attack Speed getPlayer().removeSkill(SkillTable.getInstance().getInfo(5491, 1), false); // Dismount getPlayer().removeSkill(SkillTable.getInstance().getInfo(839, 1), false); getPlayer().setTransformAllowedSkills(EMPTY_ARRAY); } public static void main(String[] args) { TransformationManager.getInstance().registerTransformation(new JetBike()); } } most of it it's clear The Server_ID=Client_ID = 20001 but where is this transformation stored, and how can i implement a new transformation using an mount that i allready have exactely like this jetbike . And what is with this ID where is stored and where is it coming from?
  10. you provide sources or assembly only?
  11. it is still in the development stage i don't have anything to go online with atm
  12. nope i am working with l2pheonix hi5 private files not l2 scape
  13. look don't flame here:) i tought of that ofcourse but it's not. it was my jython lib:)
  14. my own:D i am developing goddess of destruction i got all classes working/skills/zones/bosses/instances/quests/clan/party/ but i am stuck at this:(
  15. I got a big problem no transformation is working on my server inquisitor/finalform/vanguarth/jetbike/onyx beast and so on none is working? i have the scripts in the /script but i don't know why is not working:(
  16. ok thanks i got it. so Quest problem is fixed:). How about the Instances?
  17. Is it possible to make some custom quests?:) if yes how, and in the same question, is it possible to make custom instances? like pailaka? if yes how?
  18. Since Goddess of Destruction English client is coming soon i want to continue my work on my server, so i am looking for serious developers(programmers) not wannabe, they will be paid of course, the programming language is java, and i want them to have experience in packet transfers, and colecting, please reply with name, age, country of residence, and how much time are you willing to pay for this project daily. Thankx
  19. Trusted Seller cheap prices :)
  20. the dude wanted the compiled version of my files and i told him: "ok for a certain amount of money i will give you the files" , he didn't have enough to pay me he paid me 90% of the sum, and when he said that he sent me the other 10% i did not received anything i am not a thief, i understood you and i gave you the file dispute those 10%, and now you wore asking me for updates, w/o giving me the rest of the money, so don't blame me blame yourself, bcs you are a scammer, the thing is simple send me the money and i will give you that update that you realy need, but first you must apologize here, for the shit that you wrote in my post. Peace! Missing everything? NO SHIT? you are missing a -beep-ing update only that . MY TEST SERVER IS ALLWAYS UP ADD ME AT night_khaos667@yahoo.com or night_khaos667@hotmail.com for details on how to connect
  21. give me a contact detail msn/yahoo
  22. ok, but where is the full geodata only 3 squares?
  23. does lineage html support stuff like iframe?, and http import?
  24. Does Lineage 2 windows support stuff like HTML iframe? or import content from another sites?
×
×
  • Create New...