Jump to content

Respected

Members
  • Posts

    23
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Respected

  1. Hey there,

    The items I'm looking for are:

    Bloody R99 Fighter +10/2sa* OR Blessed R99 Fighter +12 /2sa*

    Bloody R99 Retributer +10/2sa* OR Blessed R99 Retributer +12 /2sa*

    Tauti 2H Axe

    Bloody R99 Light set +8 OR Blessed R99 Light set +10

    Twilight Leather Set +10

    Ruby lv5

    Earth Wyrm Heart Ring

    Monkey Chef Belt

    Talisman - Anakim OR Talismans - Seven Signs

    Talisman - Longing

    I'm interested for prices in Adena and/or Euro! I will not respond to every pm, and it's unlikely that I will get the first offer i get. I have time, and I can wait to get few offers.

    * I don't care about the SA lvl. I will change anyway.

  2. Hello dear maxcheaters, with the RAF system coming to and end I"m looking for someone to make me 5 refferals to level 10, I'm looking for offers. Please send me PM or here in the topic, what i need is

    Price, Time and Payment method.

  3. Hello dear forumers :)

     

    So I want to ask one giga used and old question, but I'm kind of stupid.

     

    I want a lvling bot. I've hear of one that makes its own cusom games, you can strat as many as your PC can handle, and it takes y ou about 12h to get your accounts to lvl 10.

    But please if you have tested any bots with any luck suggest me. I would want it to be free.

     

    Thanks in advance and have a great day/night

  4. Check overall the forum , also the development sections , and you will find out everything you want.

     

    I've checked the forum, but there are no lessons, there are only Shares, Guides and stuff like that.

    I couldn't find basic Java lessons.

    Thanks !

     

    Java

    - assuming its gonna be first you will learn, language like C++ might overwhelm you with stuff like pointers etc. and in Java that subject is made most easy way possible: fully automatic

    - writing multi-threaded apps is much better supported and having accesible much easier certain cool mechanism. and even when one of threads for some reason crashed, the rest of app can go on to the point until its impossible (deadlocks), so its an perfect environment for making eg. gameservers. and if you will write code thread-safe (avoiding all or most possible deadlicking possibilities), even if an thread crashes, it will do very little effect on the whole app ;)

    - it's more flexible and tons of free libs make possible to add any functionality to your app, very easy (eg. recently experimenting with OpenCL use in gameserver)

    - there is milions of lines of code only considering Lineage II server emulation, for free, that you can read, learn, or reuse. Even bot apps and stuff.

    - L2J community is probably biggest one concidering Lineage II servers emulation

     

    And L2J isn't that unstable and with some work can be no worse if not better than L2Off server soft. Also at least download core sources and browse through them to see the scale of an "game server" project and think if you want to do that all from zero in other than Java language. And there is also datapack...

     

    Well I wasn't thinking to write my pack from scratch, but maybe it sounded like that. Anyway it will be Java plus I could use some of the shares here :)

    Thanks !

     

    i agree 100% for a kind of l2 developing the best language is JAVA. no worries about it :P

    you also have to learn creating database and modify sql queries ::D

     

    Okay then.

    I have little experience with MySQL and I can learn some more, not a problem :)

    Thanks!

     

    But no one give me and advice how to start learn Java :) Anyway I will start with my VTC (not an advertise) tutorials.

  5. Hi, I'd like if you could suggest me a programing language that's best for Lineage 2 server. I know that the most common one is Java, but as I know it's not the most stable. I think it could be done in C/C++ ? Also I would appreciate if you could suggest me a way to start study that language - Text or Video tutorials ( I have some VTC tutorials on my PC ) or other way.

    Thanks in advance and Greetings

  6. Yes, i have it in my .py file done, i found a guide that i read to reload the quests and it's kind of OK (i see more than that error now)

    But when i click to any of the buffs it don't cast it ... and in GS console it say

    java.lang.NullPointerException
            at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.useMagic(L2Pc
    Instance.java:6951)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at org.python.core.PyReflectedFunction.__call__(Unknown Source)
            at org.python.core.PyMethod.__call__(Unknown Source)
            at org.python.core.PyObject.__call__(Unknown Source)
            at org.python.core.PyObject.invoke(Unknown Source)
            at data.jscript.quests.9999_NPCBuffer$py.onEvent$3(C:\server\gameserver\
    data\jscript\quests\9999_NPCBuffer\__init__.py:270)
            at data.jscript.quests.9999_NPCBuffer$py.call_function(C:\server\gameser
    ver\data\jscript\quests\9999_NPCBuffer\__init__.py)
            at org.python.core.PyTableCode.call(Unknown Source)
            at org.python.core.PyTableCode.call(Unknown Source)
            at org.python.core.PyTableCode.call(Unknown Source)
            at org.python.core.PyFunction.__call__(Unknown Source)
            at org.python.core.PyMethod.__call__(Unknown Source)
            at org.python.core.PyObject.__call__(Unknown Source)
            at org.python.core.PyObject._jcallexc(Unknown Source)
            at org.python.core.PyObject._jcall(Unknown Source)
            at org.python.proxies.data.jscript.quests.9999_NPCBuffer$Quest$275.onEve
    nt(Unknown Source)
            at net.sf.l2j.gameserver.model.quest.Quest.onAdvEvent(Quest.java:353)
            at net.sf.l2j.gameserver.model.quest.Quest.notifyEvent(Quest.java:305)
            at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.processQuestE
    vent(L2PcInstance.java:1327)
            at net.sf.l2j.gameserver.clientpackets.RequestBypassToServer.runImpl(Req
    uestBypassToServer.java:163)
            at net.sf.l2j.gameserver.clientpackets.L2GameClientPacket.run(L2GameClie
    ntPacket.java:79)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
    )
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
    

  7. So every time i add something new (that need edit in java) i need to compile the server again ? But in that way i think the DB is going to "die" :S Anyway - Ty ! If I get it right and thats the only way plz lock it :) Ty again

     

    @KяaSh™ Yes that folder, but i have it in the workspace and when i compile the pack, That folder is not in the archves :S

     

  8. Hi, I am big noob :( but I want to learn :)

    So I compile my pack (l2jserver IL) But in it i do not see the "Java" folder :S And in some mods I need to add/edit files in that folder ? What I have to do ? :S

    I need to move Java folder in to the server dir or what ?

    Pls if anyone can help me.

     

    PS: Sorry for my noob/lame/etc questions but ... ;(

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock