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

[EO] Online Player Editor


Matt
 Share

Recommended Posts

Although I've only tested this on Eclipse Origins 2.0, it should work with any version as long as the recs match up. What this tutorial will create is a server-sided online player editor. You'll be able to load up all sorts of information from any online player and edit it as you please. This tutorial will cover some basic player values, bank and inventory data. The rest is up to you ![](http://www.touchofdeathforums.com/community/public/style_emoticons/default/happy.png)

Open up your server's source and add a new button on the server's form. Name it whatever you wish, and click on it twice. Paste this in the sub.

```
frmAccountEditor.Visible = True
```

Now add [these two files](http://www.freemmorpgmaker.com/files/imagehost/pics/c3733232e34a4f28be3a1395e12c1412.zip), and you're done!

Enjoy ![](http://www.touchofdeathforums.com/community/public/style_emoticons/default/happy.png)
Link to comment
Share on other sites

I have Eclipse Advanced and It's work,but when I compile It I have this error "Sub or Fonction not detected"….and it's in this line..

```
For i = 1 To Player_HighIndex

If IsPlaying(i) = True Then

If Trim$(Player(i).Name) = Username Then

EditUserIndex = i

Call AccountEditorInit(i)

```
Link to comment
Share on other sites

Yes ! :s I have one,When I compile my server.exe,I have no error but the command button I have done before doesnt' appear after I have compile the server…And before when I've test it without compiling,he was visible...Can you help me ?

(Sorry for my bad english,I'm french.)
Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...