|
You last visited: Today at 18:15
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.
04/08/2016, 09:45
|
#5626
|
elite*gold: 70
Join Date: Dec 2012
Posts: 278
Received Thanks: 156
|
Quote:
Originally Posted by rapmike1
needing a bit of help on how to do a on dead script on a World Boss so when players kill it the whole server would get buffs or a item added to there CS box any help would be nice tyvm
|
I don't think it's possible since there is no commands in game to add items to CashShop box .
|
|
|
04/08/2016, 14:40
|
#5627
|
elite*gold: 99
Join Date: Jun 2015
Posts: 289
Received Thanks: 114
|
Quote:
Originally Posted by rapmike1
needing a bit of help on how to do a on dead script on a World Boss so when players kill it the whole server would get buffs
|
cast_world_state
Parameters: (state_id, state_power, state_time, 0[?])
Usage: gives a specified state with specified power and expiration time to all characters currently in game.
Returns nil.
add_event_state
Parameters: (state_id, state_power)
gives a specified state with specified power to all characters currently in game until state will be removed by remove_state function.
Returns nil.
|
|
|
04/09/2016, 21:00
|
#5628
|
elite*gold: 0
Join Date: May 2010
Posts: 91
Received Thanks: 7
|
Teleporter
If I use this command I teleport to layer 1
run_warp(135435, 104800, 1, "char_name")
However adding the coordinates and ,1 to the Teleporter ports me to layer 0, I can't get it to port me to layer 1
|
|
|
04/10/2016, 09:17
|
#5629
|
elite*gold: 99
Join Date: Jun 2015
Posts: 289
Received Thanks: 114
|
Quote:
Originally Posted by bertie2008
If I use this command I teleport to layer 1
run_warp(135435, 104800, 1, "char_name")
However adding the coordinates and ,1 to the Teleporter ports me to layer 0, I can't get it to port me to layer 1
|
/run warp(x, y, layer, charname)
/run warp(x, y, layer)
/run warp(x, y, charname)
|
|
|
04/10/2016, 12:24
|
#5630
|
elite*gold: 0
Join Date: May 2010
Posts: 91
Received Thanks: 7
|
Teleport
Quote:
Originally Posted by Leqendary
/run warp(x, y, layer, charname)
/run warp(x, y, layer)
/run warp(x, y, charname)
|
Thanks mate but this is my problem, if i use GM command:
/run warp(148620, 13221, 1, "name")
I go to the correct place, however I want to add this to the teleporter, I used this code:
dlg_menu( "Name\v#@price@#\v250000", 'RunTeleport( 250000 , 148620 , 13221 ,1 )' ) but I land in layer 0
I need to go to layer 1 like the gm command
|
|
|
04/10/2016, 17:07
|
#5631
|
elite*gold: 99
Join Date: Jun 2015
Posts: 289
Received Thanks: 114
|
Can you provide us with the RunTeleport() function?
|
|
|
04/10/2016, 22:05
|
#5632
|
elite*gold: 0
Join Date: May 2010
Posts: 91
Received Thanks: 7
|
Quote:
Originally Posted by bertie2008
Thanks mate but this is my problem, if i use GM command:
/run warp(148620, 13221, 1, "name")
I go to the correct place, however I want to add this to the teleporter, I used this code:
dlg_menu( "Name\v#@price@#\v250000", 'RunTeleport( 250000 , 148620 , 13221 ,1 )' ) but I land in layer 0
I need to go to layer 1 like the gm command
|
I add
dlg_menu( "Name\v#@price@#\v250000", 'RunTeleport( 250000 , 148620 , 13221 ,1 )
to the teleport town lua, when I click in game, on this option I get taken to the correct coordinates but the incorrect layer, it takes me to layer 0, I need to get to layer 1
|
|
|
04/10/2016, 22:50
|
#5633
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,915
Received Thanks: 1,492
|
Last I had worked on anything to do with layers was when I found out I could only teleport to different layers if I was teleporting to places on trainee island.
I think this was because trainee island was set up in instances. it may also work the same way for Ursa caverns.
Make sure the layer you are trying to teleport to that is not layer 0 has been set up to work in instances.
This may be the only way to get it working.
|
|
|
04/10/2016, 23:56
|
#5634
|
elite*gold: 99
Join Date: Jun 2015
Posts: 289
Received Thanks: 114
|
The proper usage of RunTeleport function is:
Quote:
|
RunTeleport(ruppee price, x, y)
|
That function doesn't let you specify a layer. It always teleports you to layer 0. You might want to try the warp command instead:
Quote:
Quote:
|
warp(x, y, "charname", layer)
|
|
|
|
04/11/2016, 10:04
|
#5635
|
elite*gold: 0
Join Date: May 2010
Posts: 91
Received Thanks: 7
|
Quote:
Originally Posted by Leqendary
The proper usage of RunTeleport function is:
That function doesn't let you specify a layer. It always teleports you to layer 0. You might want to try the warp command instead:
|
Thanks guys, I am trying to setup PW to work, layer 0 has Easter wonderland mobs already whereas layer 1 has none so I could populate it.
I looked on another private server and have noticed that his teleporter teleports to different layers, one goes to layer 1 and another to layer 4 i also noticed that he has an extra function, he has (cost, x, y, layer, difficulty)
Will try as suggested using the warp command
|
|
|
04/13/2016, 01:32
|
#5636
|
elite*gold: 0
Join Date: Dec 2015
Posts: 1
Received Thanks: 0
|
Hi,
I would learn how i control my sever,
I need some advice
I'm Beginner
|
|
|
04/13/2016, 01:46
|
#5637
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,915
Received Thanks: 1,492
|
I think your questions may have to get a little more specific.
I am not sure what you are asking.
|
|
|
04/14/2016, 16:49
|
#5638
|
elite*gold: 0
Join Date: Feb 2015
Posts: 101
Received Thanks: 3
|
help
I can't open my server
auth and CaptainHerlock work100%
|
|
|
04/14/2016, 17:23
|
#5639
|
elite*gold: 99
Join Date: Jun 2015
Posts: 289
Received Thanks: 114
|
Make sure your auth.opt settings are correct. You fail to connect to the login server.
|
|
|
04/15/2016, 05:53
|
#5640
|
elite*gold: 0
Join Date: Apr 2016
Posts: 21
Received Thanks: 1
|
is there a way to set up a sell all npc that will sell all items dura or non dura useing the wear_type from itemresource in the db?
like
if wear_type = 9 ?
|
|
|
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 18:15.
|
|