[Help Thread] Please post your questions here.

03/02/2015 03:48 アルカード#4306
Ok so each server got on left side image once u log in on your account.it is possible in client to remove to to be loaded.
03/02/2015 12:29 louka2#4307
steps and files of cash shop pls
03/02/2015 18:29 colonelx#4308
need help about right menu , in other servers when u right click on charcter info box
a simple menu appear contain some function like follow,whisper, and other things
but in my server it does not
03/02/2015 19:22 Sherock#4309
can anybody give me last ItemResource ?
03/02/2015 19:45 nimoht#4310
Quote:
Originally Posted by needsellfast View Post
Ok so each server got on left side image once u log in on your account.it is possible in client to remove to to be loaded.
hy
you have this :
[IMG=expandable: 1][Only registered and activated users can see links. Click Here To Register...]][/IMG]

and you want this :
[IMG=expandable: 1][Only registered and activated users can see links. Click Here To Register...][/IMG]

for a local server (just for you), it's easy :
edit this row (edit the path to your files) on gameserver.opt and compress to .eop :
S game.server_screenshot_url:C:/inetpub/wwwroot/img/index.html

add on the same place the picture you want , the .html and .css files needed and enjoy .

.html file content :
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<link href="style.css" rel="stylesheet" type="text/css" />
<img src="C:/inetpub/wwwroot/img/images/serverselection.jpg"/>
</body>
</html>

.css file content :
*{
padding:0px;
margin:0px;
}
img{
padding: 0px;
border: 0px solid #999999;
}

format of the picture : 500/400

if you want this for all the players who play on your server, you must configure your web server ( such as IIS = included on win7 ) establishing the above files as a Web site on your Web server and put the url and port this website on gameserver.opt instead of the path :
S game.server_screenshot_url:[Only registered and activated users can see links. Click Here To Register...] (example) .
:bandit:

Quote:
Originally Posted by colonelx View Post
need help about right menu , in other servers when u right click on charcter info box
a simple menu appear contain some function like follow,whisper, and other things
but in my server it does not
i don't know ,i have the same issue , just right click on the group panel ...

Quote:
Originally Posted by Sherock View Post
can anybody give me last ItemResource ?
there is no new itemresource , 8.1 and 9.1 haven't the same columns in the same order .
you need to read 9.1rdb and import new rows on 8.1 format and make new 8.1rdb for your client .
ACRM by Ismokedrow and VisualStudio Express 2013 is the good way .
:mofo:

Quote:
Originally Posted by nimoht View Post
Hy all .
I'm search for a lua function that can return an selected mob_name ( string value ) for update the soul_taming_system .
i want to get the same message as the classic taming system but with the string_resource message , the mob name is not called , just the function #@creature_name@# .
I'm searching in a lot of thread and nothing work for me ...
Thanks by advance for who can help me !
for explain my issue :
[Only registered and activated users can see links. Click Here To Register...]

up of my question :D
03/02/2015 22:04 Saltaya#4311
Quote:
Originally Posted by colonelx View Post
need help about right menu , in other servers when u right click on charcter info box
a simple menu appear contain some function like follow,whisper, and other things
but in my server it does not
What youre searching for is stored in uiwindows_addon_script.lua

Code:
create_addon( "window_main_target_player.nui", "window_main_target_submenu_rclick.nui", "left_out", "top_in", lbutton_down )
03/02/2015 22:31 colonelx#4312
Quote:
Originally Posted by Saltaya View Post
What youre searching for is stored in uiwindows_addon_script.lua

Code:
create_addon( "window_main_target_player.nui", "window_main_target_submenu_rclick.nui", "left_out", "top_in", lbutton_down )
should i extract uiwindows_addon_script.lua from data.00x files ?
or create new one with the line u give me
EDIT :
i have exctracted it from client and put it in resource but
that not help
03/02/2015 23:35 アルカード#4313
[QUOTE=nimoht;31192872]hy
you have this :I WANA THIS
[IMG=expandable: 1][Only registered and activated users can see links. Click Here To Register...]][/IMG]

and you want this :I dont wana this
[IMG=expandable: 1][Only registered and activated users can see links. Click Here To Register...][/IMG]



anyway i fixed my problem
03/03/2015 05:32 Sherock#4314
how to make my weapon +25 with the new 9.1 system ?
03/03/2015 15:38 ThunderNikk#4315
Quote:
Originally Posted by Sherock View Post
how to make my weapon +25 with the new 9.1 system ?
Thank mogreldogg...

[Only registered and activated users can see links. Click Here To Register...]
03/03/2015 15:46 Saltaya#4316
Quote:
Originally Posted by colonelx View Post
should i extract uiwindows_addon_script.lua from data.00x files ?
or create new one with the line u give me
EDIT :
i have exctracted it from client and put it in resource but
that not help
You should understand what is written in this LUA.

create_addon is the function, wich is called to create the menu.

But if you look closely, the 9.1 Menu is triggered, by using the LEFT mouse.

You have to change it to RIGHT and adjust the nui wich is called.

I will not do this for you. All Info wich is needed to do this, was given.
03/03/2015 17:51 Sherock#4317
Quote:
Originally Posted by thndr View Post
Thank mogreldogg...

[Only registered and activated users can see links. Click Here To Register...]
thanks i'll try it and back

Quote:
Originally Posted by thndr View Post
Thank mogreldogg...

[Only registered and activated users can see links. Click Here To Register...]
after i put the herlok in server files , SFrame in game files

i have to get MixResource right ?

if yes : and what else ? :handsdown:
03/04/2015 01:01 colonelx#4318
Quote:
Originally Posted by Saltaya View Post
You should understand what is written in this LUA.

create_addon is the function, wich is called to create the menu.

But if you look closely, the 9.1 Menu is triggered, by using the LEFT mouse.

You have to change it to RIGHT and adjust the nui wich is called.

I will not do this for you. All Info wich is needed to do this, was given.
i did it :p
thx
03/05/2015 13:52 colonelx#4319
Could any one explain me how to create new effect using table ItemEffectResource
i tried to understand it but i cant
03/05/2015 22:27 tokesbowls#4320
Hello,
So im trying to remove hamachi from my server, Have all ports ported into my router
But when i do a port test 2 of them say they are not open, Would really like to remove hamachi so if anyone if free and would like to help me. Please pm me on here or skype
Thank You