|
You last visited: Today at 07:04
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.
12/29/2015, 11:20
|
#5386
|
elite*gold: 0
Join Date: Apr 2012
Posts: 12
Received Thanks: 1
|
Ran into a few more issues with the server
Master Class Gear is Korean in my string database. How can I switch this back to english
Also, is there a way to disable weight, or set unlimited weight?
Thanks
|
|
|
12/29/2015, 13:03
|
#5387
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,912
Received Thanks: 1,490
|
Quote:
Originally Posted by Sooperman130
Ran into a few more issues with the server
Master Class Gear is Korean in my string database. How can I switch this back to english
|
Why don't you just take Raskim's advice and dump an English string resource from an English client and import it into the dbo.arcadia.StringResource database?
That will correct your butchered string resource that was left for you in the database by someone else.
Quote:
Originally Posted by Sooperman130
Also, is there a way to disable weight, or set unlimited weight?
|
You could set the weight of all items in the dbo.arcadia.ItemResource to 0 and then create a new db_item.rdb for the client.
Quote:
Originally Posted by Sooperman130
Thanks
|
You're welcome.
|
|
|
12/29/2015, 19:43
|
#5388
|
elite*gold: 0
Join Date: Apr 2012
Posts: 12
Received Thanks: 1
|
When i try and load db.stringus(ascii).rdb into Glandu2's rdb tool its crashes
Could you provide link to a tool that would work with this rdb
Thanks
edit*******
I loaded db.string(ascii).rdb and saved as .sql file and uploaded that but still have some files in other languages
|
|
|
12/29/2015, 20:40
|
#5389
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,912
Received Thanks: 1,490
|
Well if you are talking about D3 armor for obvious game saving reasons it was never released in the US so it may have never been localized so you may need to localize your own strings for it.
|
|
|
12/29/2015, 22:21
|
#5390
|
elite*gold: 0
Join Date: Jan 2014
Posts: 183
Received Thanks: 45
|
Quote:
Originally Posted by Sooperman130
When i try and load db.stringus(ascii).rdb into Glandu2's rdb tool its crashes
Could you provide link to a tool that would work with this rdb
Thanks
edit*******
I loaded db.string(ascii).rdb and saved as .sql file and uploaded that but still have some files in other languages
|
Try the string resource from 9.2 client and overwritte the database + your client resource with it. So it worked for me
U can overwritte it directly with glandu2 tool.
|
|
|
12/30/2015, 03:20
|
#5391
|
elite*gold: 0
Join Date: Apr 2012
Posts: 12
Received Thanks: 1
|
Thanks for all the help guys, i got most of my database fixed up, still a few items with weird characters but nothing i need atm
I'm now having fun with drop tables, little confusing at first but i think I'm getting the hang of it
I have searched the forums for a tool to quicken the process but haven't found one
Do you know of a tool that has been released to do such thing?
Thanks again
|
|
|
12/30/2015, 05:11
|
#5392
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,912
Received Thanks: 1,490
|
Drop it...
Drop table editor written by Raskim
|
|
|
12/30/2015, 05:25
|
#5393
|
elite*gold: 0
Join Date: Apr 2012
Posts: 12
Received Thanks: 1
|
I tried that but links are dead, do you have a copy?
|
|
|
12/30/2015, 12:55
|
#5394
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,912
Received Thanks: 1,490
|
Sorry I can not release software without the writers permission. If the links are dead maybe there is a reason for it.
|
|
|
12/30/2015, 18:56
|
#5395
|
elite*gold: 0
Join Date: Nov 2011
Posts: 978
Received Thanks: 1,011
|
I re-uploaded Drop It in the Thread.
|
|
|
12/31/2015, 15:31
|
#5396
|
elite*gold: 0
Join Date: Oct 2013
Posts: 474
Received Thanks: 41
|
how to calculate repeat_term in AutoAuctionResource ?
|
|
|
01/02/2016, 10:32
|
#5397
|
elite*gold: 70
Join Date: Dec 2012
Posts: 278
Received Thanks: 156
|
Who have an idea about this ...
I added WorldLocation for my new dungeon however It seems like Horizon and others zones got affected as-well (It became like Volcanus or something , I can't even create a party while I'm in it) and It also became without lights . Is it some kind of bugs or there is some changed in 9.1 ?
|
|
|
01/02/2016, 15:08
|
#5398
|
elite*gold: 0
Join Date: May 2010
Posts: 91
Received Thanks: 7
|
portal
I would like to create a permanent portal that on click teleports you somewhere, could someone tell me how to do this.
|
|
|
01/02/2016, 15:32
|
#5399
|
elite*gold: 70
Join Date: Dec 2012
Posts: 278
Received Thanks: 156
|
Quote:
Originally Posted by bertie2008
I would like to create a permanent portal that on click teleports you somewhere, could someone tell me how to do this.
|
It's nothing hard , simply copy one line from FieldPropResource , give a new unique ID , write something on script_text column , let's say Teleport_portal() as an example
Make a lua function :
Code:
function Teleport_portal()
warp(X_here , Y_here)
end
and you are good to go , just make sure to make the .RDB and hash it and put it in your Client resources.
|
|
|
01/03/2016, 15:32
|
#5400
|
elite*gold: 0
Join Date: Apr 2012
Posts: 12
Received Thanks: 1
|
Raskim's Lua code doesnt work for me,
function set_player_equip_enhance(equip_id,player,enhance,t yp)
local row
--typ 1 = fixed value
--typ 2 = increase current value
--typ 3 = decrease current value
local equip_name = get_item_name_by_code(get_item_code( get_wear_item_handle(equip_id,player)))
if equip_name == "SVR0" or equip_name == nil then
whisper(gv("name"),"No Equip there.")
else
row = "<br>Change's on "..player.."'s Equip<br><br>Before | +"..get_item_enhance(get_wear_item_handle(equip_id ,player)).." "..equip_name.." Lv "..get_item_level(get_wear_item_handle(equip_id,pl ayer)).."<br><br>"
if typ == 1 then
set_item_enhance( get_wear_item_handle(equip_id,player),enhance)
elseif typ == 2 then
set_item_enhance( get_wear_item_handle(equip_id,player),get_item_enh ance(get_wear_item_handle(equip_id,player))+enhanc e)
else
set_item_enhance( get_wear_item_handle(equip_id,player),get_item_enh ance(get_wear_item_handle(equip_id,player))-enhance)
end
row = row.."After | +"..get_item_enhance(get_wear_item_handle(equip_id ,player)).." "..equip_name.." Lv "..get_item_level(get_wear_item_handle(equip_id,pl ayer))
row = row.."<br>Durability : "..(get_item_ethereal_durability(get_wear_item_han dle(equip_id,player))/10000)
dlg_general(row)
end
end
Anyone know how to fix
|
|
|
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 07:06.
|
|