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

[EO4.0] Guild System slight problem


Kaymak
 Share

Recommended Posts

Hello guys Guys i got a little Problem with the Source from EO4.0

I just added the Guild System from: [http://www.eclipseorigins.com/index.php?/topic/124848-eo-2030-guilds/](http://www.eclipseorigins.com/index.php?/topic/124848-eo-2030-guilds/)

Everything is working fine, i can create Guilds and the Guilds show correctly. But when i relog the Guild is away.

The Server is checking the Guild Folder, where the Guild was created correclty but due the Character Selection from EO4.0

the Account folder is not /Accounts anymore it is /Account/Playername/Char.bin i know i have to change this somewhere so

the guild will be add to the Account/Characterslot.bin. But i dont know where to find it in the source code.

Maybe can help me to solve this thank you alot ! <3
Link to comment
Share on other sites

well if it was that easy tho.. EA developers wouldnt get paid lol.

no the guidmod.bas i had to change

```

Player(index).GuildFileId
```
to

```

Player(index).characters(TempPlayer(index).CurChar).GuildFileId
```
 for some reason it creates the guilds no proberbly but for some reason after it it cant find the guild anymore
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...