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

Notsu

Members
  • Posts

    75
  • Joined

  • Last visited

    Never

Everything posted by Notsu

  1. Thanks Jimmy, that's very helpful.
  2. Hi, I have next question, how to change the font script(default Western Europe) in the item and spell description? That's visible on MouseMove.
  3. Notsu

    [EO] Class spells

    Spells exist, I check 2 times ;d edit: I'm trying and trying and when the start items of class is those: StartItem1=6 StartValue1=1 StartItem2=7 StartValue2=1 then i can't own start spells, when I change StartItem1 value to oter It's working, but not with all values: for reason when i put here 20 then not working but 3 it work. lol it's strange :p
  4. Notsu

    [EO] Class spells

    Hi, anyone know what's wrong with this classes file? ``` [INIT] MaxClasses=2 [CLASS1] Name=Knight MaleSprite=1,3,6 FemaleSprite=2,4,5 Strength=7 Endurance=6 Intelligence=5 Agility=7 Willpower=5 StartItemCount=3 StartItem1=2 StartValue1=1 StartItem2=3 StartValue2=1 StartItem3=10 StartValue3=1 StartSpellCount=2 StartSpell1=2 StartSpell2=3 [CLASS2] Name=Mage MaleSprite=7,8,9 FemaleSprite=10,11,12 Strength=4 Endurance=4 Intelligence=10 Agility=3 Willpower=4 StartItemCount=3 StartItem1=6 StartValue1=1 StartItem2=7 StartValue2=1 StartItem3=13 StartValue3=1 StartSpellCount=2 StartSpell1=1 StartSpell2=2 ``` All working properly but when I create a new character(mage, second class) the character don't take starting spells, I include the standard eo 2.0 classes.ini and it's work but on my own configuration(posted here) i have this complication.
  5. Notsu

    24/7 Server

    thanks a lot for this tutorial. :)
  6. I have the same problem, anyone know how to do this?
  7. Notsu

    [EO] Exit game?

    thanks man :) I'm stupid…
  8. Notsu

    [EO] Exit game?

    Hello, I have an question: Where is the code of exit game it's log out and put back to menu section. And if any1 know how to make an logout blockade for X time of last received/infliger dmg with allow attacking spells That's something like this for EE: http://www.touchofdeathforums.com/smf/index.php/topic,33922.msg311827.htm Thanks for reply :)
  9. eclipse origins are really good!
  10. ``` If Level_Show = True Then ' calc pos TextA = ConvertMapX(GetPlayerX(Index) * PIC_X) + Player(Index).XOffset + (PIC_X \ 2) - getWidth(TexthDC, (Trim$("Level " & GetPlayerLevel(Index)))) If GetPlayerSprite(Index) < 1 Or GetPlayerSprite(Index) > NumCharacters Then TextB = ConvertMapY(GetPlayerY(Index) * PIC_Y) + Player(Index).YOffset - 5 Else ' Determine location for text TextB = ConvertMapY(GetPlayerY(Index) * PIC_Y) + Player(Index).YOffset - (DDSD_Character(GetPlayerSprite(Index)).lHeight / 4) + 5 End If ``` I have problem with this code, all working properly but the level don't shows. //sorry for my eng ;p //edit: Ok, it's work. I don't write all of post.
  11. hmm importing files from ee to eo are possible? all systems, scripts etc.
  12. ;/ so ok, thanks for reply // edit: when i bought windows vps how to configure ee server files on it?
  13. 13513:~/server# exec Server/Server.exe bash: /root/server/Server/Server.exe: cannot execute binary file I'm read sth about ARM and i must have linux server files? ;p Anyone can upload EE 2.7 server files for linux? thx for reply :)
  14. Hello, I have Server.tar on my vps but how to start the server? I'm using putty.
  15. thx for reply This option(timeout) is needed to properly working account creation and server status? If no, how to delete code of timeout ;p // ok I deleted no necesarry code
  16. on systest.php Warning: set_time_limit() has been disabled for security reasons in /home/soanunle/public_html/rejestracja/systest.php on line 44 on index.php Warning: set_time_limit() has been disabled for security reasons in /home/soanunle/public_html/rejestracja/index.php on line 44 and sth like this(other line) on all subpages how to fix it? btw. I'ts really awesome reg sys GJ!
×
×
  • Create New...