rappelz pserver 6.1 release

07/16/2011 01:59 Pyrok#91
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...
07/16/2011 02:10 rapmike10#92
ty pyrok 1 last thing how to edit my hv buffer to give stronger buffs?
07/16/2011 02:23 ironhammer500#93
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.
07/16/2011 02:47 diaa yousef#94
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
07/16/2011 03:42 tipunky18#95
thx is very good job ;)
07/16/2011 04:23 wisp66#96
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
07/16/2011 05:16 rapmike10#97
kk how to get a DT there in teh DB but the card when i put in my inventory is bugged out
07/16/2011 05:21 wisp66#98
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
07/16/2011 06:37 jw988#99
Taming Fix for uni and nightmare and some other mobs, run the sql to fix it. and restart server
07/16/2011 10:30 brutt87#100
the "where" clause was there to affect only tamable monsters
07/16/2011 10:56 GeneraL_SchnitzeL#101
jw whats with the other mob tamerates ^^? can you give us these too?
07/16/2011 11:56 lilnani#102
the command game.gold_drop_rate didnt work
07/16/2011 12:53 gavsta#103
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 :)
07/16/2011 13:45 manjusrix#104
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.
07/16/2011 14:05 Anime Creature#105
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?