Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 16:32

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



rappelz pserver 6.1 release

Discussion on rappelz pserver 6.1 release within the Rappelz Private Server forum part of the Rappelz category.

Reply
 
Old 07/16/2011, 01:59   #91
 
elite*gold: 0
Join Date: Oct 2010
Posts: 301
Received Thanks: 457
Quote:
Originally Posted by rapmike10 View Post
i got a thing i need to ask when i now log in my server i get a big yellow notice saying cannot conect to server pleas try again later is that saposed to happen also when i log out and then back in my skill bars a re empty and i have to redo my settings
N game.cash_usable_server:0 is your friend...
Pyrok is offline  
Thanks
1 User
Old 07/16/2011, 02:10   #92
 
elite*gold: 0
Join Date: Sep 2010
Posts: 62
Received Thanks: 1
ty pyrok 1 last thing how to edit my hv buffer to give stronger buffs?
rapmike10 is offline  
Old 07/16/2011, 02:23   #93
 
elite*gold: 0
Join Date: Nov 2009
Posts: 538
Received Thanks: 28
Quote:
Originally Posted by rapmike10 View Post
ty pyrok 1 last thing how to edit my hv buffer to give stronger buffs?
um change the lvl i think if its in the lua file it should have give state and lv blah blah like the gm command i think.
ironhammer500 is offline  
Old 07/16/2011, 02:47   #94
 
elite*gold: 0
Join Date: May 2011
Posts: 139
Received Thanks: 12
Quote:
Originally Posted by GeneraL_SchnitzeL View Post
why all unicum / nighmares fail :O? other tamerates?
the problem is the tame rates of them are 0 so you have to change it to be able to tame them

open query and past each of these in it (separate not together )


1-

UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage] = [taming_percentage]*100000
WHERE [taming_percentage] > 0.0000
GO

2-

UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage] = "x"
WHERE [taming_percentage] < [taming_id]
GO

3-

UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage] = [taming_percentage]/100000
WHERE [taming_percentage] > 0
GO

"x" is th tame rate of the hawk or harpy in your sever * 100000

I'm not an expert in SQL server so my way is long but I am sure it can be summarized in one query instead of 3
diaa yousef is offline  
Old 07/16/2011, 03:42   #95
 
elite*gold: 0
Join Date: Jan 2010
Posts: 4
Received Thanks: 3
thx is very good job
tipunky18 is offline  
Old 07/16/2011, 04:23   #96
 
wisp66's Avatar
 
elite*gold: 0
Join Date: Mar 2008
Posts: 939
Received Thanks: 517
Quote:
Originally Posted by diaa yousef View Post
the problem is the tame rates of them are 0 so you have to change it to be able to tame them

open query and past each of these in it (separate not together )


1-

UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage] = [taming_percentage]*100000
WHERE [taming_percentage] > 0.0000
GO

2-

UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage] = "x"
WHERE [taming_percentage] < [taming_id]
GO

3-

UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage] = [taming_percentage]/100000
WHERE [taming_percentage] > 0
GO

"x" is th tame rate of the hawk or harpy in your sever * 100000

I'm not an expert in SQL server so my way is long but I am sure it can be summarized in one query instead of 3
if the taming rate is zero it shouldnt be but it appears somewhere between our copys and final release afew things changed and got bugged out
they should be normalized which for that db much like offical isnt very high that script just makes them 100% taming on all.
over then next few days well be working on all the stuff release a fix i suppose as repack 1.2
wisp66 is offline  
Old 07/16/2011, 05:16   #97
 
elite*gold: 0
Join Date: Sep 2010
Posts: 62
Received Thanks: 1
kk how to get a DT there in teh DB but the card when i put in my inventory is bugged out
rapmike10 is offline  
Old 07/16/2011, 05:21   #98
 
wisp66's Avatar
 
elite*gold: 0
Join Date: Mar 2008
Posts: 939
Received Thanks: 517
it doesnt work with a 6.2 client people keep posting and asking the samething its simple you cant yet not with 6.2 and 7.1 is so bugged i wouldnt bother the client we use isnt public yet
wisp66 is offline  
Thanks
1 User
Old 07/16/2011, 06:37   #99
 
elite*gold: 0
Join Date: Jan 2009
Posts: 112
Received Thanks: 175
Taming Fix

Taming Fix for uni and nightmare and some other mobs, run the sql to fix it. and restart server
Attached Files
File Type: rar tamingfix.rar (616 Bytes, 727 views)
jw988 is offline  
Thanks
3 Users
Old 07/16/2011, 10:30   #100
 
elite*gold: 0
Join Date: Nov 2010
Posts: 2
Received Thanks: 1
the "where" clause was there to affect only tamable monsters
brutt87 is offline  
Old 07/16/2011, 10:56   #101
 
GeneraL_SchnitzeL's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 435
Received Thanks: 74
jw whats with the other mob tamerates ^^? can you give us these too?
GeneraL_SchnitzeL is offline  
Old 07/16/2011, 11:56   #102
 
lilnani's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 597
Received Thanks: 174
the command game.gold_drop_rate didnt work
lilnani is offline  
Old 07/16/2011, 12:53   #103
 
gavsta's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 1,143
Received Thanks: 634
Quote:
Originally Posted by lilnani View Post
the command game.gold_drop_rate didnt work
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [gold_min] = [gold_min] * 2
GO

UPDATE [Arcadia].[dbo].[MonsterResource]
SET [gold_max] = [gold_max] * 2
GO

UPDATE [Arcadia].[dbo].[MonsterResource]
SET [gold_min_2] = [gold_min_2] * 2
GO

UPDATE [Arcadia].[dbo].[MonsterResource]
SET [gold_max_2] = [gold_max_2] * 2
GO


*2 = times 2 change the 2 for better rupe
gavsta is offline  
Thanks
2 Users
Old 07/16/2011, 13:45   #104
 
elite*gold: 0
Join Date: Mar 2008
Posts: 15
Received Thanks: 1
Wow this is a great release! I personally only use it for local playing(to relive my rappelz days) and this has solved my biggest inventory hate issues. Hope to see future versions out soon! Keep up the great work.
manjusrix is offline  
Old 07/16/2011, 14:05   #105
 
Anime Creature's Avatar
 
elite*gold: 0
Join Date: Nov 2010
Posts: 118
Received Thanks: 22
noticed the the dual bug still exist

1. summoned mainpet
2. summoned dualpet
3. chipped mob
4. action creature attack
5. only dualpet attacks

fixes or proofed?
Anime Creature is offline  
Reply




All times are GMT +1. The time now is 16:34.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.