Little help for you all...

07/26/2012 20:50 gavsta#1
After leaching everything I have and know about rappelz private servers i've decided to act now as thou i know what im talking about and tell people the basics which is pretty much all i know since usually if i try to do anything myself it generally fucks things up so usually i leach and steal other peoples ideas without giving credit (like my new upcoming t7 pet to be released on pyroxia).


1st: This has been shown a lot of times but still people can't understand it:

How to make a basic NPC


Okay very common problem: is the weird text when trying to login to your server this is a port issue all I can say is make sure the port is not being used and make sure your firewall allows the port

Another problem: you all seem to have when compressing don't forget you need to change the opts by opening them with notepad or notepad++ which ever is preferred, Then open the compresser once open move the .opt file to the window the compresser opened make sure the time and date changed on the .eop file.

IP Problem also a lot of you have a problem with IP you set it to your own ip which doesn't allow the server to run as you change them all.. make sure you keep IP's as 127.0.0.1


Add the Idx problem: If you have this message "Registering this server to auth server with idx 1" change in your gameserver.opt this line:
Quote:
"S auth.server_idx:1"
to
Quote:
"S auth.server_idx:2"
And change it if you want add a third server.
If you see in game a cheater: check if you have a console password on th gameserver.opt
Quote:
S db.c._password:
Like a password like that (with numbers and letters):
Quote:
S db.c._password:e8v4h6d6f486epji754dh
Note for more help on NPC's use the thread: [Only registered and activated users can see links. Click Here To Register...]
07/26/2012 21:11 Audric123#2
Add the Idx problem: If you have this message "Registering this server to auth server with idx 1" change in your gameserver.opt this line:
Quote:
"S auth.server_idx:1"
to
Quote:
"S auth.server_idx:2"
And change it if you want add a third server.

If you see in game a cheater: check if you have a console password on th gameserver.opt
Quote:
S db.c._password:
Like a password like that (with numbers and letters):

Quote:
S db.c._password:e8v4h6d6f486epji754dh
I think it's good :)
If I think an another common problem I add it.
07/26/2012 21:37 ptifou78#3
A better tutorial for make npc by Xijezu here =>
[Only registered and activated users can see links. Click Here To Register...]
07/26/2012 21:50 struppi#4
Danke für dieses Tutorial, aber bei mir werden irgendwie die NPCs nicht angezeigt oO
07/27/2012 23:31 Uberatum#5
thank you for this really straight forward i have 2 questions tho,

1. how would i add for example a +20 lvl 10 armor to the shop?

2.is there a way to change the npc name in game mine is coming up empty string bla bla bla

any help is appreciated direct or reference
07/28/2012 00:03 Tekknoid#6
First thx for your wastetd Time, the most of this freaks is not able to secure the fucking root.

You can gif many hints and fixes and theys freaks dont youse his brain :P


mfg Tekk


/edit: thats i think the reason while ncarbone give up the work on this shity rappelz

/edit2: sry for my english iam drunken :P
07/28/2012 01:25 Selybria#7
I tried but I end up being much: (
Good words, at least I can see it now :) NPC
Thank Gavsta
but I can not connect: (
NPC is a kind of resource I use arcadia

Please add video to show how the NPC is added


ing bad m sorry

[Only registered and activated users can see links. Click Here To Register...]
07/28/2012 11:25 gavsta#8
Quote:
Originally Posted by Selybria View Post
I tried but I end up being much: (
Good words, at least I can see it now :) NPC
Thank Gavsta
but I can not connect: (
NPC is a kind of resource I use arcadia

Please add video to show how the NPC is added


ing bad m sorry

[Only registered and activated users can see links. Click Here To Register...]
It looks like you don't have the .lua written out correctly.
07/28/2012 14:00 Vake24#9
Quote:
Originally Posted by Selybria View Post
I tried but I end up being much: (
Good words, at least I can see it now :) NPC
Thank Gavsta
but I can not connect: (
NPC is a kind of resource I use arcadia

Please add video to show how the NPC is added


ing bad m sorry

[Only registered and activated users can see links. Click Here To Register...]
check your .lua
after function name u need place () example: function OLOLO_1()
07/28/2012 14:16 Farissi#10
Hi, please what is the command to reset guild join time ?
07/28/2012 15:42 TheOnlyOneRaskim#11
Quote:
Originally Posted by Farissi View Post
Hi, please what is the command to reset guild join time ?
set_guild_block_time(0)
07/28/2012 16:09 Selybria#12
[Only registered and activated users can see links. Click Here To Register...]


[Only registered and activated users can see links. Click Here To Register...]


[Only registered and activated users can see links. Click Here To Register...]





--================================================== ==========
-- <<<<<< Basic Shop Contact NPC >>>>>>
--================================================== ==========

function basic_shop_contact()

dlg_title( "Basic shop" )
dlg_text( "Hello I am a basic shop I will do your basic needs. " )

dlg_menu( "Shop", "open_market( 'Basic_item_in_shop' )")
dlg_menu( "@90010002", '' )

dlg_show()

end






--================================================== ==========
-- <<<<<< Basic Shop Contact NPC >>>>>>
--================================================== ==========

function NPC_basic_shop_contact()
cprint( "basic shop Item Trader" )
set_npc_name( "@90998006" )
end




function basic_shop_contact()


dlg_title( "Basic shop" )
dlg_text( "Hello I am a basic shop I will do your basic needs. " )

if get_env("game.cash_usable_server") == 1 then
dlg_menu( "shop", "open_market( 'flat_sum_Basic_item_in_shop' )" )
else

dlg_menu( "Shop", "open_market( 'Basic_item_in_shop' )")
dlg_menu( "@90010002", '' )

dlg_show()

end
07/28/2012 16:23 Xijezu#13
Change the Function-Name to "NPC_basic_shop_contact"
07/28/2012 17:41 Selybria#14
Please send me the code was not

Thank you