Official 5165 FAQ/Question thread

12/29/2009 20:20 GoDTrojaN#391
Still non' answers for me :/
12/29/2009 20:23 ~*NewDuuDe*~#392
Vel, kan du poste feilen her? Det du får på konsollen altså.

As I have to write a translation because of the rules, here it is:

Can you post the error?
12/30/2009 02:12 karusko#393
Please cand som1 tell me command for teleportation :(( onli recall i know and how to teleport i dont
12/30/2009 02:28 WHITELIONX#394
I have seen it before and tried searching for it but can not find it >.< How do I change exprate? And why is this code not accepting DrunkCelestial o.0?

[code]
#region DrunkCelestial
case 722185:
{
if (DrunkCelestialUsedToday < 1)
{
if (Level < 137)
{
UseItem(DrunkCelestial, false);
RemoveItem(I);
DrunkCelestialUsedToday++;
}
}
else
MyClient.LocalMessage(2000, "You can only use 1 Beer in one day.");
break;
}
#endregion

Also why will this not take the stupid Dragonballs like it is supposed to do? Level 100 and below it should take one DB and level 100 and above it should take two dragonballs?
[code]
if (Control == 2)
{
if (GC.MyChar.InventoryContains(1088000, 1))
{
if (GC.MyChar.Level <= 100)

GC.MyChar.RemoveItem(GC.MyChar.NextItem(1088000));

GC.MyChar.AddItem(722185);
if (GC.MyChar.InventoryContains(1088000, 2))
{
if (GC.MyChar.Level >= 100)

GC.MyChar.RemoveItem(GC.MyChar.NextItem(108800));
}
12/30/2009 04:31 Cassiuss#395
any know how to use the /job command, and where and how do i fix the promotion center..cuz i cant promote with an moonbox..and ect. =D ty
12/30/2009 05:39 Arcо#396
Quote:
Originally Posted by Cassiuss View Post
any know how to use the /job command, and where and how do i fix the promotion center..cuz i cant promote with an moonbox..and ect. =D ty

You are probably using the wrong id.
The only moonbox you can use to promote is the 721080 one.
Others won't work unless you code it to.
12/30/2009 06:22 Cassiuss#397
mmmm it says you need to be lvl 40 to promote to EagleArcher....it wont let me promote me...and im lvl 130..whats the command to get get promote?
12/30/2009 06:30 Arcо#398
Quote:
Originally Posted by Cassiuss View Post
mmmm it says you need to be lvl 40 to promote to EagleArcher....it wont let me promote me...and im lvl 130..whats the command to get get promote?

The trainer(person who promotes you) fails to mention that you need 5 euxinite ores.
12/30/2009 06:51 Cassiuss#399
wow u help alot thank u=d how do i make spawns with the commands?
12/30/2009 06:54 Arcо#400
Quote:
Originally Posted by Cassiuss View Post
wow u help alot thank u=d how do i make spawns with the commands?

No problem!
That's what I'm here for!
Spawns as in mobspawns?
12/30/2009 07:06 Cassiuss#401
thank u alot of helping me.... u dont find to many ppl lol...can u explain to me how to use the command /spawn BirdMen.....actually any mob.....and yeah when drop anything from inventory cant see the item
12/30/2009 07:12 Arcо#402
Quote:
Originally Posted by Cassiuss View Post
thank u alot of helping me.... u dont find to many ppl lol...can u explain to me how to use the command /spawn BirdMen.....actually any mob.....and yeah when drop anything from inventory cant see the item
Post the spawn command here.
And GM's aren't allowed to trade,drop items, or pk.
12/30/2009 07:21 Cassiuss#403
Like i want to spawn BirdMen do i type /spawn BirdMen? cuz when i do...it says spwns started then i can end them but i dont see the mobs
12/30/2009 07:22 WHITELIONX#404
Ok I forgot who did it but I remember reading that somebody had messed around with their guild.dat and then the server would not open. Ok I did the same to see if I could erase the word "A guild" so that I could use the guild bulletin but no it failed lol.

I am wondering what it was that you did to make the server work again? I put the words "A guild" back to where they should be but it still fails to open.

And I know it is something to do with that because when I open the source and f6 then f5 I see the word guild around the area it fails such as byte read or something like that?
12/30/2009 07:23 Arcо#405
Quote:
Originally Posted by WHITELIONX View Post
Ok I forgot who did it but I remember reading that somebody had messed around with their guild.dat and then the server would not open. Ok I did the same to see if I could erase the word "A guild" so that I could use the guild bulletin but no it failed lol.

I am wondering what it was that you did to make the server work again? I put the words "A guild" back to where they should be but it still fails to open.

And I know it is something to do with that because when I open the source and f6 then f5 I see the word guild around the area it fails such as byte read or something like that?

The only way I fixed this was reextract the OldCODB and just take the guild.dat out of there and replace yours.

Quote:
Originally Posted by Cassiuss View Post
Like i want to spawn BirdMen do i type /spawn BirdMen? cuz when i do...it says spwns started then i can end them but i dont see the mobs

Post the code here and I will tell you how to use it.