|
You last visited: Today at 16:33
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/04/2014, 09:18
|
#3001
|
elite*gold: 0
Join Date: Oct 2013
Posts: 474
Received Thanks: 41
|
Quote:
Originally Posted by Sherock
guys i'm searching for how to copy dungeon or any place in other position
help plz ~~
|
...........
.........
.......
.....
...
.
|
|
|
02/04/2014, 09:22
|
#3002
|
elite*gold: 70
Join Date: Dec 2012
Posts: 278
Received Thanks: 156
|
Quote:
Originally Posted by Sherock
...........
.........
.......
.....
...
.
|
Just copy the files & change the map files names.
and make sure to add the map on TerrainSeamlessWorld.cfg
|
|
|
02/04/2014, 10:48
|
#3003
|
elite*gold: 0
Join Date: Jul 2012
Posts: 227
Received Thanks: 65
|
Quote:
Originally Posted by mmno
may someone please answer those for me please
1) My dura item lose the dura while fighting monster so fast , i want them that not lose while fight only when player die the dura lose little by little ( when killing monster it lose fast and in PVP too )
i saw in some private server the dura never go down when killing monster at all , this what i want to make it )
2) How to give player skill in game command?
/run learn_skill(skill id ,"char_name")
3) How to make when some one log-in be level 20 and has 10000 JP ?
Code:
-- Lua ½؛إ©¸³ئ® ¾دب£ب*
function get_module_name()
return "on_first_login"
end
function on_first_login( name )
-- ؛»·، HP ¼¼ئأاد´ّ ہع¸® (ب¤½أ ¸ô¶َ¼* ±×³ة ³ہµز)
set_value( "hp" , get_value( "max_hp") )
set_value( "mp" , get_value( "max_mp") )
-- ء¾ء· أ¼إ©
local state_code = get_local_info()
local race = get_value( "race" )
local deva_x, deva_y, asura_x, asura_y, gaia_x, gaia_y, i
-- °¢ ¼ِ·أہعہا ¼¶ ½أہغ ءِء، ہ§ؤ،
deva_x = 164474
deva_y = 52932
asura_x = 168356
asura_y = 55399
gaia_x = 164335
gaia_y = 49510
local start_x, start_y, start_layer, start_channel_no
if state_code == 64 then
insert_item( 2000294, 1 )
end
-- µ¥¹ظ ½أہغءِء، أ¼إ©
if race == 4 then
--½أہغ ہ§ؤ، ¼³ء¤
start_x = deva_x
start_y = deva_y
-- ¾ئ¼ِ¶َ ½أہغءِء، أ¼إ©
elseif race == 5 then
--½أہغ ہ§ؤ، ¼³ء¤
start_x = asura_x
start_y = asura_y
-- ±×؟ـ(°،ہج¾ئ 3) ½أہغءِء، أ¼إ©
else
--½أہغ ہ§ؤ، ¼³ء¤
start_x = gaia_x
start_y = gaia_y
end
-- ¼ِ·أہعہا ¼¶(أ¤³خID 1000)؟،¼* °،ہه ہûہار أ¤³خہ» °ٌ¶َ ·¹ہج¾î¸¦ ¼¼ئأار´ظ.
start_channel_no = get_proper_channel_num( 1000 )
start_layer = get_layer_of_channel( 1000, start_channel_no )
insert_item(2010258,1)
set_flag("openStarsBox",1)
-- ±حب¯ءِ؟ھ ¼³ء¤
set_flag( "rx", start_x + math.random(0,60) - 30)
set_flag( "ry", start_y + math.random(0,60) - 30)
local text
text = sconv("@90010092", "#@number@#", tostring( start_channel_no ) ) -- ؛¯¼ِ¸¦ ½اء¦ °ھ(½؛ئ®¸µ)ہ¸·خ ؤ،ب¯ ½أإ²´ظ.
message( text ) -- ½أ½؛إغ ¸ق¼¼ءِ·خ اط´ç أ¤³خID أâ·آ.
------=========== ** ½أہغ¾ئہجإغ ¼³ء¤اطءض´آ ؛خ؛ذہ؛ ¼*¹ِ؟،¼* ±¸اِ ** ============------
-- ¾ئ¼ِ¶َ(5)¸é ´ُإ©(´ـ°ث), µ¥¹ظ¸é ½؛¸ô¸قہج½؛, °،ہج¾ئ´آ ¹ذ¸²µµ¸¦ ءط´ظ.
-- µًئْئ® ء÷¾÷ہ» ³ض¾îءط´ظ. (µ¥¹ظ:°،ہجµه, ¾ئ¼ِ¶َ:½؛إ×ئغ, ±×؟ـ:ئؤہجإح(°،ہج¾ئ) )
local race = get_value( "race" )
if race == 4 then
-- أت±âء÷¾÷ہ» °،ہجµه(200)·خ ¼³ء¤ار´ظ.
set_value( "job" , 200 )
elseif race == 5 then
set_value( "job" , 300 )
else
set_value( "job" , 100 )
end
-- ء÷¾÷ ¼³ء¤ بؤ ¼¼ئأµب ½؛إب؟، ¸آ´آ HP·خ ´ظ½أ أ¤؟ِءـ
set_value( "hp" , get_value( "max_hp") )
set_value( "mp" , get_value( "max_mp") )
-- ±¹°، ؤعµه ہذ¾î؟ہ±â
-- get_local_info()ہا ¹فب¯°ھµé
--LOCAL_INFO_KOREA = 1
--LOCAL_INFO_HONGKONG = 2
--LOCAL_INFO_AMERICA = 4
--LOCAL_INFO_EUROPE = 8
--LOCAL_INFO_JAPAN = 16
--LOCAL_INFO_TAIWAN = 32
--LOCAL_INFO_CHINA = 64
--ہü±¹°، °ّإë
local state_code = get_local_info()
--if state_code = 32 then
if race == 4 then
if get_env("game.use_auto_trap") == 1 then
open_popup("game.caution_url", "game.newbiehelp_deva_url", 0,1)
else
open_popup("game.newbiehelp_deva_url", 0,1)
end
elseif race == 5 then
if get_env("game.use_auto_trap") == 1 then
open_popup("game.caution_url", "game.newbiehelp_asura_url", 0,1)
else
open_popup("game.newbiehelp_asura_url", 0,1)
end
else
if get_env("game.use_auto_trap") == 1 then
open_popup("game.caution_url", "game.newbiehelp_gaia_url", 0,1)
else
open_popup("game.newbiehelp_gaia_url", 0,1)
end
-- end
--else
--±âء¸ ´ë¸¸ ء¦°إ
--local state_code = get_local_info()
--if state_code ~= 32 then
-- --if race == 4 then
-- --if get_env("game.use_auto_trap") == 1 then
-- open_popup("game.caution_url", "game.newbiehelp_deva_url", 0,1)
-- else
-- open_popup("game.newbiehelp_deva_url", 0,1)
-- end
-- elseif race == 5 then
-- if get_env("game.use_auto_trap") == 1 then
-- open_popup("game.caution_url", "game.newbiehelp_asura_url", 0,1)
-- else
-- open_popup("game.newbiehelp_asura_url", 0,1)
-- end
-- else
-- if get_env("game.use_auto_trap") == 1 then
-- open_popup("game.caution_url", "game.newbiehelp_gaia_url", 0,1)
-- else
-- open_popup("game.newbiehelp_gaia_url", 0,1)
-- end
-- end
end
-- ½أہغءآا¥ ¼³ء¤ ؤ³¸¯إح »¼؛ہج ار¹ّ؟، ¸¹ہج ¹ك»اد¸é ¹®ء¦°، »°ـ¼* ¾ئ·،·خ ہجµ؟
set_value( "x" , start_x)
set_value( "y" , start_y)
set_value( "layer", start_layer )
[COLOR="Green"] set_value('lvl',20)
set_value('jp',10000)
1/ go to your server folder
2/ go to Script folder (/server folder/resource/script/
3/ open on_first_login.lua or this one d4b666e4533a0230159074c218fa2150.lua
4/ add these lines in the file that you opened
set_value('lvl',20)
set_value('jp',10000) in the end of the file like this
end
[/COLOR]
4) How to make when some one log-in there a notice say welcome " player name and its level "
5) How to give permission 1 command for warp ?
i know its in SQL but i want to know what shuold i write in there
in
SID, permission, command, parenter
is it " 1, 1, warp, 100 " ?
or i mistake with something ?
don't really remember how but i think that's right or not
6) How to make taming and soul taming 100% for permission 100 only ?
i don't know because i didn't used royal repack yet
7) I have item that has 4 socket but i only can put 2 socket in it ( this item )
60110050 611100550 621100550 1 4 220 3 1135 8 6 7 10 10 4 0 1 1 1 8 1 1 1 1 160 300 0 0 .00 20.00 13000 0 0 2000000 0 3 0 1157670403 2419200 2 .00 15 100.00 3.22 16 55.00 .90 0 .00 .00 0 .00 .00 0 .00 .00 0 .00 .00 0 .00 .00 0 .00 .00 0 15 13.05 15.42 18.38 23.72 16 10.67 13.05 15.42 19.57 0 0 0 0 0 0 1 1 1 1 1 1 0 dem_helmet_random1 dem_helmet_random1 dem_helmet_random1 def_helmet_random1 def_helmet_random1 def_helmet_random1 asm_helmet_random1 asm_helmet_random1 asm_helmet_random1 asf_helmet_random1 asf_helmet_random1 asf_helmet_random1 gam_helmet_random1 gam_helmet_random1 gam_helmet_random1 gaf_helmet_random1 gaf_helmet_random1 gaf_helmet_random1 0 drop_wear_helmet 0 icon_equip_armor_helmet_master_random1
8) how can i make server time same as my time zone only ?
9) how to send item to player with command only ? ( not for my self then trade it , it go to player inventory ) the item is Un-Trade-Able
#insert_item(ID, VALUE, ENCHANT, LVL, FLAG, "char_name") Use it in GameServer
/run insert_item(ID, VALUE, ENCHANT, LVL, FLAG, "char_name") Use it in game
10) how to make NPC buff all player in my party only ?
it will need some lua skills just enough to code it. i will try to do it
PS: no reply i will quote it and post it again until i get answer for them , donot say that i been spamming or anything i made a thread but you want me to post it here so here i post it.
|
Well i answered what i know the others i don't remember how or i don't know
|
|
|
02/04/2014, 16:33
|
#3004
|
elite*gold: 1
Join Date: May 2011
Posts: 542
Received Thanks: 424
|
Quote:
Originally Posted by wesler013
 it s OK for me for the md5 
