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

Guilds in 4.02


RebelGames
 Share

Recommended Posts

hello all, i am new to eclipse and i am sorta familiar with programming. i am using version 4.02 and it seems to have most of the basic functions that i would like to start out with except a guild function i am sure there is a way to implement this i am just not sure as to how.

if anyone could help me out would be greatly appreaciated!!!
Link to comment
Share on other sites

Version 4.02? Which engine are you using? There are tutorials on implementing a guild system in the tutorial section. You can try using the search bar to find it! ![^_^](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/happy.png)
Link to comment
Share on other sites

> [http://www.touchofde…eo-2030-guilds/](http://www.touchofdeathforums.com/community/index.php?/topic/124848-eo-2030-guilds/)
>
> If you know a bit of programming shouldn't be much an issue adding this to any eclipse based engine.

The engine he is talking about is closed source.
Link to comment
Share on other sites

> Well nvm than thanks for pointing that out haha

I suggest you use the official engine that we have here. It's completely open source! ![^_^](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/happy.png)

Offtopic: SCOTT!!!! ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/biggrin.png)
Link to comment
Share on other sites

Ok next noob question lol, i finished editing the code for the guild yet when i try and make server.exe i get a error code saying

compile error:

method or data member not found

```
' Get the listening socket ready to go

frmServer.Socket(0).RemoteHost = frmServer.Socket(0).LocalIP

frmServer.Socket(0).LocalPort = Options.Port

' Init all the player sockets

Call SetStatus("Initializing player array...")

For i = 1 To MAX_PLAYERS

Call ClearPlayer(i)

Load frmServer[color].Socket[/color](i)

Next
```

.socket is highlighted.

I have no idea how to fix this like i said fairly new to programming yet i want to learn it all ;p

any help on this thanks
Link to comment
Share on other sites

Goto your References and add in Winsock Control 6.0

The reason you have this error is because you were using the portable version which doesn't load any references(from what i can remember….don't quote me on this!!!) and all you need to do is add the reference and add the component onto frmMain again
Link to comment
Share on other sites

Install [This](http://www.microsoft.com/en-us/download/details.aspx?id=5721). that will install the required files in order to open this source.

EDIT: i meant to say Right click where all the items are

![](http://freemmorpgmaker.com/uploadfiles/6220120e1b583b718602e9ab28c7ee02.png)

And then click Components then look for the Winsock Control.
Link to comment
Share on other sites

drag your mouse(when you have selected the component) and hold left click and move the mouse anywhere and when you have a square, recatngle whatever, let go of left click and it will create the component on the form.

![](http://freemmorpgmaker.com/uploadfiles/190dbd951c3794e1d56962501f5708b1.png)
Link to comment
Share on other sites

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...