thk you Twilight ^^
Printable View
EDIT, problem solved
Sorry, but I still don't get it. :?:
I've already added a new item B2_HwgLM4801, it's a "Termit Long Mantle", but now I need the right ItemID so when someone buys it, gets the right item.
Where I can find thouse Items ID? On the data.saf file, I only found the ProductCode.
Maybe it's impossible and I should create my own Products and edit the description on data.saf?
Thanks for all your help.
what is that ? :(:
http://img19.imageshack.us/img19/6400/shaiya0000xyj.jpg
ok, today i wake up, to find a very big problem >.>
EVERY account is admin, i set ADMIN = 0, ADMINLEVEL = 0 (i used reg script yes)
and when i go ingame, no matter what, characters are GM...
the same character wasnt GM yesterday, i dont understand anymore
the problem is taht when u run /adminclose, u cannot have GMs ingame ...
i used to login as normal player with adminopen on, for two days, now it wont work today O_O
===> obviously i didnt pay enough attention, with adminopen everyone is admin xD, how do u use the GMTool ?
NVM , u just have to code a tool to use the GMTool db's SP's, ill do it when i get teh time ^^
Hi Twilight
im sorry i have the 2 DBs from this site and restored them many times but i dont get any npc
so where are they?????
i can make all items and all monsters but no npc, so tell me how u make a gatekeeper, or a merchant...Quote:
For All: For mobs,items,npc's ,store proc need correct restore two db PS_GameDefs.rar and PS_GameData.rar
All ID and other in PS_GameDefs tables.
EDIT :
I found out how to make NPCs now, but i cant find them in the databases.....so where are they???
/nmake <Type> <ID>
e.g. /nmake 9 1 will make a cow
Types so far i found out:
1 Merchants
2 GateKeeper
3 Blacksmith
4 WarriorManager
5 GamblingHouse
6 Warehouse Keeper
7 other NPCs
8 Guards
9 Animals
10 App. Task Master
11 GuildMaster
12 Battle Instructor
Check up logs.. example in PS_Game_system.log_XXX
and full files and folders in PSM_Client\Bin\Data
I to not understand the Chinese language. If you understand this language that download the this tool....
http://wangyou.pcgames.com.cn/zhuant...2/1343666.html
Increase drop rate permanently.
Multiplier above is times 2.Code:use PS_GameDefs;
update MobItems SET DropRate = (DropRate * 2);
Hi guys,
I am trying to start the server, but I get the following error in the "PSM_Client\Bin\Log\PS_DBAGENT__system.log__*" files:
PSM_Client\Bin\Config\ps_dbAgent.iniCode:2009-05-11 21:54:35 PS_DBAGENT__system log start (DBAgent01)
2009-05-11 21:54:35 DB gamedata connect error
2009-05-11 21:54:35 3 1 SService::ServiceCtrlDispatcher(): m_pService->Init()
2009-05-11 21:54:35 DBKillCountSave db alloc failed
2009-05-11 21:54:35 SAVE kill count ERROR
2009-05-11 21:54:35 CKeepObeliskMgr::DBSave db alloc failed
2009-05-11 21:54:35 SAVE g_KeepObeliskMgr ERROR
2009-05-11 21:54:35 GuildMgrSave::DBSave db alloc failed
2009-05-11 21:54:35 SAVE g_GuildMgrSave ERROR
2009-05-11 21:54:35 PS_DBAGENT__system log end (DBAgent01)
2009-05-11 21:54:35 3 1 SService::ServiceCtrlDispatcher(): service shutdown
Does someone have any ideas how to solve this?Code:[SERVER]
ServerName=DBAgent01
ServerPort=
MaxConnection=
[DB]
GameData=10.3.20.43, PS_GameData, sa, ECC664A5BF515B2B0F173BCE4BB6ADF85105037BC788F79D15447C6CC1E8E54DB4ACBC69A98C02151DC82C260075DA466ABAE7694F434FCF19624949CFD58E77B2F32F1978BE1F061460582DCE6F06721278CEDA3A4809ADE740FA4C1FD3DEF3DE865C24BE7F4569D2C27621BEB71E0E5B7493F30556337CE28F886A8149A724
[LOGFILE]
Replace=0
Append=1
[MONITOR]
Enable=0
Port=50000