Jump to content
  • 0

Super Problem With my RO :S Please help fast?


iAssassin

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   1
  • Joined:  11/10/12
  • Last Seen:  

So, Here's my Problem. I have just now created this server...

I used "3CeAM-SQL-698[Trunk][Win32]"

I Used these 2 Data Folders

Renewel+Data+2010-11-16

Renewal Data 2010-11-16

And this Client

2010-07-21-aRagexeRE Patched.

Now here's my problem. I logged onto my server... Successfully.

And Boom. There are no npcs, Mobs or anything.. well I thought there wasn't.

There are just no sprites for them - Though there are for items.

I can spawn them, and get killed by them.

Say I was to use the @killmonster command, all of the correct items drop, It's just the monsters, have no sprites.

It's almost as-if the mob & NPC sprites aren't there? but then surely I would get errors?

It's really weird and I would love it if someone could get back to me with some helpful information / steps into what I can do about it.

As I am fairly new at this stuff, (not 100% noob) but that problem seems to be way out of my league.

English help please, as it's the only language I am able to speak. Thankyou!

Link to comment
Share on other sites

10 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Have you checked your 3CeAM's packet_db ? It's probably your client's date conflicting with your servers packet_db and client date in the source. Make sure your packet_db has the available packets for 2010-07-21 and go to your ...src/common/mmo.h and show us your packet version:

#ifndef PACKETVER
#define PACKETVER 20120410
//#define PACKETVER 20111116
#endif

You should have it set at 20100721 for your client.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   1
  • Joined:  11/10/12
  • Last Seen:  

Sorry, I don't fully understand about the packet_db thing. But this is what my mmo says

// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
#ifndef _MMO_H_
#define _MMO_H_
#include "cbasetypes.h"
#include <time.h>

I don't understand where I have to edit / change?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Alright, hold on. Lemme do this off 3CeAM :P

Okay, first, go to your src/common/mmo.h http://3ceam.googlec...rc/common/mmo.h and you should see this when you scroll down after the long list of commented out lines:

#ifndef PACKETVER
//#define PACKETVER 20081126
#define PACKETVER 20111122
#endif

Make sure you change the 20111122 to your client's date, save and recompile. Keep in mind.. your client is really outdated T.T for even 3CeAM itself.. if you like 2010 clients, you could use 2010-08-17b

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   1
  • Joined:  11/10/12
  • Last Seen:  

Ah okay!! Thankyou. Yes I don't like 2010 clients. I have been looking for 2012 or 2011

Do you have any links or anything that may help? - The server itself isn't so much outdated I don't believe. The client is just what i could fiind (Obviously a big fail) :P

Also may I ask an off topic question? (Are you an administrator for a server called Mysterious RO?) :)

#ifndef PACKETVER
//#define PACKETVER 20081126
#define PACKETVER 2011112

That was my Packetver.

#ifndef PACKETVER
//#define PACKETVER 20081126
#define PACKETVER 20100721

I changed it to that? Saved it? and... still the same... Does it need to be recompiled? - If so. I do not know how to do that to be honest :/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  297
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

you should always consider rAthena Wiki for rAthena basics.

here's the entry for Compiling.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   1
  • Joined:  11/10/12
  • Last Seen:  

May I ask then.

Does it need to be re-compiled whenever I make a change, or would it still work without recompile...?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

Yes, recompile.

You need to recompile after you edit any source file in trunk/src/.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   1
  • Joined:  11/10/12
  • Last Seen:  

Oh, Thankyou!

I would like to thank everyone who was involved with helping me getting that done! It was much appreciated and now the server works :) Thankyou ALL!!!

Encountered some more problems, I want to change my server from local host to where others may connect even though It's only going to be 2 people (my laptop is being the Server for it at the moment :P ) could someone please redirect me to a post containing this information.

And also, when I now log onto my server (after recompiling) I can type, Yet If i click enter it doesn't send it only stays in that box :S where as before i recompiled i could send messages & do commands and such

Please help me, thankyou all very much!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

At the off topic part, yes I am, it's just not up and running for public. As for your clients, you can get new packets for newer clients here: http://svn6.assembla.com/svn/ClientSide/Packets/Packet_db/

You get new clients here: http://supportmii.com/ro1/Clients/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   1
  • Joined:  11/10/12
  • Last Seen:  

Thankyou, may you help with the other 2 problems ? or am i now asking to much

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...