p server issues and resolve

08/17/2011 14:18 mhtjaber#301
help (~_~)

[Only registered and activated users can see links. Click Here To Register...]
08/17/2011 18:29 xyoyx#302
Hello
Just one question
how change the gold rate ?
in gameserver . opt but do not work
please help me :'(
08/21/2011 05:51 darkman1001#303
need help here
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
08/21/2011 21:29 acrv158#304
I forgot the login and password in Sql Server Managment
Studio

help me

how can i get it back?
or
what should I do?
.................................................. ................................................
Sql Server Managment Studio انا نسيت الباس في برنامج

كيف أسترجعها؟
أو
ماذا أفعل؟
08/22/2011 12:07 lawlywood#305
Quote:
Originally Posted by acrv158 View Post
I forgot the login and password in Sql Server Managment
Studio

help me

how can i get it back?
or
what should I do?
[Some bullshit here]
Quit crossposting
08/24/2011 13:25 MAD--KSA#306
Quote:
Originally Posted by mhtjaber View Post
help (~_~)

[Only registered and activated users can see links. Click Here To Register...]
Just disable your fire wall and try it again :mofo:

__________________________________________________ _


Hey guys does anyone know how to fix my problem ^_^

The problem is when I enter ("#insert_item") in (game001) didn't work ?

I make a serch and I found that

--------------------------------------------------
Add item for those who "#insert_item" doesn't work.
Spoiler:

Go on telecaster, right click on tables, "New Query"
Paste the text of the spoiler below.

USE [Telecaster]
GO

DECLARE @return_value int

EXEC @return_value = [dbo].[smp_insert_item]
@IN_SID = 1, --Change this Per Item
@IN_OWNER_ID = 1, --Char ID
@IN_ACCOUNT_ID = 0,
@IN_SUMMON_ID = 0,
@IN_AUCTION_ID = 0,
@IN_KEEPING_ID = 0,
@IN_CODE = 910037, --Item Code
@IN_IDX = 100, --Place in Inv (doesnt seem to matter)
@IN_FLAG = 0,
@IN_CNT = 1, --How Many you want
@IN_LEVEL = 1, --Item Level
@IN_ENHANCE = 0, -- Item +
@IN_ENDURANCE = 100,
@IN_GCODE = 1,
@IN_REMAIN_TIME = 0,
@IN_ELEMENTAL_EFFECT_TYPE = 0,
@IN_ELEMENTAL_EFFECT_EXPIRE_TIME = N'1970-01-01 11:00:00.000',
@IN_ELEMENTAL_EFFECT_ATTACK_POINT = 0,
@IN_ELEMENTAL_EFFECT_MAGIC_POINT = 0

SELECT 'Return Value' = @return_value

-------------------------------------------------------------------

But Idon't get it

Could anyone help me please ?
08/24/2011 15:11 ironhammer500#307
For the insert cmd do this


#sv(lv, level u want, "NAME")
#learn_all_skill("NAME")
#Insert_item(id , enchant , level , flag , "NAME")




For the mssql query u need to start a new query copy and paste this in and fill out the details, u will need to know item codes your character sid number. Probaly good idea to know what your doing to.
Also make sure your logged out for the Query one.
08/24/2011 16:57 MAD--KSA#308
Quote:
Originally Posted by ironhammer500 View Post
For the insert cmd do this


#sv(lv, level u want, "NAME")
#learn_all_skill("NAME")
#Insert_item(id , enchant , level , flag , "NAME")




For the mssql query u need to start a new query copy and paste this in and fill out the details, u will need to know item codes your character sid number. Probaly good idea to know what your doing to.
Also make sure your logged out for the Query one.
OK

The three first letters insert it to captinharlockserver (game001)

And all the stuff in the spoiler put it in New Query

Thanks alot man :)
08/25/2011 12:29 Sextus#309
#de-pinned
09/10/2011 15:53 mtbl0w#310
hi i need help i created my server yesterday.and i cant see any servers in server list. pls help -_-
09/10/2011 16:58 Yunchen#311
did u write in auth window "set game.open_external 1 and start_service" ?
09/11/2011 11:30 mtbl0w#312
yeah i write start_service it says bla bla bla ok and i write set game.open_external 1 it isnt say anything

ok i solve problem but i have an other problem :/ when i select the server it gives this error :(
[Only registered and activated users can see links. Click Here To Register...]
09/24/2011 18:51 strampy#313
i have a question i have all the server rdy to go but when i launch PrincessAuroraServer its comes up with the error: AUTH DB INIT ERROR: Login failed for the user 'sa'. The user is not associated with the trused SQL Server connection,,,,,, if any1 can get back to me quickly would be nice ty
09/25/2011 15:23 mtbl0w#314
delete sa's password in sql studio
09/25/2011 16:18 rappelzfan01#315
Quote:
Originally Posted by mtbl0w View Post
yeah i write start_service it says bla bla bla ok and i write set game.open_external 1 it isnt say anything

ok i solve problem but i have an other problem :/ when i select the server it gives this error :(
<image>
I had this problem awhile ago. I fixed it by checking all the IP addresses in every settings file. The server is very nitpicky about IP addresses.