Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] Rappelz GS+ 7.1 Client

Status
Not open for further replies.
Experienced Elementalist
Joined
Nov 9, 2009
Messages
212
Reaction score
8
what files were his i dont mind that he posted Ncarbon work in fact ill post the newer one
were finishing up the emulator anyway so we stopped doing repacks
heres the final repack released in october 2011
if someone wants to post the add ons for 7.1 client mods feel free just make sure you release the new maps with it
What's New in Version 1.3

db optimization(if you decide to generate scripts to add this to a current db you need to manually copy the newer smp's generate wont do this)
gameserv opt optimized (more commands for smoother operation & control toggles)
added a few new lua scripts to sync server and 6.2 client side
added ip logger *credits misterd and extended on the design by ne0*
fixed beast master & blader icons for mastery's
added des generator & guide - now standard in repacks
added account creator - now standard in repacks
added inworld AllowedCommands
fixed auctioncategoryresource
fixed double logins
added mobs to empty area near south tower marduka
fixed server respawn error on start up
blind and flash fixed *credits to dyingscience*
changed mobs near Marduka Southern Watchtower (to genie and harpy and worms like real server)
added yak skill to little witch
added Bloodrain skill to little witch
added Cascade of Darkness skill to little witch
added fan spawns to little witch
removed 2 little witch minions
added movespeed debuff to Stormbringer
added fear to Stormbringer
added Bleeding Skill to Fantastics red names
Limit bear dungeon entry to lv20+ as no mobs show if under 20
Made Little witch roaming with minons (like real server)
Added the mobs around the red hair girl
Added Stormbringer 110 ?? feild boss
Found mobs where in database twice same numbers rerun monster sql
Bear Dungeon Points fix
Uni Nm Taming Fix
Add Cstate to HV buffer
Masterclass change (make sure there is only one job change lua)
Toa Fix
Sanct Flowers fix
Added Sanct Monoliths
Skill belt stats Fix
Toe mob upgrade (used from kaderebaks lua)
Tols mob upgrade (used from kaderebaks lua)
fixed the scrolls that you buy in hv (chip, wh, ah)


keep a look out for emu in the near future and i wish anyone luck who sets these up its not hard just follow the guide included and best wishes
 
Last edited:
Experienced Elementalist
Joined
Nov 9, 2009
Messages
212
Reaction score
8
these mods allow you to make a 7.1 client work with the current 6.2 server
with the 6.2 sframe. i had mentioned this above there are many more mods but as much as id like to share there there currently private when emulator is public ill release them.. seems like a waste i suppose but... ill be doing new mods and tweaks with the team on it and be far to busy to maintain custom content for repacks

things working:
New vi island and mobs
New pets with skills - DT, ice Maid, Abomination, joker (only skills that the real server has)
String updates for dialog and npc names - English only
Skill bar
Character skills and skill trees
Portal Fixes
and other things I cant remember that I got working :p
and as far as any of the hacks and tweaks we had done to force pet stageing default from fresh tame to auto +5 skills was released but due to my external dying on me im not so sure i still have back ups if u need examples tho i dont know how many servers use them but i do dev work on the side for rappelz infinite so i know you can view them there if u need an inworld example for the mean time ill see if i cant find those just in case

things that dont work:
sound is bugged
hair on new character screen is off by one,
hair dye
and several small issues

before you ask no staging doesn't work, that will come in emulator

i dont really have time to offer full support on these client mods but im posting them as no one else got around to it
 
Last edited:
Newbie Spellweaver
Joined
Nov 19, 2011
Messages
20
Reaction score
1
hey guys hope i can get this up great work i am a lil lost right now though on setup looking for the bak files
copy and paste the 3 bak files under the ##database Backups## to the root of c drive

I downloaded all the files from page 1 but i cant locate this dir
 
Experienced Elementalist
Joined
Nov 9, 2009
Messages
212
Reaction score
8
bak files are located in the server directory ##backups## and will only install correctly on 2008,2010 or etc but it must be an r2 release be in full,dev or express if u use basic express mssql 2008 none r2 it will say the files cant be installed is this the issue?
if so try this one its 32 bit r2 express

i cant take full credit its a combo of all of arcadia-dev's work not just my own
and if u trying to do the 7.1 thing use a rappelz ph 6.2 sframe you can get one off the rappelz ph beta v1.11
just dont update it take that sframe and toss it over the 7.1 sframe this enables 7.1 gameguard free if you was to just use a rappelz ph 7.1 gg free tho the client crashes they semi changed how code was read in 7.1 and fully extended the packets and info read between server and client in 7.2-7.3 what this means is herlock will never be able to read newer epics beyond pre 7.1 thats where an emu comes in to play im pointing this out to save face time so i dont recieve pm's asking why so and so or higher client wont start

theres also a client thats out using these hacks and has sound fixed and add to its resource folder the client was put out by ismoke@redemption dev i dont have a link for that as im not at home but if u look on which is the server i side dev for we use that client its under downloads.
 
Last edited:
Experienced Elementalist
Joined
Nov 9, 2009
Messages
212
Reaction score
8
since so many have pmed me about it and its not exactly custom content or any of that i thought id be nice an release a script to enable christmas props i mean its simple to do with out but heres a script if u need one
Update arcadia.dbo.FieldPropResource
set local_flag = 0
where file_name like'common_event_rangifer_tree'
go
Update arcadia.dbo.FieldPropResource
set local_flag = 0
where file_name like'common_event_rangifer_ornament01'
go
Update arcadia.dbo.FieldPropResource
set local_flag = 0
where file_name like'common_event_rangifer_ornament02'
go
Update arcadia.dbo.FieldPropResource
set local_flag = 0
where file_name like'common_event_rangifer_ornament03'
go
Update arcadia.dbo.FieldPropResource
set local_flag = 0
where file_name like'common_event_rangifer_ornament04'
go
Update arcadia.dbo.FieldPropResource
set local_flag = 0
where file_name like'common_event_rangifer_decoration01'
go
Update arcadia.dbo.FieldPropResource
set local_flag = 0
where file_name like'common_event_rangifer_decoration02'
go
Update arcadia.dbo.FieldPropResource
set local_flag = 0
where file_name like'common_event_rangifer_decoration06'
go
Update arcadia.dbo.FieldPropResource
set local_flag = 0
where file_name like'common_event_rangifer_decoration07'
go
Update arcadia.dbo.FieldPropResource
set local_flag = 0
where file_name like'common_event_rangifer_decoration08'
go
Update arcadia.dbo.FieldPropResource
set local_flag = 0
where file_name like'common_event_rangifer_decoration09'
go
Update arcadia.dbo.FieldPropResource
set local_flag = 0
where file_name like'common_event_rangifer_decoration10'
go
Update arcadia.dbo.FieldPropResource
set local_flag = 0
where file_name like'common_event_rangifer_ornament11_01'
go
Update arcadia.dbo.FieldPropResource
set local_flag = 0
where file_name like'common_event_rangifer_ornament11_02'
go
Update arcadia.dbo.FieldPropResource
set local_flag = 0
where file_name like'ccommon_event_rangifer_ornament11_03'
go
Update arcadia.dbo.FieldPropResource
set local_flag = 0
where file_name like'common_event_rangifer_eventpack01'
go

we ok soeil? thats a lot of removed comments m8
 
Experienced Elementalist
Joined
Nov 9, 2009
Messages
212
Reaction score
8
Need New GS For Telecaster 7.2 (rzonline) plz !!!

we did some research on that telecaster its actly only an encrypted e6.2 offical leak
would have been more helpful if it was an arcadia leak.
so its not real helpful it has a couple spots 1.3 doesnt have but current game server doesnt support it and it would need the extra spots current arcadia doesnt have all in all what it has and we dont is dura and thats not usable anyway
it is in emulator which is still being worked on but looks very promising
but thnx for pointing it out soeil
 
Last edited:
Initiate Mage
Joined
Feb 8, 2012
Messages
1
Reaction score
0
hi pps, this rev have pets dt joker ice n' us skill?
us can send a list of all commands n' ids for this new pets.
n' have any script or pack for add stage pets in this rev?

ty 4 any help :thumbup:
 
Junior Spellweaver
Joined
Jul 14, 2011
Messages
144
Reaction score
3
well i found sum good stuff like source for login server and poop......



Uploaded with


and this also



Uploaded with

ill upload it at a later time with virus scan for those that want to take a look and.....
so can sum1 hook me up with the ingame CS page files files cant seem to find them now was up on tht site for a bit till sum drama happened and cant find a working link to them now
 
Last edited:
Status
Not open for further replies.
Back
Top