Quote:
Originally Posted by needsellfast
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]

][/IMG]
and you want this :
[IMG=expandable: 1]

[/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:

(example) .
Quote:
Originally Posted by colonelx
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
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 .
Quote:
Originally Posted by nimoht
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 :
up of my question