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

Notsu

Members
  • Posts

    75
  • Joined

  • Last visited

    Never

Posts posted by Notsu

  1. Try to comment or delete all of the current PK stuff like Call SetPlayerPK but not the function in modPlayer
    and then in sub PlayerAttackPlayer add CallSetPlayerPK(attacker, GetPlayerPK(attacker) + 1) to check is this working do simple Call PlayerMsg(attacker, "pk points: " & GetPlayerPK(attacker), BrightRed) maybe necessary will be Call SendPlayerData(attacker) before msg
  2. Hello,
    My first question is how to add new constant like MAX_PARTY_MEMBERS or MAX_MAP_NPCS called MAX_MAP_PLAYERS, I add these constant to the modConstants in server and client. Is that all?

    and the second question:
    I want to check the MAX_MAP_PLAYERS when player want to enter map. If max_map_players on map then can't enter. How to do this?

    Can You suggest an idea how to do these things?
    Thanks for reply.
  3. Ehh ;/ I have next problem, the npcs don't attack when 2 and more(i think) persons are on the server.
    The npc move properly, but when attacked it's got paralyzed.

    Some time ago I include the Lightning's Boss system but now I don't use it and remove the Lightning piece of code, maybe problem is in not as a whole removed code?

    Thanks for reply. :)
  4. I have problem with "GOGIVE" quest type, when I'm gather x items it says about completed task but I still have the wanted items ~~besides it's give me that items.~~
    I see Your reply Erwin but still anyone don't know how to fix it?
  5. 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
  6. 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.
  7. 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 :)
  8. ```
        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.
  9. 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 :)
  10. 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...