Official 5165 FAQ/Question thread

05/14/2010 22:18 .Summer#1351
ex. on account
/newacc test 1234
for creating an account normal
for pm or gm (Just change PM to GM)
/newacc test 1234 [PM]
05/14/2010 22:52 Omni-?#1352
Quote:
Originally Posted by .Summer View Post
ex. on account
/newacc test 1234
for creating an account normal
for pm or gm (Just change PM to GM)
/newacc test 1234 [PM]

I know the proper command and was doing it, as I said in my previous post it was the fact that I put a capital B on the user name and it does not allow capitals.


New question. Cows in TC hit me for like 3800, mobs elsewhere hit me for 1's, either way, I die once I am hit. Also /vit and /str etc don't seem to work, am I using the wrong commands and how do I make it so mobs don't kill me in 1 hit even if they hit 1's? Thanks in advance.
05/14/2010 23:24 .Summer#1353
/str etc. is not added i think.
i added command /stats.
about cows, i have no idea :D
05/14/2010 23:46 Omni-?#1354
Quote:
Originally Posted by .Summer View Post
/str etc. is not added i think.
i added command /stats.
about cows, i have no idea :D

The command /stats is not working for me.

Can anyone tell me what file I have to access to add commands for gm/pm?

-Edit-
Also, most mobs hit me for 3801 and I am 1 hit, still would like to know how to fix...
05/15/2010 00:49 Adziunia#1355
commands r in Chat.cs next did u make items with -255 dmg? other way is to change attack that cows :D u can change that in mobinfos.txt :)
05/15/2010 07:53 Omni-?#1356
Quote:
Originally Posted by Adziunia View Post
commands r in Chat.cs next did u make items with -255 dmg? other way is to change attack that cows :D u can change that in mobinfos.txt :)
Yes some items are -255 damage, but they are also +12. Does the -255 glitch the whole thing and make it like I have nothing on?

-Edit-
Made some regular -7 items and now taking 1's so thanks for that.

Found Chat.cs and nothing to add attribute points is in there. Can anyone help me with a command like /str 1000 which will give me 1000 points in str? After that I think I can make the code for vitality, agility, and spirit. Or at least a command such as /aps 1000 and have it give me 1000 attribute points. Thanks in advance.
05/15/2010 22:14 Adziunia#1357
Yes dude dont make items with -255 coz this source can't handle things that over the normal i mean if u make something more than normal eg - dmg 255 then it glitch this source coz it have been made for normal values any higher making crashes or whatever. About command there was realesed command that gives u +500 all stats u could just search it and edit ;p if u cant get i will give u mine
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;
}
05/15/2010 23:28 Omni-?#1358
Quote:
Originally Posted by Adziunia View Post
Yes dude dont make items with -255 coz this source can't handle things that over the normal i mean if u make something more than normal eg - dmg 255 then it glitch this source coz it have been made for normal values any higher making crashes or whatever. About command there was realesed command that gives u +500 all stats u could just search it and edit ;p if u cant get i will give u mine

Thanks for the code, but it is not working for me. I type /stats and nothing happens.
05/16/2010 03:06 Arcо#1359
Did you compile the source after you added the code?
05/16/2010 08:08 Omni-?#1360
Quote:
Originally Posted by .Arco View Post
Did you compile the source after you added the code?
Lmao let's pretend I am a total C# noob :P
I used to code mIRC which has a few similarities to C# but yeah, I JUST started learning today :D

Compile the source?
05/16/2010 08:11 Arcо#1361
Press f5 after you made modifications to the project.
05/16/2010 11:53 LetsGo42#1362
Hmm i gave my Client with Server.dat to a friend, and wanted him to test my Server, but he cant log on
Does he needs Hamachi too, and joining my Room there first? or why isnt it working?
And if he needs, how can i create it so, that they just can join over the Client without adding other Stuffies?
05/16/2010 13:36 Adziunia#1363
Quote:
Originally Posted by LetsGo42 View Post
Hmm i gave my Client with Server.dat to a friend, and wanted him to test my Server, but he cant log on
Does he needs Hamachi too, and joining my Room there first? or why isnt it working?
And if he needs, how can i create it so, that they just can join over the Client without adding other Stuffies?
Yes if u r using hamachi for ur server then he must put ur hamachis ip into server.dat and join to your room. To cretae room i think u have hamachi2 i can tell u that its a shit better if u use lower version i mean hamachi 1 coz it have less i can say no crashes of the servers and u wont be lagged etc so if u get hamach1 run it at the bottom u will see on the right 2 octangles choose 1st when its says create or join room then create and set the name and i suggest u set pass 123 coz a lot of rooms use that ;p ;p
05/16/2010 16:15 Kutter#1364
EDIT - nvm source doesnt work with win7 64-bit
05/16/2010 17:04 LetsGo42#1365
Quote:
Originally Posted by Adziunia View Post
Yes if u r using hamachi for ur server then he must put ur hamachis ip into server.dat and join to your room. To cretae room i think u have hamachi2 i can tell u that its a shit better if u use lower version i mean hamachi 1 coz it have less i can say no crashes of the servers and u wont be lagged etc so if u get hamach1 run it at the bottom u will see on the right 2 octangles choose 1st when its says create or join room then create and set the name and i suggest u set pass 123 coz a lot of rooms use that ;p ;p
Ya i played with him he was able to join, but it really sucks, that everyone who wants to join the Server needs Hamachi:o
Well I mean its no problem to install hamachi and join over it, but most of the Players dont wanna install it:(