[Help Thread] Please post your questions here.

07/18/2016 12:54 ThunderNikk#5806
That is where all game accounts are created and stored.
07/18/2016 13:11 salientheroes#5807
can you help explaining the final step in these guide?

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

kinda lost to where do i create the admin account and one more thing, how do i launch the game? i mean by launching the rappelzcmdlauncher.exe?
07/18/2016 18:36 ThunderNikk#5808
I just told you you create accounts in that table auth.dbo.accounts

That is where you create your "Game" "Admin" or "GM" account whatever you want to call it. Just make sure to give the account "GM" or "Admin" permission level for commands. That would be permission 100.

Follow the instructions for the MD5 hash.

You launch the game by setting up the .bat file example in the guide...

RappelzCmdLauncher.exe sframe.exe /auth_ip:127.0.0.1 /auth_port:58422 /use_nprotect:0 /help_url_w:611 /help_url_h:625 /locale:ASCII /country:US /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631
07/19/2016 13:39 アルカード#5809
Anyone got 9.1 item modder?i can't use any tool on elitepvpers with this 9.1 server
07/23/2016 01:03 アルカード#5810
I am trying to add this to sql but this is error i get always idk what is issue


[Only registered and activated users can see links. Click Here To Register...]
07/23/2016 02:18 kojima2501#5811
Hiiiii all how to do this pls : i use Post implantation 9.3 Monster model + map

add_field_prop( 121191, 0, 153241, 77247, 0, 0, 0, 0, 0.75, 0.3, 0.3, 0.3 )

with 100 perm in game i enter this and i have nothing : /addfieldprop( 121191, 0, 153241, 77247, 0, 0, 0, 0, 0.75, 0.3, 0.3, 0.3 )
And /add_field_prop( 121191, 0, 153241, 77247, 0, 0, 0, 0, 0.75, 0.3, 0.3, 0.3 )

possibility to implante in NPC Lua for warp in dungeon like underground 160 ?
07/23/2016 05:58 ThunderNikk#5812
Have you added the 9.3 prop to your 9.1 field prop resource table yet?
07/23/2016 10:18 Sherock#5813
how to convert the returning value of (get_os_time() ) to known date and time ?
07/23/2016 12:19 SilentWisdom#5814
That function returns seconds since UNIX epoch. Google how to convert seconds to date time ;)
07/23/2016 15:29 kojima2501#5815
Re thndr
yes i add prop sql in 9.1 database :

Another problem i try with other dungeon gate:
/add_field_prop( 130091, 0, 153241, 77247, 0, 0, 0, 0, 0.75, 0.3, 0.3, 0.3 )

and same problem with one Id 9.1 i see nothing in poss 153241, 77247
i try with other poss but not work too

i don't know why didn't work ....
07/23/2016 16:05 SilentWisdom#5816
Did you export the dbo.FieldPropResource -> db_fieldpropresource.rdb? :P
07/23/2016 18:14 kojima2501#5817
Quote:
Originally Posted by SilentWisdom View Post
Did you export the dbo.FieldPropResource -> db_fieldpropresource.rdb? :P
Hi =)
yes SilentWisdom i load FieldProp81Database.dll in Rdbtool , save in rdb nohased and add db_fieldpropresource.rdb in Client data.000 with Grimoire
+ i add dbo.FieldPropResource Save rdb file hashed with rdbtool for Ressource Client
But still no work .. T_T XD

i need other solution than Gate ... possibility to inser in Npc with warp ? i just need x & y inside dungeon if u have =)

and thx for ur help all <3

Ty Lamia work with /run add_field_prop()
07/23/2016 18:53 InkDevil#5818
Quote:
Originally Posted by kojima2501 View Post
Hi =)
yes SilentWisdom i load FieldProp81Database.dll in Rdbtool , save in rdb nohased and add db_fieldpropresource.rdb in Client data.000 with Grimoire
+ i add dbo.FieldPropResource Save rdb file hashed with rdbtool for Ressource Client
But still no work .. T_T XD

i need other solution than Gate ... possibility to inser in Npc with warp ? i just need x & y inside dungeon if u have =)

and thx for ur help all <3
You know you have to use /run add_field_prop() and not /add_field_prop() if you want to spawn your prop manually via ingame-command..?
07/25/2016 15:06 kojima2501#5819
Re
i need learn how to found ID MonsterRessource in ItemRessource whith one ID scroll summoning Monster

in ItemRessource i take All summoning Abhuva

like this :

and result Query :
** Left- right page for see all table**

i see Opt_typ i think this is value for summoning

but opt_var1_0 and opt_var2_0 no idea ... =X

And ty for ur help ^^ <3
07/25/2016 18:14 ThunderNikk#5820
You know you could have just wrote...

Select * FROM [Arcadia].[dbo].[ItemResource]
where id='3631032' Or id ='3631033'Or id ='3631051'Or id ='3631070'Or id ='3631089'

about opt var values I am not sure but you could take a look at each one in game and see if there is a difference.