Jump to content

  •  

tedexx

Member Since 20 Mar 2014
Offline Last Active Jun 02 2017 05:04 AM
-----

Topics I've Started

Best way to get floating value?

20 May 2017 - 08:28 AM

Whats the best way to make an operation using floating values?


area_size, max_walk_path and Snap

18 April 2017 - 04:52 AM

Some questions:

 


Why changing /conf/battle/client.conf > area_size affects the Snap skill from champ? How to make the skill cap at 14 cells (official)?

 

Is there any adivise against changing the area_size and max_walk_path values? Some bad interaction or a meaningful increase of memory?

 


<NAVI> and <URL>

07 April 2017 - 12:21 AM

<URL>

The window is opening with no size. How can I fix that? ef2ukIv.png

 

<NAVI>

Not working in custom maps. Is there any /data/ file that I should be adding so it works?


Using 2015-05-13aRagexe, tested with 2016-02-03aRagexeRE also and the same occurs.


DBMS alternatives?

06 April 2017 - 06:26 PM

Just for curiosity, has anyone tried to implement a different DBMS besides MySQL or the source its juts tightly coupled with the current choices?

 


Today we have a lot of good dbms choices and could do so much more with more options. Just imagine running a server with mongodb and meteorjs on the web. Or having the concistency and scalability of postgress.

 

Not trying to be a prick, just asking out of curiosity, i'm trying to learn more about the source of hercules, maybe thats a thing I can work on - if its viable.

 


showevent() additional icons

05 April 2017 - 03:44 PM

How can be added new icons to showevent() function?

 

*showevent(<icon>{, <mark color>})

Show an emotion on top of a NPC, and optionally,
a colored mark in the mini-map like viewpoint().
This is used to indicate that a NPC has a quest or an event to 
a certain player. 

Available Icons:

Remove Icon	: QTYPE_NONE
! Quest Icon	: QTYPE_QUEST
? Quest Icon	: QTYPE_QUEST2
! Job Icon	: QTYPE_JOB
? Job Icon	: QTYPE_JOB2
! Event Icon	: QTYPE_EVENT
? Event Icon	: QTYPE_EVENT2
Warg		: QTYPE_WARG
Warg Face	: QTYPE_WARG2 (Only for packetver >= 20120410)

Mark Color:
0 - No Mark
1 - Yellow Mark
2 - Green Mark
3 - Purple Mark