CSREmu

03/05/2010 17:04 Ap0calyps3_#1216
Solved check status problem, but now i have requesting user confirmation problem... i saw there some posts about that problem... need to read.

FIXED that problem, I just had forgot make account... :D
But i have new problem i can't find GM console...
Shift + ~ doesn't work for me....
03/05/2010 17:12 ciacho123#1217
[Only registered and activated users can see links. Click Here To Register...]

trying to do it but I can not ..... I did everything in a film I only error I find annoying
could someone explain that to me as I do that?
03/05/2010 17:35 moldi#1218
Quote:
Originally Posted by ciacho123 View Post
[Only registered and activated users can see links. Click Here To Register...]

trying to do it but I can not ..... I did everything in a film I only error I find annoying
could someone explain that to me as I do that?
omg, that`s not an error:rtfm:. seriously now..u cant read^^?
03/05/2010 17:39 PortalDark#1219
common sense pls
03/05/2010 17:42 ciacho123#1220
it for what can not I login? if the server is online and how to enter id and pw it writes to me requesting user confirmation

[Only registered and activated users can see links. Click Here To Register...]
03/05/2010 17:47 Ap0calyps3_#1221
Quote:
Originally Posted by ciacho123 View Post
it for what can not I login? if the server is online and how to enter id and pw it writes to me requesting user confirmation

[Only registered and activated users can see links. Click Here To Register...]
Make sure you made acc with usermanager, cause i had forget and had same problem.:D

P.S. People how can i find GM console if shift + ~ not working for me?
03/05/2010 17:49 ciacho123#1222
now i made acc in navica lite :P and doesn't work ....
03/05/2010 18:01 hambal#1223
guys uhhm how i change the exp rates and sp rates in server
03/05/2010 18:12 MadMod#1224
Quote:
Originally Posted by Ap0calyps3_ View Post
P.S. People how can i find GM console if shift + ~ not working for me?
Make Sure u made ur Charac. GM in navicat
if u don't know how to : go to navicat select Characters then go for GM and change Value from 0 to 1
03/05/2010 18:18 HaGsTeR#1225
Quote:
Originally Posted by hambal View Post
guys uhhm how i change the exp rates and sp rates in server
Somewere in Stats in the gameserver sourcecode... change it and compile it again and replace with the old gameserver
03/05/2010 18:49 suncabal#1226
good love it
03/05/2010 18:55 flatro21#1227
@HaGsTeR i presed the "thanks" buton :)


Quote:
Originally Posted by Ap0calyps3_ View Post

P.S. People how can i find GM console if shift + ~ not working for me?
Try to change yours language to eng
03/05/2010 19:23 PortalDark#1228
as a question

which are the id for the gm command like this

Code:
 if (Player.Flags[Index_].GM == 1)
            {
                byte id = reader_.ReadByte();

                switch ([COLOR="Red"]id[/COLOR])
                {
                    case [COLOR="Red"]6[/COLOR]:
                        MonsterSpawn.OnSpawn(reader_, Index_);
                        break;
                    case [COLOR="Red"]7[/COLOR]:
                        Items.CreateItem(reader_, Index_);
                        break;
                    case [COLOR="Red"]13[/COLOR]:
                        BanPlayer(reader_, Index_);
                        break;
                    case [COLOR="Red"]14[/COLOR]:
                        OnInvisible(Index_);
                        break;

                    case [COLOR="Red"]20[/COLOR]:
                        MonsterSpawn.KillMonster(reader_, Index_);
                        break;
                }
            }
anyone knows, this is to add more commands, cuz i found more like teltown, stats, etc...
03/05/2010 19:48 mynde456#1229
Why when i start server my server is Check ?? pls help me
03/05/2010 20:04 PortalDark#1230
Quote:
Originally Posted by mynde456 View Post
Why when i start server my server is Check ?? pls help me
Quote:
Originally Posted by unso View Post
Open Navicat , open Server table and change state from 0 to 1 for Remote server.
next time, read before posting