Plugin Collections

Hello,

I get a [Warning] when use dispbottom2:

PmHK8GH.png

The message shows in color, but appear a warning.

I used the follow format: 

dispbottom2 0xFF0000,"Message";

When I put the color in " " (dispbottom2 "0xFF00002","Message";), no warning appears, but the message color is always white.

EDIT:

Using latest Herc git.
Currently, color should be in quotes, and format is 0xRRGGBB,
Hmmp... this still not working... I put the correct format, in quotes, but color's always White (No Debug appears).

However, I put the Warning Number Value in quotes, and the message shows in Red Color.

Code:
dispbottom2 "16711680","Message";
 
Hello,

I get a [Warning] when use dispbottom2:

PmHK8GH.png

The message shows in color, but appear a warning.

I used the follow format: 

dispbottom2 0xFF0000,"Message";

When I put the color in " " (dispbottom2 "0xFF00002","Message";), no warning appears, but the message color is always white.

EDIT:

Using latest Herc git.
Currently, color should be in quotes, and format is 0xRRGGBB,
 Hmmp... this still not working... I put the correct format, in quotes, but color's always White (No Debug appears). However, I put the Warning Number Value in quotes, and the message shows in Red Color.dispbottom2 "16711680","Message";
Hex format should have worked.

Anyways, I forgot to tell, recently, there was change in DispBottom to support color.

Syntax:

dispbottom "Message", <color>;

Color is in hex, so red = 0xFF0000

 
experiencing problem with sellitem2. no errors on compile. when using in an NPC shows the correct function however disables all other npc and all other shops.

Can't talk to normal npcs and other shops items will be lost

 
Hi @Dastgir, i hope you will have time to update plugins specially the Extended vending system (with the battleconf issue ) ty

 
Last edited by a moderator:
@Dastgir
 

2>..\src\plugins\whobuy.c(68): warning C4018: '<' : signed/unsigned mismatch
2>..\src\plugins\whobuy.c(70): warning C4018: '>' : signed/unsigned mismatch
 
Can you turn this into plugin?

https://pastebin.com/raw/jNJU6pFp

Much appreciated! :)

Also about Extended Vending, when I use vending skill there's an apple in selection, next to TCG and the coins as currency.. How to fix that?

 
Its kinda different from auraset. @aura is part of eAmod. I managed to convert it to be compatible with Hercules, but I don't know how to make it to a plugin.

See screenshot.

20751196_1152536754879827_780856254_n.jpg

 
Last edited by a moderator:
Hi @Dastgir, i hope you will have time to update plugins specially the Extended vending system (with the battleconf issue ) ty
adding .conf should be into conf/map/battle/battle.conf

not

conf/map/battle/featured.conf

 
Hello Sir,

I am having an error in console after compiling the ExtendedVending.

Code:
[Error]: sv_readdb: can't read db/item_vending.txt
 
Back
Top