Jump to content

  •  

loki

Member Since 30 Mar 2017
Offline Last Active May 12 2017 03:28 AM
-----

Topics I've Started

Linux: Map Server crash on @autotrade

29 April 2017 - 06:58 AM

Map Server crash on @autotrade.

 

- Fresh ubuntu 16.04 with gcc 5.4

- Latest Herc - no plugins

- The exact same setup works with windows 10. I assume its something with gcc compiling.

 

 

The only thing I receive is:

[Error]: Server received crash signal! Attempting to save all online characters!

 

@Edit

Remove the ExtVend from the post details because I tested without it and the same thing occurs.


Clientinfo: multiple servers

27 April 2017 - 07:11 PM

I have multiple entrys for <connection> in the xml, but the client is reading only the first. How can I have more than one? Is it a NEMO config?

 

The client only connects to the "127.0.0.1" and the <display>, <balloon>, <desc> are not used at all.
Of course, if I change the order (putting the other <connection> entry first) it connects to the "12.100.8.1".


<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
	<desc>Ragnarok Online Client</desc>
	<servicetype>korea</servicetype>
	<servertype>sakray</servertype>
	<hideaccountlist />
	<passwordencrypt />
	<passwordencrypt2 />
	<extendedslot />
	<readfolder />
	<connection>
		<display>server 1</display>
		<balloon>balloon</balloon>
		<desc>desc</desc>
		<address>127.0.0.1</address>
		<port>6900</port>
		<version>20</version>
		<langtype>1</langtype>
		<registrationweb>registration.url1</registrationweb>
		<yellow>
			<admin>2000001</admin>
		</yellow>
		<loading>
			<image>loading00.jpg</image>
		</loading>
	</connection>
	<connection>
		<display>server 2</display>
		<balloon>balloon</balloon>
		<desc>desc</desc>
		<address>12.100.8.1</address>
		<port>6900</port>
		<version>20</version>
		<langtype>1</langtype>
		<registrationweb>registration.url2</registrationweb>
		<yellow>
			<admin>2000001</admin>
		</yellow>
		<loading>
			<image>loading00.jpg</image>
		</loading>
	</connection>
</clientinfo>

Hat Preview in item description & Description link mouse over

30 March 2017 - 11:21 PM

I'll not say the server's name (not sure if I can), but there's a server that has some really cool features built into it and I have never seen before (images below). My hope here is that someone can help me understand how it was done so I can learn and and try to do the same. Even post it here if the result was good enough.

 

I have pretty good knowledge of programming but honestly have no idea how it was done. I guess its more of a client thing, but don't where to event start. Can someone please help me, point me do the right directions?

 

Here's what i'm talking:

 

Description link mouse over

 

1.png

 

 

Hat Preview in item description

 

2.png3.png