Quote:
Originally Posted by Kuchen31
Hello.
I followed the 9.1 How to guide made by Ismokedrow and having some issues when starting the "start" launcher.
It appears that a loooot of dlls are missing and i wanna know whether that is normal or not. After downloading one dll by one a knew dll is needed here some examples :
libcairo-2.dll
libfontconfig-1.dll
libglib-2.0-0.dll
libgobject-2.0-0.dll
libiconv2.dll
[...]
What do you think?
|
hy kuchen ,don't use sframe gived with the server's files . Ismoke say in his tutorial : download official client of your country , put rappelz cmd launcher made by glandu on this client , put your .bat launcher or home made launcher alwais on this client and run your bat
example of .bat , change ip, port, locale and country if needed :
Start 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
Quote:
Originally Posted by sergeu1988
Hello everyone, if you can tell me these pets sled ID: Divine lion White camel, camel brown, blue sheep, red sheep.
|
if you know the name of mob or item , ex for Kamel (Sahara) :
use arcadia
select *
from StringResource
where value like'%Sahara%'
order by code
with the result of this request you get the code ( name_id 'or tooltip_id' of the item in itemresource ) you make this and execute
use arcadia
select * from ItemResource
where name_id = 12013287 or
name_id = 12013288 or
name_id = 12013289 or
name_id = 12013290 or
name_id = 12013481 or
name_id = 12013482 or
name_id = 12013483 or
name_id = 12013484
order by id
and it give you items id