|
You last visited: Today at 09:44
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.
01/03/2016, 17:30
|
#5401
|
elite*gold: 70
Join Date: Dec 2012
Posts: 278
Received Thanks: 156
|
Quote:
Originally Posted by Sooperman130
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
|
I didn't try it honestly , but saying it's not working without giving the errors won't help probably .
also maybe it's the t yp on the function name ? try to change it to typ .
|
|
|
01/03/2016, 17:45
|
#5402
|
elite*gold: 0
Join Date: Apr 2012
Posts: 12
Received Thanks: 1
|
it is set to typ
error i get is "No Equip there"
I have tried different equips, fully equipped, only 1 item equiped
Nothing seems to work, always the same error
|
|
|
01/03/2016, 20:00
|
#5403
|
elite*gold: 70
Join Date: Dec 2012
Posts: 278
Received Thanks: 156
|
Quote:
Originally Posted by Sooperman130
it is set to typ
error i get is "No Equip there"
I have tried different equips, fully equipped, only 1 item equiped
Nothing seems to work, always the same error
|
Where you got the lua from ? because I never seen this release for Raskim and you should be missing something here .(equip_id,player,enhance,typ)
If you only have this lua without anything else then it's not going to work by itself without giving values to what I mentioned above .
|
|
|
01/03/2016, 20:06
|
#5404
|
elite*gold: 0
Join Date: Apr 2012
Posts: 12
Received Thanks: 1
|

old post, but now that you said i was missing something, i think i need the other lua files released to make it work
Let me try that
No luck, not working
|
|
|
01/03/2016, 21:45
|
#5405
|
elite*gold: 0
Join Date: Nov 2011
Posts: 978
Received Thanks: 1,011
|
Quote:
Originally Posted by Sooperman130

old post, but now that you said i was missing something, i think i need the other lua files released to make it work
Let me try that
No luck, not working
|
I Guess your Brain is a Bit afk but let me show you how to use this command.
set_player_equip_enhance(0,gv("name"),20,1)
This will set your Mainhand to +20 as an Fixed Value
set_player_equip_enhance(0,gv("name"),5,2)
This will increase the enhance of your Mainhand by 5.
set_player_equip_enhance(0,gv("name"),8,3)
This will reduce the enhance of your Mainhand by 8.
|
|
|
01/03/2016, 21:52
|
#5406
|
elite*gold: 0
Join Date: Apr 2012
Posts: 12
Received Thanks: 1
|
Thanks Raskim
This reply was premature lol
I'm still having issues raskim
Figured it out, i'm a moron
|
|
|
01/05/2016, 23:26
|
#5407
|
elite*gold: 0
Join Date: Jan 2016
Posts: 2
Received Thanks: 0
|
Strange error
Hey guys,
I am trying to install 9.1 version of the Rappelz P server.
Everything works exept for one thing:
When I type my credentials (in the Client) and I press login nothing happens.
When I look back at the Auth server (yes I did use the commands) I am getting the following error:
crypto DecryptForSecret password failed. (username) at 127.0.0.1
(it doesn't matter what I fill in as credentials)
I have rerunned the installation process but I keep getting this error.
Any help would be appreciated.
Thank you!
|
|
|
01/05/2016, 23:45
|
#5408
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,912
Received Thanks: 1,490
|
Are you using a 9.1 client and sframe?
|
|
|
01/06/2016, 08:51
|
#5409
|
elite*gold: 99
Join Date: Jun 2015
Posts: 289
Received Thanks: 114
|
It describes incorrect opt parameters.
|
|
|
01/06/2016, 23:04
|
#5410
|
elite*gold: 0
Join Date: Jan 2016
Posts: 2
Received Thanks: 0
|
I cannot open this link for the ops files that is standing in the forum post that you posted Leqendary, could you give a direct link or post it here?
Thanks
Got the 9.1 Sframe, still not works.
Thanks!
|
|
|
01/07/2016, 08:05
|
#5411
|
elite*gold: 99
Join Date: Jun 2015
Posts: 289
Received Thanks: 114
|
I am just stating you should look over your opt files..
|
|
|
01/07/2016, 17:02
|
#5412
|
elite*gold: 0
Join Date: May 2010
Posts: 91
Received Thanks: 7
|
portal help
Quote:
Originally Posted by .BlackCat.
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.
|
Thanks again BlackCat for your help.
I do however have another question if somebody could please help me.
How do i place the portal where i want it? i didn't see any position x and y in the FieldPropResource
Thanks guys
|
|
|
01/07/2016, 17:39
|
#5413
|
elite*gold: 70
Join Date: Dec 2012
Posts: 278
Received Thanks: 156
|
You do that by using QPF editor ( I'm not sure if there is any public releases) .
So if you don't find any .. you could simply spawn it on server_ini.lua , add FieldProp_Server() function on the server_ini function like this :
Code:
function on_server_init()
roaming()
rare_mob()
guardian_spawn()
random_respawn()
FieldProp_Server()
end
function FieldProp_Server()
local prop_z_offset = 0
local layer = get_value("layer")
add_field_prop( 123456, 0, 152744,77233, layer, prop_z_offset )
end
123456 : Field Prop ID
152744 : X
77233 : Y
|
|
|
01/07/2016, 19:24
|
#5414
|
elite*gold: 0
Join Date: Oct 2013
Posts: 474
Received Thanks: 41
|
for the skill that have ( 10010 ) id
i can't use
/run learn_skill(10010 )
but when i duplicate it with another id ( ex. 10101 )
i can use this
/run learn_skill(10101 )
why ?
|
|
|
01/08/2016, 03:02
|
#5415
|
elite*gold: 0
Join Date: Nov 2011
Posts: 978
Received Thanks: 1,011
|
Quote:
Originally Posted by Sherock
for the skill that have ( 10010 ) id
i can't use
/run learn_skill(10010 )
but when i duplicate it with another id ( ex. 10101 )
i can use this
/run learn_skill(10101 )
why ?
|
The Character wich want to learn this skill by command, have to got the amount of needed JP aswell.
|
|
|
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 09:47.
|
|