Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

irvanshihap

Members
  • Posts

    22
  • Joined

  • Last visited

    Never

Posts posted by irvanshihap

  1. Beta test is finally completed, it is quite smooth, although sometimes the server is frequently down, because the server is still using a small server XD

    update :

    Stats Reset

    The items that can make your stat reset.

    Add Tile Arena
    Areas that could make you a power struggle with each other, and outside the ring is not affordable just watching you guys who will not be affected.
    party removed the previous attack.

    plan title system, but not so, because later could be heavy server
  2. @'Mohenjo:

    > English isn't too bad. From what I understood, it looks like a decent game. I might actually try it out. Any guess about when it will be released?

    thanks, in the forum there countdown time test, it still tested, So I do not know when to really release
  3. using escfoe2 "Eclipse The Final Frontier”

    About Game :

    Adventure about how to become one of the seven heroes.

    Note : I'm sorry, I realy do not know the story game, which makes is my friend

    Forums:http://sevenheroesonline.indonesianforum.net/(IDN welcome)

    Please visit the forum for more news and updates

    Feature:

    Mount System!

    Use mounts to travel faster!suitable traveling long distances

    [attachment=82]
    9 Equipment

    Having 9 slot equipment

    [attachment=83]
    Rank Level System

    Highscore top 10 highest level

    [attachment=84]
    Combining Sytem

    This system allows creating your character can later be upgraded to max +3 weapon but you are required to search for material that we have used to spread in several monsters, combining also allow you to make some items to as a healer hp.

    Second Job(10 class)

    At the beginning of the first you create a new char, you'll will find three kinds of job options, but as you level rising to a certain extent you will find a large selection of 2nd job, of course, three initial job will be to find a different job options.
    there are about 10 choices job later in the game.

    [attachment=85]

    Skill Buff/debuff

    You can get additional stat with this buff skill.

    Quest system

    Simple quest sytem

    Event:

    GvG Weekend

    Apollo Arena

    Champion Arena

    Double exp weekend

    Sorry for bad english :\
  4. @'Zynato':

    > @'irvanshihap':
    >
    > > oke later try running it with more ram,.
    > > sorry i don't know,skyware is no longer supported here.
    > >
    > > delete this thread?
    >
    > Nah, I can still support it. I know my way around VB6\. Let me know how it goes.

    after try running it with 512MB ram,. i still get eror, How about minimal memory to run the wine?
    some say i / o have been limit, not the ram
    i not try on windows cause more expensive :(
  5. This tutorial simple and easy.

    Server side

    Look in modCombat, PlayerAttackNpc for:

    ```
    ' Calculate exp to give attacker
    ```

    The line under it should be:

    ```
    exp = Npc(npcNum).exp
    ```
    below add :
    ```
                           ' Check if npc level is bigger then 0

        If NPC(NPCNum).Level > 0 Then

            ' exp deduction

            If NPC(NPCNum).Level <= GetPlayerLevel(attacker) - 10 Then

                ' 10 levels lower, exp 0

                Call PlayerMsg(attacker, "Musuhmu 10 level di bawahmu, kamu tidak akan mendapatkan exp.", BrightRed) ' IF you want you can delete this msg cuz its only informating player

                exp = 0

            ElseIf NPC(NPCNum).Level <= GetPlayerLevel(attacker) - 5 Then

                ' half exp if enemy is 5 levels lower

                Call PlayerMsg(attacker, "Musuhmu 5 level di bawahmu, kamu mendapatkan setengah exp.", BrightRed) ' IF you want you can delete this msg cuz its only informating player

                exp = exp / 2

            ElseIf NPC(NPCNum).Level >= GetPlayerLevel(attacker) + 10 Then

    Call PlayerMsg(attacker, "Musuhmu 10 level di atasmu, kamu tidak akan mendapatkan exp.", BrightRed) ' IF you want you can delete this msg cuz its only informating player

            exp = 0

            End If

        End If
    ```This Tutorial credit Domino but i edited a bit
  6. Halo all.
    I had problem with my server.
    sever work on linux ubuntu by wine, the server run but after login or create character then pops up an error: No buffer space.

    Run-time error '10055':

    No buffer space is available

    CPU 1Ghz
    ram 128mb
    space free 2gb xD

    even though no one aplication running except the server.

    i use engine skyware but try use engine tff it's work without problem.

    There use engine skyware sukses running 100% on linux?

    Sorry for my English.
×
×
  • Create New...