[Help Thread] Please post your questions here.

07/28/2015 00:24 ThunderNikk#4966
Quote:
Originally Posted by mlejnek2 View Post
both Game server Opts
You are running more than one server on the same host?

What are the host specs?

I just ran through on my server but I am one player playing it.

I only lagged once which was just right before I was about to try to tame Soul Seeker.

No lags taming DF Takin or AN not even running to get to all of those places.

Only tested PP1 though have not run PP2 yet.
07/28/2015 00:34 mlejnek2#4967
we run 3 server at a time but. Intel 2 Quadcore 3.1 ghz 6gb ddr3, quad chan. 1tb cgate 7200 rpm HD cpu 12mb chac. 1 gb Fiberwire connection 15 players on mix of the 3 servers, and we only lag when players go through PP1 andd or 2 and they hit a area that is blocked but its only in the narrow areas in there that we get the lag from

when no one is in the 2 PP dung's we never get lag

its like the collision seems to be causing PP1 and PP2 to be crappy cause of how narrow they are

and and CPU never go over 20%

network sits under 1% at all times

and only 2 servers are 9.1
07/28/2015 01:49 ThunderNikk#4968
Whats the 6 GB memory usage hitting when they run through the narrow areas of PP?
07/28/2015 02:44 mlejnek2#4969
it stays about 20-45 % total usage no matter what only servers lag there are no spikes in the Ram or the Cpu thats whats so odd about it and we use the Auth EMU
07/28/2015 04:23 ThunderNikk#4970
Yeah I am pretty sure it has little to do with the auth emulator verses the retail auth, and more to do with the game server or client.

Yet I am not sure what yet.

On the narrow spots in PP when it lags are they near the edge, or black border of PP, that could be next to something else on the broader Rappelz maps.
07/28/2015 22:22 noobeee#4971
guys i am sorry but i have been searching every where.

I cant find a solution to two things...

How can i change teh tame rates of the diff tiers of pets via SQL?

and everytime i log out i keep losing my skills on my bar and items. How can i fix this?
07/29/2015 00:08 ThunderNikk#4972
As far as changing the tame rates by tier.

You can write an SQL statement to change globally a taming rate tier.

Example SQL to change taming rate of wolves and all other tier 2 pets...

Code:
update Arcadia.dbo.MonsterResource set taming_percentage = 0.5000 where taming_percentage = 0.2500
That will change all tier 2 pets from 25% to 50% as 1.0000 = 100%

At least I think those are the numbers. So just peruse the table for the tier of pet you want to change and follow the example.

As far as you skill bars if you are running the 9.1 files you need to perform the billing fixes explained in the guide in order to fix it.
07/29/2015 11:01 noobeee#4973
Quote:
Originally Posted by thndr View Post
As far as you skill bars if you are running the 9.1 files you need to perform the billing fixes explained in the guide in order to fix it.

hey mate,

thank you for this,

i did run the fixes, but got the following errors on:

smp_update_takeout_info.sql

[Only registered and activated users can see links. Click Here To Register...]

and on

add_paiditem_to_91.sql

[Only registered and activated users can see links. Click Here To Register...]
07/29/2015 14:24 nintynice#4974
got a question regarding levels.

Is there a specific command to set a player to a certain level or do I just have to alter the exp in the character table via a small script? (for example level 150 is X.XXX.XXX.XXX exp so I alter the exp of the character to that value)
07/30/2015 13:46 TheRainy#4975
Hey, i do have a little Problem...

I try'd to make an Launcher for my 9.1 Server in C++ but somehow my Sframe sends me this Error: Page 4(0xf0, 6)

Here's the Code of my Launcher:
But somehow it wont launch the Game... could anyone help me out pls? :(
07/30/2015 15:15 ThunderNikk#4976
Pretty sure that error is caused by not running the RappelzCMDLauncher.exe in your process start arguments.

I have mine at home I could post later.
07/30/2015 21:57 glandu2#4977
indeed SFrame shows "Error: Page 4(0xf0, 6)" when it can't validate the launcher
07/31/2015 09:07 SeevanXT#4978
I have a Problem to Warp by a NPC to Underground & Circus Instance.
When i Click on anny Stage to can Warp in the right Instance i get at System Chat this Script error " SCRIPT_WarpToInstanceDungeon() : invalid name "
and i use this at a NPC to Warp in.


annyone know how i can fix it?
07/31/2015 12:57 ThunderNikk#4979
IDK but what are the @ symbols for?

And isn't that just the menu choices for the NPC that is not the all inclusive script that probably has the name error. Like the actual script functions or are they one in the same?
07/31/2015 16:45 SeevanXT#4980
Quote:
Originally Posted by thndr View Post
IDK but what are the @ symbols for?

And isn't that just the menu choices for the NPC that is not the all inclusive script that probably has the name error. Like the actual script functions or are they one in the same?
the @ are only menu text have nothing to do with error

i think this is my Problem in InstanceDungeonTypeResource are at Underground Instance are only on_create_script = set_instance_dungeon_flag( 40000, #@layer@#, 'check_open_prop', 2)

but in ECT_dungeon_prop are only check_open_prop', 1 and 0

ETC_dungeon_prop.lua

NPC_Dungeon.lua