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

Zopto

Members
  • Posts

    1270
  • Joined

  • Last visited

    Never

Everything posted by Zopto

  1. @Grayfox: > So let me get this straight, you want it so everyone can change their sprite, or do you want it so admins can change anyones sprite or do you want it so your players can evolve? yes for now i just went to admins can change anyones sprite
  2. Gianni [09:10 PM]: just make a box on the admin and another cmd button Gianni [09:10 PM]: then Gianni [09:10 PM]: copy the existing function Gianni [09:11 PM]: but replace it so you trim the players name Gianni [09:11 PM]: instead of the action on your account ok i get to step 3 and what i need to replace???
  3. but i think it is more easy to set from admin panel ?? :confused: :confused:
  4. any of that two just to work xD
  5. http://www.vbtutor.net/vb6/vbtutor.html this help me alot and i still lerning
  6. http://www.vbtutor.net/vb6/vbtutor.html here you may lern litl about vb 6 i lening now :DD
  7. If Player(index).Level > 16 then If Player(Index).Sprite = [sprite] Then Player(index).Sprite = 2 End If Else PlayerMsg("You are not a high enough level to evolve", BrightRed) Exit Sub End If i went somting like this but i dont know where to put this
  8. aha but that chage just my sprite look i went to chage other players spirite….
  9. Zopto

    Run time error "6"

    whay i cant make mistery dongen pokemon battle system?
  10. Zopto

    Run time error "6"

    I changed the codes for pokemon battle system, and when I finished I got this error ….. I'll try to fix thank you
  11. Zopto

    Run time error "6"

    it say run time error "6": overflow??? how to fix that??
  12. Private Sub cmdASprite_Click() ' If debug mode, handle error then exit out If Options.Debug = 1 Then On Error GoTo errorhandler If GetPlayerAccess(MyIndex) < ADMIN_MAPPER Then Exit Sub End If If Len(Trim$(txtASprite.text)) < 1 Then Exit Sub End If If Not IsNumeric(Trim$(txtASprite.text)) Then Exit Sub End If SendSetSprite CLng(Trim$(txtASprite.text)) ' Error handler Exit Sub errorhandler: HandleError "cmdASprite_Click", "frmMain", Err.Number, Err.Description, Err.Source, Err.HelpContext Err.Clear Exit Sub End Sub dose i need to chage this code or i need to chage more to i may chage ppl sprites
  13. it is posoble like in admin panel to put player name and number of sprite and to chage sprite of player????i know to just admin chage look i put sprite number and i chage my sprite look and i now went to chage other players sprite look how to do that :confused: :confused: ???(sry for bed englesh)
  14. same to me i hawe 56 tilesets….
  15. @Ryoku: > Example of HOA classes.ini > > [CLASS2] > Name=Mage > MaleSprite=34,35,128 > FemaleSprite=30,39,40 > Strength=3 > Endurance=4 > Intelligence=10 > Agility=6 > Willpower=7 > > StartItemCount=2 > StartItem1=1 > StartValue1=100 > StartItem2=257 > StartValue2=1 > > StartSpellCount=1 > StartSpell1=6 ty for exemple him corectly :embarrassed:
  16. @Xbatz: > I can't figure this out but how would the code be for the female? :confused: go to server and folder data and click on classes.and just add number of sprite [CLASS1] Name=mage **MaleSprite=1.2.3 FemaleSprite=1,2,3** Strength=12 Endurance=8 Intelligence=8 Agility=6 Willpower=8
  17. whay i still hawe 59 posts arggggg….i send 3 messages and still 59 posts whay???
  18. @Dash: > Why are you both voting? READ! it's a very valuable skill. Also Zopto do that then fix your sprites they look nothing like the sprites in costumes. ok…..... :huh: :huh:
  19. @Tahnner: > My entry would be the devil > just because i can > > Costume name:Lucifer i voite for lucifer costume :bstar: :bstar: :bstar: :bstar: :bstar:
  20. this is my :skull[![](http://www.freemmorpgmaker.com/files/imagehost/pics/ff099fdb9819028cbc396e9516db3ff5.gif)](http://www.freemmorpgmaker.com/files/imagehost/#ff099fdb9819028cbc396e9516db3ff5.gif) goust [![](http://www.freemmorpgmaker.com/files/imagehost/pics/3d2e7a61e36ff468e94dc933c4be2338.gif)](http://www.freemmorpgmaker.com/files/imagehost/#3d2e7a61e36ff468e94dc933c4be2338.gif) devil [![](http://www.freemmorpgmaker.com/files/imagehost/pics/3e96acc7af19a514be2f53e941057ff4.GIF)](http://www.freemmorpgmaker.com/files/imagehost/#3e96acc7af19a514be2f53e941057ff4.GIF)
  21. Zopto

    Weather Tutorial ?

    any Weather Tutorial ? i try this Weather Tutorial (Using DrawText for Snow/Rain) but is say to put code in modFont and in eclipse 2.0 no hawe modFont????? :confused:
  22. if you hawe classe (warrior) whit this warrior may hawe 2,3,4,5 looks …..exemple if you making character and you click to warririor and he hawe just 1 look whit this he may hawe more then 1....sry bad eng,,
×
×
  • Create New...