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

chuchoide

Members
  • Posts

    706
  • Joined

  • Last visited

    Never

Everything posted by chuchoide

  1. @Chuchoide: > Hello. > > I just gave my team my game's client, and when they open character screen, it says Not Responding. Same when they login, and same when they login succesful, and go to next map… > > Help. And with login, I mean when they go to the MainGame.frm Form.
  2. chuchoide

    Idle bug

    Not everytime, but may happen.
  3. chuchoide

    Idle bug

    Kicking won't help, that has happened to me. You'll just have to wait 5-10 mins til the Server detects its logged in and Kicks it. At least that's how I get it fixed.
  4. Hello. I just gave my team my game's client, and when they open character screen, it says Not Responding. Same when they login, and same when they login succesful, and go to next map… Help.
  5. chuchoide

    [Robin] Dx8

    http://lmgtfy.com/?q=DirectX8+Download
  6. Don't be a damn lazy person and read all the thread. You'l then know where the Download Link is.
  7. No Problem, enjoy your development.
  8. Origins - Best Stable - Less Features than Evolution, but Less Bugs Evolution - More Features than Stable, but more Bugs. Nuff said.
  9. Thanks, I'll sort the players thing by myself.
  10. I don't even know where to find that ins table either…
  11. Hello. I would like to know how to make a label that checks if the server is online. Also, a label that says how many players are online (Ex: 3/100 player online) Thanks, Chuchoide
  12. Hello. I'm having a problem with EO, I just deleted all my NPCs via the npcs folder in my Server/Data Files folder… and now when I login, it gives me a runtime error 6, Overflow. I've looked at the RTE Guide, but I didn't even edit an INI file, because just when I deleted the NPCs, it happened. I've restarted my server, is still the same. Help please... EDIT: Nvm... I had to delete every map (which was a pain) but it fixed it... Locked.
  13. Nvm, I just installed the EO .ini Experience System.
  14. >_< Dang, didn't notice that >_>
  15. Hello, Does anyone know where I can find the Experience Formula? I need it to edit my exp needed for lving up in my game…
  16. Nevermind, already fixed both. Locked.
  17. Hello. So, I'm using Kimimaru's Tutorial on making Mini HP and MP bars above your character in EO, but when I try to Debug my source, it highlights this line of code in ModHandleData: ``` Private Sub HandlePlayerHp(ByVal Index As Long, ByRef Data() As Byte, ByVal StartAddr As Long, ByVal ExtraVar As Long) ``` And then an error pops out saying: Compile Error: Ambigous name detected: HandlePlayerHp The full Sub is: ``` Private Sub HandlePlayerHp(ByVal Index As Long, ByRef Data() As Byte, ByVal StartAddr As Long, ByVal ExtraVar As Long) Dim Buffer As clsBuffer Dim I As Long Set Buffer = New clsBuffer Buffer.WriteBytes Data() I = Buffer.ReadLong Player(I).MaxHP = Buffer.ReadLong Call SetPlayerVital(I, Vitals.HP, Buffer.ReadLong) If GetPlayerMaxVital(I, Vitals.HP) > 0 And I = MyIndex Then 'frmMainGame.lblHP.Caption = Int(GetPlayerVital(I, Vitals.HP) / GetPlayerMaxVital(I, Vitals.HP) * 100) & "%" frmMainGame.lblHP.Caption = GetPlayerVital(I, Vitals.HP) & "/" & GetPlayerMaxVital(I, Vitals.HP) ' hp bar frmMainGame.imgHPBar.width = Int(((GetPlayerVital(I, Vitals.HP) / 169) / (GetPlayerMaxVital(I, Vitals.HP) / 169)) * 169) End If End Sub ``` Thanks, Chuchoide EDIT: I don't want to make another topic, so posting my question here: Now, I just tried to re-compile, and now I get another error in a line in modText that highliths Explicit at the start, and says: Invalid Outside Procedure… Help please >_>
  18. chuchoide

    Updater Help

    Can I have help… everytime I run my game's updater, a Type mismatch error pops out... help. I have my Update.ini setted up, my Updateinfo.ini too... help.
  19. chuchoide

    EO Stats

    Oh ok then. Btw, since I don't want to make another topic, I have 2 questions: How can I change how many experience you need for leveling up? And, Why when I try to login, it says Version Outdated… even though I haven't configured an Auto-Updater yet... But when I register, that doesn't pop up...
  20. chuchoide

    EO Stats

    @Robin: > Seriously. I have no idea. But you're the one… who created Origins.
  21. chuchoide

    EO Stats

    What? Please tell me >_>
×
×
  • Create New...