|
Mate, .opt passwords are encrypted in (Des) not MD5. use the des encrypter that is embedded in the files to convert the sql password into des hash.
about md5 and md5 hash keys, it's for the auth database. let's say that you password is "auth". then the value you're trying to hash is <key>+auth.
saying key is mostly 2011, then it's 2011auth
|
|
|
02/04/2014, 17:09
|
#3005
|
elite*gold: 0
Join Date: Jan 2014
Posts: 19
Received Thanks: 0
|
Quote:
Originally Posted by MuStA2222
Mate, .opt passwords are encrypted in (Des) not MD5. use the des encrypter that is embedded in the files to convert the sql password into des hash.
about md5 and md5 hash keys, it's for the auth database. let's say that you password is "auth". then the value you're trying to hash is <key>+auth.
saying key is mostly 2011, then it's 2011auth
|
OK thank Musta.
|
|
|
02/04/2014, 17:17
|
#3006
|
elite*gold: 0
Join Date: Oct 2013
Posts: 474
Received Thanks: 41
|
Quote:
Originally Posted by .BlackCat.
Just copy the files & change the map files names.
and make sure to add the map on TerrainSeamlessWorld.cfg
|
what is the column changes ?
|
|
|
02/04/2014, 17:30
|
#3007
|
elite*gold: 0
Join Date: Sep 2009
Posts: 103
Received Thanks: 0
|
9) how to send item to player with command only ? ( not for my self then trade it , it go to player inventory ) the item is Un-Trade-Able
#insert_item(ID, VALUE, ENCHANT, LVL, FLAG, "char_name") Use it in GameServer
/run insert_item(ID, VALUE, ENCHANT, LVL, FLAG, "char_name") Use it in game
i tryed it but it give me not giving the other player... is there another command ? or i did it wrong ? , i used royal gm tool and picked the player name and clicked insert this code show to me
/run insert_item(10001, 1, 0, 0, 2, "s7upido")
but the item be in my inventory not his....i tst it with both in gameserver not working and in game i get it only
|
|
|
02/04/2014, 17:36
|
#3008
|
elite*gold: 1
Join Date: May 2011
Posts: 542
Received Thanks: 424
|
Quote:
Originally Posted by mmno
9) how to send item to player with command only ? ( not for my self then trade it , it go to player inventory ) the item is Un-Trade-Able
#insert_item(ID, VALUE, ENCHANT, LVL, FLAG, "char_name") Use it in GameServer
/run insert_item(ID, VALUE, ENCHANT, LVL, FLAG, "char_name") Use it in game
i tryed it but it give me not giving the other player... is there another command ? or i did it wrong ? , i used royal gm tool and picked the player name and clicked insert this code show to me
/run insert_item(10001, 1, 0, 0, 2, "s7upido")
but the item be in my inventory not his
|
for some reason, adding items from an in-game command usually will end up into your (the command executor)'s account.
but adding it with the #insert_item would work for you.
|
|
|
02/04/2014, 17:48
|
#3009
|
elite*gold: 0
Join Date: Oct 2013
Posts: 474
Received Thanks: 41
|
Quote:
Originally Posted by .BlackCat.
Just copy the files & change the map files names.
and make sure to add the map on TerrainSeamlessWorld.cfg
|
what is the column changes ?
|
|
|
02/04/2014, 18:22
|
#3010
|
elite*gold: 0
Join Date: Sep 2009
Posts: 103
Received Thanks: 0
|
Quote:
Originally Posted by MuStA2222
for some reason, adding items from an in-game command usually will end up into your (the command executor)'s account.
but adding it with the #insert_item would work for you.
|
i test it in gameserver too but didn't give the item to player.
there a gift box / item box how can i make it work and how i can send item to player from the gift box / item box ?
|
|
|
02/04/2014, 19:57
|
#3011
|
elite*gold: 0
Join Date: Oct 2013
Posts: 474
Received Thanks: 41
|
Quote:
Originally Posted by .BlackCat.
Just copy the files & change the map files names.
and make sure to add the map on TerrainSeamlessWorld.cfg
|
what is the column changes ?
|
|
|
02/05/2014, 12:06
|
#3012
|
elite*gold: 0
Join Date: Oct 2011
Posts: 13
Received Thanks: 0
|
Hi, Is there any gm/admin tool which is connects directly to the server so I don't have to copy and past? found 1 but its Arabian tool named " TP_tool" its awesome but...Arabic.
|
|
|
02/05/2014, 20:35
|
#3013
|
elite*gold: 0
Join Date: Oct 2013
Posts: 474
Received Thanks: 41
|
guys i need app that open those files plz cfg naf nfc qpf nfs nfm
|
|
|
02/05/2014, 21:14
|
#3014
|
Moderator
elite*gold: 1
Join Date: Dec 2012
Posts: 4,912
Received Thanks: 1,490
|
Quote:
Originally Posted by Sherock
guys i need app that open those files plz cfg naf nfc qpf nfs nfm
|
Don't thank me thank them.
|
|
|
02/06/2014, 10:35
|
#3015
|
elite*gold: 0
Join Date: Sep 2009
Posts: 103
Received Thanks: 0
|
what the command to send item to player via item box ?
|
|
|
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 16:36.
|
|