p server issues and resolve

06/14/2011 01:41 SilentBill#91
If you have the newest files and databases, you don't have to.
06/14/2011 02:01 piratehat1#92
Quote:
Originally Posted by SilentBill View Post
If you have the newest files and databases, you don't have to.
:handsdown: where is the download :handsdown:
06/14/2011 02:04 SilentBill#93
It's in the Server files thread (the 200+ page one), JW988 posted his latest version of his game_bin like a week ago. I suggest going to the last page and moving backwards.
06/14/2011 02:11 piratehat1#94
Quote:
Hy All,

Rappelz Server files

LiInk: RappelzServer.rar

This Server files is dev by Tetris fisrt not to forget his tanks for this files
and fixer by Jw988 and Pyrok wow big deal tanks for fix ...
posted by soleli



is this is? im wondering cuz its not posted by Jw988
06/14/2011 04:03 SilentBill#95
Probably, the archive name is game_bin.rar, I know that much, I got mine on the 9th, if that's any help.
06/14/2011 23:08 piratehat1#96
Quote:
Originally Posted by SilentBill View Post
If you have the newest files and databases, you don't have to.
Hey, so i downloaded the new files do i have to use the new

arcadia, auth and telecaster for the geine and naga to work?
06/15/2011 00:49 SilentBill#97
Telecaster holds your characters and items, but Arcadia holds the general data about them. So, you want to restore Arcadia.
The other 2 can stay the same. I think...
06/15/2011 17:19 piratehat1#98
Hey, is there a fix for random crashes / captain herlock random closing fix?


EDIT: it happens for me after a while when i have the sound on with the high attack speed buff
06/15/2011 21:38 wisp66#99
its because gameserver needs to be rewritten its already been started but wont be released yet
06/16/2011 11:42 killursoul#100
hey umm..can any1 help me with Exception rised error while openning the princess aurora server?

it all went well for the first time no errors ...

it started caming out the massage 'Exception rised' the second time i open the
princess aurora server

help me please
06/17/2011 23:29 piratehat2#101
Quote:
Originally Posted by killursoul View Post
hey umm..can any1 help me with Exception rised error while openning the princess aurora server?

it all went well for the first time no errors ...

it started caming out the massage 'Exception rised' the second time i open the
princess aurora server

help me please
try restoring your database
06/18/2011 00:54 aznhotbod#102
Found my own problem.. will try again.
06/18/2011 01:30 piratehat2#103
Quote:
Originally Posted by wisp66 View Post
taming an empty from dbo.item
can someone explain this further =)
06/18/2011 10:48 aznhotbod#104
I had a minor problem with Insert Item command. I made one character, used learn all skill to lvl 170, after which I was able to add item. However, after log in/out/restart client/server, I was no longer able to Insert Item, even though I re-entered Learn all skill. I had to create another fresh toon to Insert Item. Is there a setting or that's the way it is? ALso, can you delete a character? It's asking me for some weird password. Thanks for all the help!
06/18/2011 12:51 rumilm#105
Quote:
Originally Posted by aznhotbod View Post
I had a minor problem with Insert Item command. I made one character, used learn all skill to lvl 170, after which I was able to add item. However, after log in/out/restart client/server, I was no longer able to Insert Item, even though I re-entered Learn all skill. I had to create another fresh toon to Insert Item. Is there a setting or that's the way it is? ALso, can you delete a character? It's asking me for some weird password. Thanks for all the help!
The insert item command stopping working is a known bug for the time being. To add items once it stops working, either just insert them directly in the database (instructions for that are in one of the two sticky threads), or delevel yourself (either through death or simply in the DB), run learn_all_skill again, and insert_item will work again. Probably easier to just do it in the database though, since last I checked, there's even a stored procedure for doing exactly that.

If it's asking for a password before trying to delete, do you have
Code:
S game.use_delete_security:1
in your game server config file? If yes, change the 1 to a 0 or simply delete the line and don't forget to recompress the file afterwards. It asks for a password after the delete failed and it tells to contact a GM (mine does, anyway). Not sure why that is.