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

BladeHart

Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Posts posted by BladeHart

  1. Hey guys, im using Skywyre Edition Primitive. so when i open ItemEditor as admin, and then press the save button the server will crash and i try to debug the error and this is the error i get. Does anybody know how to fix it?  :huh:
    ![](http://i.imgur.com/N0pDJoZ.png)
    looks like i cant continue my project before this error solved  :(

    Thank you so much for you who can help  ;)
  2. Im having a trouble at the classes, i already configure my "classes.ini" so i have 4 basic class. But when i create a new character the 4th class didnt showup and there is only 3 classes at the "cmbClass" i already do everything i can But still i cant get this work  :huh:

    Does anyone know which part of code i should edit? to make the basic classes become 4?

    Heres my "classes.ini" configuration:
    ```
    [INIT]
    MaxClasses=16

    [CLASS1]
    Name=Warrior
    MaleSprite=1
    FemaleSprite=3

    Strength=7
    Endurance=5
    Intelligence=5
    Agility=5
    Willpower=5

    StartItemCount=1
    StartItem1=2
    StartValue1=1

    StartSpellCount=1
    StartSpell1=1

    Advancement1=5
    Advancement2=6
    Advancement3=7

    [CLASS2]
    Name=Magician
    MaleSprite=1
    FemaleSprite=3

    Strength=7
    Endurance=5
    Intelligence=5
    Agility=5
    Willpower=5

    StartItemCount=1
    StartItem1=2
    StartValue1=1

    StartSpellCount=1
    StartSpell1=2

    Advancement1=8
    Advancement2=9
    Advancement3=10

    [CLASS3]
    Name=Shaman
    MaleSprite=2
    FemaleSprite=4

    Strength=7
    Endurance=5
    Intelligence=5
    Agility=5
    Willpower=5

    StartItemCount=1
    StartItem1=2
    StartValue1=1

    StartSpellCount=1
    StartSpell1=3

    Advancement1=11
    Advancement2=12
    Advancement3=13

    [CLASS4]
    Name=Destroyer
    MaleSprite=2
    FemaleSprite=4

    Strength=10
    Endurance=3
    Intelligence=3
    Agility=3
    Willpower=6

    StartItemCount=1
    StartItem1=2
    StartValue1=1

    StartSpellCount=1
    StartSpell1=3

    Advancement1=14
    Advancement2=15
    Advancement3=16

    [CLASS5]
    Name=Knight
    DoNotAdvance=1
    MaleSprite=3
    FemaleSprite=5

    Strength=7
    Endurance=5
    Intelligence=5
    Agility=5
    Willpower=5

    StartItemCount=0

    StartSpellCount=0

    [CLASS6]
    Name=Paladin
    DoNotAdvance=1
    MaleSprite=1
    FemaleSprite=1

    Strength=7
    Endurance=5
    Intelligence=5
    Agility=5
    Willpower=5

    StartItemCount=0

    StartSpellCount=0

    [CLASS7]
    Name=BladeMaster
    DoNotAdvance=1
    MaleSprite=1
    FemaleSprite=1

    Strength=7
    Endurance=5
    Intelligence=5
    Agility=5
    Willpower=5

    StartItemCount=0

    StartSpellCount=0

    [CLASS8]
    Name=Mage
    DoNotAdvance=1
    MaleSprite=1
    FemaleSprite=1

    Strength=7
    Endurance=5
    Intelligence=5
    Agility=5
    Willpower=5

    StartItemCount=0

    StartSpellCount=0

    [CLASS9]
    Name=Wizard
    DoNotAdvance=1
    MaleSprite=1
    FemaleSprite=13

    Strength=7
    Endurance=5
    Intelligence=5
    Agility=5
    Willpower=5

    StartItemCount=0

    StartSpellCount=0

    [CLASS10]
    Name=Elemental
    DoNotAdvance=1
    MaleSprite=1
    FemaleSprite=1

    Strength=7
    Endurance=5
    Intelligence=5
    Agility=5
    Willpower=5

    StartItemCount=0

    StartSpellCount=0

    [CLASS11]
    Name=CurseMagic
    DoNotAdvance=1
    MaleSprite=1
    FemaleSprite=1

    Strength=7
    Endurance=5
    Intelligence=5
    Agility=5
    Willpower=5

    StartItemCount=0

    StartSpellCount=0

    [CLASS12]
    Name=Summoner
    DoNotAdvance=1
    MaleSprite=1
    FemaleSprite=1

    Strength=7
    Endurance=5
    Intelligence=5
    Agility=5
    Willpower=5

    StartItemCount=0

    StartSpellCount=0

    [CLASS13]
    Name=Necromancer
    DoNotAdvance=1
    MaleSprite=1
    FemaleSprite=1

    Strength=7
    Endurance=5
    Intelligence=5
    Agility=5
    Willpower=5

    StartItemCount=0

    StartSpellCount=0

    [CLASS14]
    Name=Destroyer
    DoNotAdvance=1
    MaleSprite=1
    FemaleSprite=1

    Strength=7
    Endurance=5
    Intelligence=5
    Agility=5
    Willpower=5

    StartItemCount=0

    StartSpellCount=0

    [CLASS15]
    Name=Gladiator
    DoNotAdvance=1
    MaleSprite=1
    FemaleSprite=1

    Strength=7
    Endurance=5
    Intelligence=5
    Agility=5
    Willpower=5

    StartItemCount=0

    StartSpellCount=0

    [CLASS16]
    Name=Warlord
    DoNotAdvance=1
    MaleSprite=1
    FemaleSprite=1

    Strength=7
    Endurance=5
    Intelligence=5
    Agility=5
    Willpower=5

    StartItemCount=0

    StartSpellCount=0

    ```I will really appreciate your help, thanks  :)
×
×
  • Create New...