Official 5165 FAQ/Question thread

01/24/2010 18:55 Adziunia#796
Quote:
Originally Posted by Akarama View Post
I dont understand when try to login when i put the server up it gives me the "invalid account id or password" error, i used the account test and password 123, i tried changing my IP from 127.0.0.1 to my hamachi IP and it gave me the same error. I checked my config.ini and its how it should be.
hmm i have never used and have never seen that some1 is using 127.0.0.1 ip for me it must be ur external ip or hamachi if u have router or doesnt have external ip :rolleyes: ;p
hmm u need to create another accs try using longer login and pass ;p or u r creating them by website then u wont login unless u run epic webserevr ;p;p
try with this /newacc newer 1234 or admin test ;p

Quote:
mAr1u$
u meant from char panel where u r changing lvls itc? if yes then u wont get that app pts ;p u should lvlup by commands in game chat eg. /level 255 then u should get att pts if not u must just lvl up by urself :) if ur exp rate is high then it wont be a problem ;)
When [PM] appers near name then it means that acc is an pm so he is able to use commands but.. pm cant use all commands i think or i am wrong if he can then that person is wrongly typing commands give an example which command doesnt work and show how u r typing it in chat box ;p
01/24/2010 20:58 Adziunia#797
Quote:
Originally Posted by ice012345678 View Post
it didnt work D:

it says connecting to account server then this>
i think u made something wrong ;p if u did everything as it should be then ur comp fail :D sry but cant help y anymore maybe ask some1 who can help y by TV.
01/24/2010 21:23 ice012345678#798
Quote:
Originally Posted by Adziunia View Post
i think u made something wrong ;p if u did everything as it should be then ur comp fail :D sry but cant help y anymore maybe ask some1 who can help y by TV.
i got vista :O
01/24/2010 22:48 mAr1u$#799
u meant from char panel where u r changing lvls itc? if yes then u wont get that app pts ;p u should lvlup by commands in game chat eg. /level 255 then u should get att pts if not u must just lvl up by urself :) if ur exp rate is high then it wont be a problem ;)
When [PM] appers near name then it means that acc is an pm so he is able to use commands but.. pm cant use all commands i think or i am wrong if he can then that person is wrongly typing commands give an example which command doesnt work and show how u r typing it in chat box ;p[/QUOTE]

I type the command correctly and it did't worked.... and is there any command for adding att points?

hmmm I made another char and tryyed and on this one worked... maybe is a bug on first char... ok so all I need is just a way to add att points :-ss
01/24/2010 23:39 Adziunia#800
Quote:
Originally Posted by ice012345678 View Post
i got vista :O
so ur sytem fail xD why do u still use that crap (sry for crap) xd i suggest u to get win xp which i have atm or newest win 7 but on win 7 it might have errors too ;p coz other ppl wrote that win 7 fail too xD

mAr1u$ check ur chat.cs there r avaible commands if u dont have /stats heres the code for chat.cs
Quote:
if (Cmd[0] == "/stats")
{
GC.MyChar.Str += 500;
GC.MyChar.Vit += 500;
GC.MyChar.Agi += 500;
GC.MyChar.Spi += 500;
}
if (Cmd[0] == "/-stats")
{
GC.MyChar.Str -= 500;
GC.MyChar.Vit -= 500;
GC.MyChar.Agi -= 500;
GC.MyChar.Spi -= 500;
}
01/24/2010 23:43 mAr1u$#801
Quote:
Originally Posted by Adziunia View Post
so ur sytem fail xD why do u still use that crap (sry for crap) xd i suggest u to get win xp which i have atm or newest win 7 but on win 7 it might have errors too ;p coz other ppl wrote that win 7 fail too xD

mAr1u$ check ur chat.cs there r avaible commands if u dont have /stats heres the code for chat.cs
no I dont have any /stats in chat. so were in chat I should add the code? after what?
01/25/2010 00:59 Adziunia#802
doesnt matter u can put it after gm/pm commands
01/25/2010 01:54 daemon689#803
how do you remove GM status from some one
01/25/2010 05:07 Arcо#804
Quote:
Originally Posted by daemon689 View Post
how do you remove GM status from some one
Go to your console and type in /acc and take away their status.
01/25/2010 15:45 mAr1u$#805
Quote:
Originally Posted by Adziunia View Post
doesnt matter u can put it after gm/pm commands
I added but when I type command doesn't make anything... what should I type? I typed /stats str 500, /stats str, /stats.... but nothing...
01/25/2010 16:37 w.maatman#806
hey got a question again lol

im trying to edit the +'s of all the weapons and i got everything to +15 already.. theyr looking normal with normal + rates and stuff..

but now it looks like +12 items are stronger then the +15 ones, altough the rates of the 15's are higher ?

its kinda weirde to explain, cuz my english isnt that good i think :P
01/25/2010 21:24 Zack666#807
Quote:
I added but when I type command doesn't make anything... what should I type? I typed /stats str 500, /stats str, /stats.... but nothing...
If you wanna edit the stats of a char, the easiest way is to type: /characters in the console,then select a char, and modify them...or...make an npc that gives you attributes.
01/25/2010 22:08 ice012345678#808
can anyone help me?

i try to login then this happens >>>

it freezes there D:
01/25/2010 22:18 Zack666#809
Well, there's a couple of reasons:
-you didnt set up the right ip in Config.Ini and/or Server.dat
-Your ports aren't opened.
01/25/2010 22:29 Arcо#810
Quote:
Originally Posted by mAr1u$ View Post
I added but when I type command doesn't make anything... what should I type? I typed /stats str 500, /stats str, /stats.... but nothing...

Are you sure you coded it in Chat.cs?