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

Fred

Members
  • Posts

    187
  • Joined

  • Last visited

    Never

Posts posted by Fred

  1. I have a little problem. I need to run total eclipse server and client on 128 mb ram laptop on win XP, anyone have idea how to do this and dont have Run Time error 7 - Out of memory? Maybe there is some programs or something for it?

    If someone know please answer fast because i dont have much time now. Im leaving tommorow, or on friday.
  2. I have question why i have 2x welcome massage? One i have in my main.txt (this "witam w Aphelion Online") and there is other "Welcome in Aphelion Online" how to delete it? i dont have it on my main.txt

    Here Shoot:

    [![](http://img207.imageshack.us/img207/9153/2xwelcome6mf.jpg)](http://imageshack.us)
  3. Yhat will be cool to make skill window, that is like lineage, warcraft, guild wars, and many other games, like hotkeys. I thing is simple.. only edit gui and add buttons that run script. If eclipse will can be bigerest + of eclipse if this will be maked.
  4. In some topic i post it and Baron says he add this, but better i will write it here for not forgot.

    That will be greate to make number of character limit on one account.
    In my game i need to make 1 character on 1 account, and no more, but some people says he needs more than 3.

    This will be cool if this will be add.
  5. i see when new version is comming then cpu usage is much higer. This is very strange that simple game using 70-85% usage of my 2600 athlon. i think now in new version coding shoud be more concentrate on optimalize clinet because now is terrible.

    And when i play my monsters are frozen… walking only sometimes, and no attack... i dont know what happen.. only when i set priority of client to lowerest then he attack. Very stupid thing, and i think it can be using for hacking?
    Im using now older client (4 796kb) because this new suck (4 984)
  6. If i have example:

    > '********************************
    > Sub tmrTest(index, script)
    > '********************************
    >
    > Select case script
    >
    > Case 1
    >
    > If GetPlayerMP(index) >= 10 Then
    > Call PlayerMsg(index,"Popadles w szal Berserkera!",15)
    > Call PlaySound(index, "magic29.wav")
    > Call PlayerMsg(index,"Ran script 1.",15)
    > Call PlayerMsg(index,"Sila wzrosla o 5",15)
    > Call PlayerMsg(index,"odpornosc wzrosla o 5",15)
    > Call SetPlayerDEF(index, GetPlayerDEF(index) + 5)
    > Call SetPlayerSTR(index, GetPlayerSTR(index) + 5)
    > Call SendPlayerData(index)
    > Call SetTimer("tmrTest " & index & ",2", 5000)
    > Call RemoveTimer("tmrTest " & index & ",1")
    > End If

    IT works good, but when i add this red line with mana reduction:

    > '********************************
    > Sub tmrTest(index, script)
    > '********************************
    >
    > Select case script
    >
    > Case 1
    >
    > If GetPlayerMP(index) >= 10 Then
    > Call PlayerMsg(index,"Popadles w szal Berserkera!",15)
    > Call PlaySound(index, "magic29.wav")
    > Call PlayerMsg(index,"Ran script 1.",15)
    > Call PlayerMsg(index,"Sila wzrosla o 5",15)
    > Call PlayerMsg(index,"odpornosc wzrosla o 5",15)
    > Call SetPlayerDEF(index, GetPlayerDEF(index) + 5)
    > Call SetPlayerSTR(index, GetPlayerSTR(index) + 5)
    > Call SetPlayerMP(index, GetPlayerMP(index) - 10)
    > Call SendPlayerData(index)
    > Call SetTimer("tmrTest " & index & ",2", 5000)
    > Call RemoveTimer("tmrTest " & index & ",1")
    > End If

    Then Timers looping infinity again and again… dont know why?...
  7. I wondering why healing yourself working only in safe zone? is there a maybe something to turn on healing in none zones?? Thats very strange, i using total eclipse, in 1,5 is that same?
×
×
  • Create New...