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

BladeHart

Members
  • Posts

    8
  • Joined

  • Last visited

    Never

BladeHart's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. When i open ItemEditor and then click the save button the server crash and this is the debug ![](http://i.imgur.com/N0pDJoZ.png) Can you guys help me out?
  2. 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 ;)
  3. @'skyzero': > Open Client Side and Find: > > For i = 1 To 3 > frmMenu.cmbClass.AddItem Trim$(Class(i).name) > Next > > change the number 3 by the number of available classes Thank you so much :D
  4. 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 :)
  5. Nice system now its working :D
  6. Yes i have it since its from this tutorial, do you know what to do when i get that error? where should i add to make it works? :huh:
  7. Can someone help me with the error i get? i dont know what to do anymore with this error :( ![](http://i.imgur.com/shCbX9g.png)
×
×
  • Create New...