|
You last visited: Today at 14:43
Advertisement
[Help Thread] Please post your questions here.
Discussion on [Help Thread] Please post your questions here. within the Rappelz Private Server forum part of the Rappelz category.
02/16/2015, 18:50
|
#4276
|
elite*gold: 0
Join Date: Feb 2013
Posts: 119
Received Thanks: 13
|
thx
|
|
|
02/17/2015, 05:05
|
#4277
|
elite*gold: 9
Join Date: Dec 2009
Posts: 341
Received Thanks: 34
|
Hey Kann mir jemand sagen in welcher resource ich die atk speed cap rausnehmen kann ?
|
|
|
02/17/2015, 07:34
|
#4278
|
elite*gold: 0
Join Date: Oct 2010
Posts: 2,555
Received Thanks: 2,460
|
Quote:
Originally Posted by SkyWing*
Hey Kann mir jemand sagen in welcher resource ich die atk speed cap rausnehmen kann ?
|
Small advice, you should make post in your language + english. Atk Spd cap is hardcoded into GS. It would be part of formula, likely buried under a lot of disassembly. Get your captainherlock.exe + pdb and IDA PRO and have fun looking through functions relevant to attacking and finding where it defines the cap at.
|
|
|
02/18/2015, 17:41
|
#4279
|
elite*gold: 0
Join Date: Dec 2013
Posts: 21
Received Thanks: 0
|
Hi,
i want to play with the Rappelz Epic 2 client.
I use the launcher.bat but i got a hackshield error while i launch the launcher.bat.
Thanks for the answer ...
|
|
|
02/18/2015, 17:49
|
#4280
|
elite*gold: 0
Join Date: Oct 2010
Posts: 2,555
Received Thanks: 2,460
|
Just what epic did you plan to play with e2 client? Unless you have a emulator engineered to receive/send the proper packet structure + accompanying data then you should give up on this. (oh you also need to somehow disable hackshield calls from SFRAME) [I could be wrong, but I doubt]
|
|
|
02/19/2015, 15:57
|
#4281
|
elite*gold: 0
Join Date: Dec 2013
Posts: 21
Received Thanks: 0
|
I don't want to play with this client, i want to execute corretly my client without this error :x
|
|
|
02/19/2015, 18:28
|
#4282
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,912
Received Thanks: 1,490
|
You are getting this error because you are using the epic 2 client and hack shield has not been coded out of the sframe.
If you use a client that has had the sframe unpacked then you will not get the game protection errors.
They stopped using hack shield and switched to game guard in epic 5 I think, so if you are getting a hack shield error you are using at least a client that is older than epic 5.
If it is your server you can turn off the security checks server sided by turning them off in the gameserver.opt, but the only way to get them to not run in the client is to remove them from the sframe.
|
|
|
02/19/2015, 19:40
|
#4283
|
elite*gold: 0
Join Date: Dec 2013
Posts: 21
Received Thanks: 0
|
Thanks for answers.
Which tool can i use to remove the hackshield from the Sframe ?
|
|
|
02/19/2015, 20:10
|
#4284
|
elite*gold: 0
Join Date: Feb 2013
Posts: 119
Received Thanks: 13
|
Quote:
Originally Posted by ismokedrow
The sframe is not language specific. That is decided by /locale argument of launch + localeinfo.INI inside client
|
can u tell me plz what exactly im gonna need to make it full Arabic :
just localeinfo.INI ? from client ?
|
|
|
02/19/2015, 22:14
|
#4285
|
elite*gold: 0
Join Date: Oct 2010
Posts: 2,555
Received Thanks: 2,460
|
Quote:
Originally Posted by mohamad512
can u tell me plz what exactly im gonna need to make it full Arabic :
just localeinfo.INI ? from client ?
|
You will need the proper font for your desired language (will be specified under proper locale in localeinfo.ini). Other than this you just need to set proper locale for your country who I believe is /locale:windows-1252
|
|
|
02/20/2015, 23:20
|
#4286
|
elite*gold: 0
Join Date: Dec 2013
Posts: 21
Received Thanks: 0
|
Quote:
Originally Posted by Salyargah
Thanks for answers.
Which tool can i use to remove the hackshield from the Sframe ?
|
Any help please ?
|
|
|
02/20/2015, 23:36
|
#4287
|
elite*gold: 0
Join Date: Dec 2014
Posts: 20
Received Thanks: 4
|
Hi Friends!
I am really stuck.
I have been going through strings and fixing things and I have a question about weapon enhancement's... (the pink lettering that adds, say 'p def 11.2'), onto a weapon or armor.
Some of the enhancements I am finding are wrong... like R3 is higher than R4... so I want to adjust those numbers but cannot find them in the item.dbo or string.dbo...
Is that where I should be looking or am I missing something?
I also would like to change 'bound' items so they would not be attached to the character, also make items sell-able or trade-able etc.
I am thinking this is all in the same place but cannot seem to find it.
I have looked and looked on here and cannot find anything that says where to adjust these numbers.
I would appreciate if someone could steer me in the right direction.
I can usually dig around and find what I need from there.
THANK YOU!! :-)
|
|
|
02/21/2015, 10:12
|
#4288
|
elite*gold: 0
Join Date: Jan 2015
Posts: 56
Received Thanks: 1
|
hi all.Can you help me with little thing.
How to delete item on drop.
Example:
DELETE FROM [arcadia_81].[dbo].[Drop]
WHERE code = 'id'
GO
|
|
|
02/22/2015, 10:31
|
#4289
|
elite*gold: 0
Join Date: Jul 2014
Posts: 12
Received Thanks: 0
|
Hi
I want to translate this
If he used the item before he can`t use again
To a LUA code
|
|
|
02/22/2015, 11:06
|
#4290
|
elite*gold: 0
Join Date: Apr 2012
Posts: 99
Received Thanks: 35
|
Quote:
Originally Posted by Gordor1
hi all.Can you help me with little thing.
How to delete item on drop.
Example:
DELETE FROM [arcadia_81].[dbo].[Drop]
WHERE code = 'id'
GO
|
Hy gordor 1 just use this and replace the 'drop_item_id_--' at the end of all rows :
Code:
USE
Arcadia
UPDATE [dbo].[DropGroupResource] SET drop_item_id_00 = '0', drop_min_count_00 = '0', drop_max_count_00 = '0', drop_percentage_00 = '0' WHERE drop_item_id_00 like '490003'
UPDATE [dbo].[DropGroupResource] SET drop_item_id_01 = '0', drop_min_count_01 = '0', drop_max_count_01 = '0', drop_percentage_01 = '0' WHERE drop_item_id_01 like '490003'
UPDATE [dbo].[DropGroupResource] SET drop_item_id_02 = '0', drop_min_count_02 = '0', drop_max_count_02 = '0', drop_percentage_02 = '0' WHERE drop_item_id_02 like '490003'
UPDATE [dbo].[DropGroupResource] SET drop_item_id_03 = '0', drop_min_count_03 = '0', drop_max_count_03 = '0', drop_percentage_03 = '0' WHERE drop_item_id_03 like '490003'
UPDATE [dbo].[DropGroupResource] SET drop_item_id_04 = '0', drop_min_count_04 = '0', drop_max_count_04 = '0', drop_percentage_04 = '0' WHERE drop_item_id_04 like '490003'
UPDATE [dbo].[DropGroupResource] SET drop_item_id_05 = '0', drop_min_count_05 = '0', drop_max_count_05 = '0', drop_percentage_05 = '0' WHERE drop_item_id_05 like '490003'
UPDATE [dbo].[DropGroupResource] SET drop_item_id_06 = '0', drop_min_count_06 = '0', drop_max_count_06 = '0', drop_percentage_06 = '0' WHERE drop_item_id_06 like '490003'
UPDATE [dbo].[DropGroupResource] SET drop_item_id_07 = '0', drop_min_count_07 = '0', drop_max_count_07 = '0', drop_percentage_07 = '0' WHERE drop_item_id_07 like '490003'
UPDATE [dbo].[DropGroupResource] SET drop_item_id_08 = '0', drop_min_count_08 = '0', drop_max_count_08 = '0', drop_percentage_08 = '0' WHERE drop_item_id_08 like '490003'
UPDATE [dbo].[DropGroupResource] SET drop_item_id_09 = '0', drop_min_count_09 = '0', drop_max_count_09 = '0', drop_percentage_09 = '0' WHERE drop_item_id_09 like '490003'
|
|
|
Similar Threads
|
[Helping Topic] 24/7 Helping Services!
08/27/2008 - EO PServer Hosting - 31 Replies
stucked on anything while setuping your server?
post your problem here and you will get answer as fast as possible better than spamming with posts :cool:
first of all try reading Ahmedpotop's Pserver All thing guide.
if your couldn't solve it out post your problem down here
""That includes PHP rankings pages / registrations pages / Status pages""
|
All times are GMT +1. The time now is 14:47.
|
|