Yeah the problem seems to be the authenticator not allowing you have use of NPC accounts or any accounts above a certain Authority otherwise you can go around without monsters as a normal account
Printable View
Yeah the problem seems to be the authenticator not allowing you have use of NPC accounts or any accounts above a certain Authority otherwise you can go around without monsters as a normal account
any way to fix it?
and yes,my other account the normal one logins but gameworld is empty no npc
edit: i edited RCCWork\LoginServer\ipauth.txt hope this works
nop,it didnt :(
cant login as npc
For some reason, both files are corrupted for me, am I the only one with that problem?
files work
here is video of me playing
https://www.youtube.com/watch?v=hzG7b9-c2T4
Oh, you're using the offficial LoginServer2.exe.
Try the cracked version from AntiHack +, see if that works
Tutorial for how to use basic commands coming soon
just pointing this out in case someone missed it and ofcourse i could be totally wrong im just skimming through the server archive but arent these at least partially the missing database?.Attachment 159159
cracked version worked now
let me test all and post result
sorry for offtopic)
you, guys, are so interested in this game?)
If possible, show me list of problems (i'll try to help) i.e.:
1. not load npc
2. ...
3. ....
all loading so far @lastfun
check if u can do something about the cash shop items,it redirects to a web
maybe we need a web shop for xampp and a db or something to enable it
edit:the npc load took me 5 minutes total
server +client runing same pc 4 gb ram
60% cpu usage
It is nice works. (^-^ (However, these programs work a little slower. Perhaps this is a problem with PC spec ...)
but, ... japanese...
Well, oops. Only read the last post on the first page. Thought it was the latest and thought I'd pitch in. Just ignore me...
Kirihara
Very incomplete it seems. Wouldn't be able to rebuild it if with just those from what I see. I started a DB in an existing SQL Server 2012 install I was using, created a user and a table for account info. Created the stored procedure SelectAccount2 to return account info in XML format. Running in SQL mode appears to be functional with this small test provided the DB is built. Table structure is similar to what is found in XML files created in DBXML server folder.
Tutorial #2: Basic GM Commands
Previously from the other tutorial. We typed two commands that changes a partion of gameplay by teleporting the npc account and making it hidden.
When you typein game. You will see a list of commands to use. There's actually a lot (and I mean a lot more then what's on the list)Code:>help
http://imageshack.com/a/img924/5696/aoJhnK.jpg
Today we're just going to look into 12 commands. These are:
Code:
add_item
add_quest
announce
gm
server_state
set_body
set_condition
set_skill
set_title
summon
move
shutdown
For references, I do highly recommend you open up the following files for easier use :
Code:C:\RCCWork\__UnpackedGameServerNPCFiles\data\db\itemdb.xml
C:\RCCWork\__UnpackedGameServerNPCFiles\data\db\gamequest
C:\RCCWork\__UnpackedGameServerNPCFiles\data\db\skill\skillinfo.xml
C:\RCCWork\__UnpackedGameServerNPCFiles\data\db\charactercondition.xml
C:\RCCWork\__UnpackedGameServerNPCFiles\data\db\optionset.xml
C:\RCCWork\__UnpackedGameServerNPCFiles\data\db\title.xml
C:\RCCWork\__UnpackedGameServerNPCFiles\data\db\monster.xml
>add_item /id:[item id] /c1~c3:[aarrggbb color hex] /b:[quanity value]
Using itemdb.xml, You can find the item you want in the game. If you want to find a sword just ctrl+f "sword" and select the itemid, you can also add your own colors in the item too.
Example
Code:>add_item /id:2015
Code:>add_item /id:40010 /c1:0 /c2:FF909090 /c3:FFFFFFFF
>add_quest [questid]Code:>add_item /id:91144 /b:10
Look at the gamequest folder, to select a quest type in the value
Example
>announce "Type your message here"Code:>add_quest 202202
This shows your message to everywhere on the server to see
Example
>gmCode:>announce "The server computer will reset at exactly 12/30/2016 @ 12PM PST and will reopen in 12/30/2016 @ 2PM PST"
Opens up the GMCP with various options to use
>server_state
Shows the ammount of players online
>set_body /h:[Height] /f:[Fat] /u:[Upper] /l:[Lower]
Changes your body porportion
Example
Code:>set_body /h:0.2 /f:0.7 /u:1.2 /l:1.1
>set_condition /a:[id] /c
Adds a condition to your character, Read charactercondition.xml for more information. You can also add it up.
Use /c to remove all conditions
Example
Code:>set_condition /a:81+11+128
>set_skill /id:[skill id] /a:[rank] /rCode:>set_condition /c
Adds a skill to your character, Read skillinfo.xml for more information.
Use /r to remove a skill
Example
Code:>set_skill /id:30101 /a:15
Code:>set_skill /id:30101 /r
>set_title /id: /add /remove
Adds a title to your character, Read title.xml for more information.
Use /remove to remove a title
Example
Code:>set_title /id:60001 /add
Code:>set_title /id:11010 /add
>summon [Monster name] /n:[Number of Monsters to summon]Code:>set_title /id:11010 /remove
Summon a monster. Read monster.xml for more information
Example
Code:>summon Goblin
Code:>summon GoldenRatMan /n:3
>move /to: /r: /x: /y:
Moves you to a location.
Example
Code:>move /r:14 /x:38000 /y:38800
Code:>move /r:47 /x:10690 /y:14310
Code:>move /r:3203 /x:85275 /y:74700
Code:>move /r:3400 /x:179200 /y:206400
Code:>move /to:npc1
Code:>move /to:_duncan
Code:>move /to:_devilcat
>shutdown /all /t:[Seconds]
Shutdowns the whole server
Example
- - - Updated - - -Code:>shutdown /all /t:300
The following things are broken due to the missing componets:Quote:
sorry for offtopic)
you, guys, are so interested in this game?)
If possible, show me list of problems (i'll try to help) i.e.:
SQL:
Name Checking Duplication
Guild Name Checking Duplication
Guild Chat
Messenger
Web:
Cash Shop
Guild Control Panel
Housing Ad Search Board
Hotkey Saving
Picture Chatting
There might be more, but those are what I can think of right now.