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

farrel24

Members
  • Posts

    115
  • Joined

  • Last visited

    Never

Everything posted by farrel24

  1. @Jumbofile: > Ok this happens after spamming the jump button. http://www.youtube.com/watch?v=Szk_hWUsNK4&feature=youtu.be animations stop when you see the ring im hitting ctrl here I just press the "Map" in the admin panel, then I press "send" and it does not happen again, But the first time I tried it did happen like that
  2. @Justn: > What are u asking I don't get it? If what dies an npc or a player? Player
  3. @Justn: > I know this sounds dumb but try restarting ur computer.. I use to have that issue when I was using an older computer and a older engine and a quick restart use to fix it for me Still can not. is there another solution? I beg you, I do not want to waste it made me :sad:
  4. it still can not before I attack the enemy, he did not move at all :sad:
  5. oh okay, thanks for help.
  6. why the enemy does not move? :sad: what can be fixed?
  7. why when I open his client, and login, suddenly came out by itself? does anyone know the solution?
  8. is there a resource like this "If you die, will live again in 5 Seconds"
  9. I'm sorry if this does not work
  10. I do not know it was there or not. but I was just fun to share. :cheesy: sorry I did not put the photos because my connection is very slow **Only Client Side** All the way just in **frm.Main** 1.first of all you create and name the **Picture box** = **picExitOptions** - Apperance = Flat - Width = 313 - Height = 233 - Visible = False 2.and create a command button in the Picture box - Name = **cmdResume** - Caption = **Resume Playing** 3.further, and if you want to make Exit command you create a command button - Name = **cmdExit** - Caption = **Exit Game** 4\. Insert this Code to **cmdResume** ``` Private Sub cmdResume_Click() picExitOptions.Visible = False End Sub ``` 6\. Insert This code to **cmdExit** ``` Private Sub cmdExit_Click() Call DestroyGame End Sub ``` 7\. and go to frm.Main-> View Code and Search ``` Select Case KeyCode Case vbKeyInsert If Player(MyIndex).Access > 0 Then frmAdminMenu.Visible = Not frmAdminMenu.Visible End If End Select ``` under that add ``` ' Exit Options If KeyCode = vbKeyEscape Then frmMain.picExitOptions.Visible = True End If ``` Next up, you can create a command button suit your taste! :cheesy:
  11. hey, does anyone know is there any Source for "If it dies, will wait Respawn Time."??
  12. thanks for your answer, I apologize because I was always a lot to ask :embarrassed:
  13. @abhi2011: > lblreportP is a work in progress. (lblReportPlayer) Will come soon! :D okay, I'll wait it :cheesy:
  14. hmm, No Code in lblReportP ?
  15. @santa-clause: > Just make a button and double click it > and add > ``` > frmReport.visible=true > > ``` why, when pressing the Report button, automatically, the client goes exit by itself?
  16. How to Use? How to Show frmReport?are use Command Button?
  17. i dont know, I use EO V2 in official download
  18. hey, how to FIX This??(Red Text) Overflow Error > ' If debug mode, handle error then exit out > If Options.Debug = 1 Then On Error GoTo errorhandler > > Set Buffer = New clsBuffer > Buffer.WriteBytes Data() > > SetPlayerExp Index, Buffer.ReadLong > TNL = Buffer.ReadLong > frmMain.lblEXP.Caption = GetPlayerExp(Index) & "/" & TNL > ' mp bar > frmMain.imgEXPBar.width = ((GetPlayerExp(MyIndex) / EXPBar_Width) / (TNL / EXPBar_Width)) * EXPBar_Width > > ' Error handler > Exit Sub > errorhandler: > HandleError "HandlePlayerExp", "modHandleData", Err.Number, Err.Description, Err.Source, Err.HelpContext > Err.Clear > Exit Sub > End Sub
  19. does anyone know how to zoom / resolution such as 640X480 games and so on?
  20. does anyone know how to add exp from the server? definitely use Experience.ini right? but when I use it, Experience.ini not working, whether there is his solution?
  21. if anyone can help me? :sad:, does anyone know a way / code to be able to use an arrow, and also the dart / arrow Bow
×
×
  • Create New...