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

skyzero

Members
  • Posts

    13
  • Joined

  • Last visited

    Never

skyzero's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Would be unable to provide the source? Too liked this engine I live in Brazil but then the cost of dollar ta very high if not buy this engine
  2. @'Sy-Man': > Is there anybody who can see whats wrong with this code of my classes.ini? > > My two Problems are: > > 1\. In the chareditor, when I make a new char after the registration in the game, they don't show me the 4\. class to choose. I just can see 3 classes. > 2\. When I klick the Itemeditor as the Admin in the Game, there comes an error ("Run-time error '9': Subscript out of range"). > > Thank You very very much for your help! :-) > > Here is my code: > ``` > [INIT] > > MaxClasses=4 > > [CLASS1] > Name=MC > DoNotAdvance=1 > MaleSprite=1 > FemaleSprite=2 > > Strength=1 > Endurance=1 > Intelligence=1 > Agility=1 > Willpower=1 > > StartItemCount=2 > StartItem1=1 > StartValue1=1 > StartItem2=2 > StartValue2=1 > > StartSpellCount=0 > > [CLASS2] > Name=Breaker > DoNotAdvance=1 > MaleSprite=3 > FemaleSprite=4 > > Strength=1 > Endurance=1 > Intelligence=1 > Agility=1 > Willpower=1 > > StartItemCount=2 > StartItem1=1 > StartValue1=1 > StartItem2=2 > StartValue2=1 > > StartSpellCount=0 > > [CLASS3] > Name=Writer > DoNotAdvance=1 > MaleSprite=5 > FemaleSprite=6 > > Strength=1 > Endurance=1 > Intelligence=1 > Agility=1 > Willpower=1 > > StartItemCount=2 > StartItem1=1 > StartValue1=1 > StartItem2=2 > StartValue2=1 > > StartSpellCount=0 > > [CLASS4] > Name=DJ > DoNotAdvance=1 > MaleSprite=7 > FemaleSprite=8 > > Strength=1 > Endurance=1 > Intelligence=1 > Agility=1 > Willpower=1 > > StartItemCount=2 > StartItem1=1 > StartValue1=1 > StartItem2=2 > StartValue2=1 > > StartSpellCount=0 > ``` 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
  3. Which gave error ? What version are you using? Recording video is hum paragraph vermo Problem A Closer .
  4. Which gave error ? What version are you using? Recording video is hum paragraph vermo Problem A Closer .
  5. Could someone convert this system to Skywyre engine? For in DX8 it should work much better. For work with Picturebox gets so ugly design .
  6. 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
  7. I would like help me ? I'm trying to make a Dropbox menu . I'm using the engine Skywyre , I use DX8 , but I do not understand anything DX8 Desconside what is written in the picture below \ / is only to exemplify . Exemple: ![](https://mrwormy.files.wordpress.com/2012/10/20121014_cb_special_inventory_menu.png?w=549)
  8. How would provide Example file ? I tried to do with any here , but nothing happened gave error in DX8 I think it was because of the dimensions .
  9. The system here is still giving problems . I enter the Serial editor. OK Put the Item ID and Quantity . OK But when I click Save Serial, he just does not save . What might be happening?
  10. Thx Friend ! @Edit And How Do I paragraph appears as hum player INFORMATION. Não Para THE ONLY want NPCs
  11. I am having a problem with the class in the editor application items, it does not seem to be working, can someone help me?
×
×
  • Create New...