Jump to content
AnnieRuru

@market clone

Recommended Posts

Crashed instantly o.O when i used the 1.3 and @market with zeny requirements

Edited by Wynne

Share this post


Link to post
Share on other sites

omfg ... forgot to add pc-> symbol

 

 

EDIT- modify existing paste is very useful ...

Edited by AnnieRuru

Share this post


Link to post
Share on other sites

omfg ... forgot to add pc-> symbol

 

 

EDIT- modify existing paste is very useful ...

 

sscanf  now works for me 

 

find 

 

if ( sscanf( message, ""%[^"]" "%[^"]"", title, msg ) < 2 ) {

 

change to

 

if ( sscanf( message, ""%256[^"]" "%256[^"]"", title, msg ) < 2 )

Share this post


Link to post
Share on other sites

http://herc.ws/board/topic/7127-maintenance-mode/?p=43750

ask Hadeszeus is his sscanf is really working fine or not

because that also works fine in my test server

 

I know I'm being sarcastic, and love to do string calculation hahaha

or actually I just simply hate people posting error ... error ... on my topic, kinda spoiled my reputation

 

in msvc2010, sscanf will throw error, saying need to use s_sscanf

then if you use s_sscanf, then other members who are not using mscv will get an error ...

very annoying

but when calculate the string, everybody happy

Edited by AnnieRuru

Share this post


Link to post
Share on other sites

http://herc.ws/board/topic/7127-maintenance-mode/?p=43750

ask Hadeszeus is his sscanf is really working fine or not

because that also works fine in my test server

 

I know I'm being sarcastic, and love to do string calculation hahaha

or actually I just simply hate people posting error ... error ... on my topic, kinda spoiled my reputation

 

in msvc2010, sscanf will throw error, saying need to use s_sscanf

then if you use s_sscanf, then other members who are not using mscv will get an error ...

very annoying

but when calculate the string, everybody happy

all those s_xxxx.. annoying warnings in my plugin projects were disabled  by me , coz I hate those

 

 

1.

right click your plugin project--> choose properties--> configuration properties--> Preprocessor-->Preprocessor Definition -->edit

 

 

q3rN3yHS.png

 

 

2. input the below two lines

_CRT_SECURE_NO_DEPRECATE

_SCL_SECURE_NO_DEPRECATE

 

 

yb9yJtFw.jpg

 

 

 

3 push ok and apply button

 

 

Edited by Angelmelody

Share this post


Link to post
Share on other sites

I just noticed somebody in rathena actually start converting my patch into rathena ... namely Napster

well kinda a competition then, as rathena does have more user base than hercules

 

version 1.3 released

plugin or patch

-- change back all status-damage into status-kill for readability

-- fix a bug that when a server enabled show_mob_info, the clone shouldn't has listed the hp nor level (credit: Napster)

-- fix a bug that player shouldn't create a market clone while chatting or vending

-- and for the patch, move all configuration into battle folder, makes more sense in this way (credit: Napster)

-- add zeny requirement

I'll be trying the released version for rathena svn soon. 

Share this post


Link to post
Share on other sites

 

http://herc.ws/board/topic/7127-maintenance-mode/?p=43750

ask Hadeszeus is his sscanf is really working fine or not

because that also works fine in my test server

 

I know I'm being sarcastic, and love to do string calculation hahaha

or actually I just simply hate people posting error ... error ... on my topic, kinda spoiled my reputation

 

in msvc2010, sscanf will throw error, saying need to use s_sscanf

then if you use s_sscanf, then other members who are not using mscv will get an error ...

very annoying

but when calculate the string, everybody happy

all thoes s_xxxx.. annoying warnings in my plugin projects were disabled  by me , coz I hate thoes

 

 

1.

right click your plugin project--> choose properties--> configuration properties--> Preprocessor-->Preprocessor Definition -->edit

 

 

q3rN3yHS.png

 

 

2. input the below two lines

_CRT_SECURE_NO_DEPRECATE

_SCL_SECURE_NO_DEPRECATE

 

 

yb9yJtFw.jpg

 

 

 

3 push ok and apply button

 

 

 

Thank you Angel finally got rid of that annoying warnings.

Share this post


Link to post
Share on other sites

all thoes s_xxxx.. annoying warnings in my plugin projects were disabled by me , coz I hate those

hmmm ~ nice ~ learn some thing new

now tell the whole world to remove that warning like your did ... not gonna happen

 

actually the problem is not on msvc ... can remind them to ignore it

its 'Debian GNU/Linux 6.0.5' that Hadeszeus using that was giving me headache

if you have a method that it doesn't throw error for Hadeszeus, I'm willingly to know too

 

but I'll probably stick to calculate the string

.

I'll be trying the released version for rathena svn soon.

make sense actually

while nobody in hercules forum willingly to convert this patch into rathena format

but its logical to ask someone over rathena forum to convert hercules patch into rathena

 

after all, we already have so many stuffs there was taken from rathena forum anyway

.


.

I just noticed a minor bug that

while you can't create a clone having a chat room open

but still can open a chat room after having a market clone

I should fix this or not ?

 

logical thinking, people are creating this clone and left it in town, so the player would be off questing in other maps

so I think should allow them so a clone is in town, while allow them to open a chat room inside a dungeon or something

Share this post


Link to post
Share on other sites

 

all thoes s_xxxx.. annoying warnings in my plugin projects were disabled by me , coz I hate those

hmmm ~ nice ~ learn some thing new

now tell the whole world to remove that warning like your did ... not gonna happen

 

actually the problem is not on msvc ... can remind them to ignore it

its 'Debian GNU/Linux 6.0.5' that Hadeszeus using that was giving me headache

if you have a method that it doesn't throw error for Hadeszeus, I'm willingly to know too

 

but I'll probably stick to calculate the string

.

>I'll be trying the released version for rathena svn soon.

make sense actually

while nobody in hercules forum willingly to convert this patch into rathena format

but its logical to ask someone over rathena forum to convert hercules patch into rathena

 

after all, we already have so many stuffs there was taken from rathena forum anyway

.


.

I just noticed a minor bug that

while you can't create a clone having a chat room open

but still can open a chat room after having a market clone

I should fix this or not ?

 

logical thinking, people are creating this clone and left it in town, so the player would be off questing in other maps

so I think should allow them so a clone is in town, while allow them to open a chat room inside a dungeon or something

 

Maybe make an option in player.conf? :D

Share this post


Link to post
Share on other sites

omfg ... forgot to add pc-> symbol

 

 

EDIT- modify existing paste is very useful ...

 

after trying so many things i can't see anything wrong/bug so far.

Share this post


Link to post
Share on other sites

Hmm.. i patch without error. I can create a clone but I can't kill it. 


@marketkill nothing happens (Only message that my clone was killed, but its not)

 

I logged out my clone still alive.

I can create multiple clone.

Edited by Hadeszeus

Share this post


Link to post
Share on other sites

between version 1.1 and 1.2

I removed the lines in status_percent_change and applied them in 5 different killmonster functions

Share this post


Link to post
Share on other sites

Hmm.. i patch without error. I can create a clone but I can't kill it. 

 

@marketkill nothing happens (Only message that my clone was killed, but its not)

 

I logged out my clone still alive.

 

I can create multiple clone.

 

Cant reproduce, i really suggest you guys use plugins >.> less stress.

Share this post


Link to post
Share on other sites

 

Hmm.. i patch without error. I can create a clone but I can't kill it. 

 

@marketkill nothing happens (Only message that my clone was killed, but its not)

 

I logged out my clone still alive.

 

I can create multiple clone.

 

Cant reproduce, i really suggest you guys use plugins >.> less stress.

 

I'll try to repatch later. :(

Share this post


Link to post
Share on other sites

Im having errors with the plugin when compiling, can someone help me out with this

 

thanks in advance

 

Warning	1	warning C4013: 'getFromMOBDATA' undefined; assuming extern returning int	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	107	1	market_cloneWarning	2	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	107	1	market_cloneWarning	3	warning C4013: 'addToMOBDATA' undefined; assuming extern returning int	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	111	1	market_cloneWarning	4	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	319	1	market_cloneWarning	5	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	335	1	market_cloneWarning	6	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	357	1	market_cloneWarning	7	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	370	1	market_cloneWarning	8	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	403	1	market_cloneWarning	9	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	414	1	market_cloneWarning	10	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	425	1	market_cloneWarning	11	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	436	1	market_cloneWarning	12	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	447	1	market_cloneError	13	error LNK2019: unresolved external symbol _addToMOBDATA referenced in function _mob_clone_spawn_market	C:UsersJajaDesktopNEW SERVERHerculesmarket_clonemarket_clone.obj	market_cloneError	14	error LNK2019: unresolved external symbol _getFromMOBDATA referenced in function _mob_clone_spawn_market	C:UsersJajaDesktopNEW SERVERHerculesmarket_clonemarket_clone.obj	market_cloneError	15	error LNK1120: 2 unresolved externals	C:UsersJajaDesktopNEW SERVERHerculespluginsmarket_clone.dll	1	1	market_clone	16	IntelliSense: invalid combination of type specifiers	c:usersjajadesktopnew serverherculessrccommoncbasetypes.h	288	14	char-server	17	IntelliSense: expected an identifier	c:usersjajadesktopnew serverherculessrcmapitemdb.h	576	16	map-server	18	IntelliSense: dllexport/dllimport requires external linkage	c:usersjajadesktopnew serverherculessrccommonhpmdatacheck.h	10	38		19	IntelliSense: identifier "getFromMOBDATA" is undefined	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	357	15	market_clone	20	IntelliSense: identifier "getFromMOBDATA" is undefined	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	370	18	market_clone	21	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "player_data *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	393	12	market_clone	22	IntelliSense: identifier "getFromMOBDATA" is undefined	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	403	15	market_clone	23	IntelliSense: identifier "getFromMOBDATA" is undefined	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	414	15	market_clone	24	IntelliSense: identifier "getFromMOBDATA" is undefined	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	436	15	market_clone	25	IntelliSense: identifier "getFromMOBDATA" is undefined	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	447	15	market_clone	26	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "player_data *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	456	12	market_clone	27	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "pc_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	467	5	market_clone	28	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "map_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	468	6	market_clone	29	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "mob_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	469	6	market_clone	30	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "npc_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	470	6	market_clone	31	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "chat_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	471	7	market_clone	32	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "clif_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	472	7	market_clone	33	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "unit_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	473	7	market_clone	34	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "mapit_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	474	8	market_clone	35	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "socket_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	475	8	market_clone	36	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "battle_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	476	9	market_clone	37	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "script_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	477	9	market_clone	38	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "status_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	478	9	market_clone	39	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "strlib_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	479	9	market_clone	40	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "socket_data **"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	480	10	market_clone	41	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "malloc_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	481	10	market_clone	42	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "atcommand_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	482	12	market_clone

Share this post


Link to post
Share on other sites

 

Im having errors with the plugin when compiling, can someone help me out with this

 

thanks in advance

 

Warning	1	warning C4013: 'getFromMOBDATA' undefined; assuming extern returning int	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	107	1	market_cloneWarning	2	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	107	1	market_cloneWarning	3	warning C4013: 'addToMOBDATA' undefined; assuming extern returning int	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	111	1	market_cloneWarning	4	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	319	1	market_cloneWarning	5	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	335	1	market_cloneWarning	6	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	357	1	market_cloneWarning	7	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	370	1	market_cloneWarning	8	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	403	1	market_cloneWarning	9	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	414	1	market_cloneWarning	10	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	425	1	market_cloneWarning	11	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	436	1	market_cloneWarning	12	warning C4047: '=' : 'monster_data *' differs in levels of indirection from 'int'	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	447	1	market_cloneError	13	error LNK2019: unresolved external symbol _addToMOBDATA referenced in function _mob_clone_spawn_market	C:UsersJajaDesktopNEW SERVERHerculesmarket_clonemarket_clone.obj	market_cloneError	14	error LNK2019: unresolved external symbol _getFromMOBDATA referenced in function _mob_clone_spawn_market	C:UsersJajaDesktopNEW SERVERHerculesmarket_clonemarket_clone.obj	market_cloneError	15	error LNK1120: 2 unresolved externals	C:UsersJajaDesktopNEW SERVERHerculespluginsmarket_clone.dll	1	1	market_clone	16	IntelliSense: invalid combination of type specifiers	c:usersjajadesktopnew serverherculessrccommoncbasetypes.h	288	14	char-server	17	IntelliSense: expected an identifier	c:usersjajadesktopnew serverherculessrcmapitemdb.h	576	16	map-server	18	IntelliSense: dllexport/dllimport requires external linkage	c:usersjajadesktopnew serverherculessrccommonhpmdatacheck.h	10	38		19	IntelliSense: identifier "getFromMOBDATA" is undefined	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	357	15	market_clone	20	IntelliSense: identifier "getFromMOBDATA" is undefined	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	370	18	market_clone	21	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "player_data *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	393	12	market_clone	22	IntelliSense: identifier "getFromMOBDATA" is undefined	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	403	15	market_clone	23	IntelliSense: identifier "getFromMOBDATA" is undefined	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	414	15	market_clone	24	IntelliSense: identifier "getFromMOBDATA" is undefined	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	436	15	market_clone	25	IntelliSense: identifier "getFromMOBDATA" is undefined	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	447	15	market_clone	26	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "player_data *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	456	12	market_clone	27	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "pc_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	467	5	market_clone	28	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "map_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	468	6	market_clone	29	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "mob_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	469	6	market_clone	30	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "npc_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	470	6	market_clone	31	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "chat_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	471	7	market_clone	32	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "clif_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	472	7	market_clone	33	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "unit_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	473	7	market_clone	34	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "mapit_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	474	8	market_clone	35	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "socket_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	475	8	market_clone	36	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "battle_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	476	9	market_clone	37	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "script_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	477	9	market_clone	38	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "status_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	478	9	market_clone	39	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "strlib_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	479	9	market_clone	40	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "socket_data **"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	480	10	market_clone	41	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "malloc_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	481	10	market_clone	42	IntelliSense: a value of type "void *" cannot be assigned to an entity of type "atcommand_interface *"	c:usersjajadesktopnew serverherculessrcpluginsmarket_clone.c	482	12	market_clone

see first post please

 

plugin <-- currently have to patch(http://upaste.me/4a7bb2) this until Ind merge my suggestion 

Share this post


Link to post
Share on other sites

Hi Annie,

 

Thanks for this. I just have a few question about it.

 

(1) What mapflags do I need to have to be able to use the @market command? It always says (You can only use @market in a town.)

Planning to have a town inn where players can only use @market on a specific cell

 

(2) Is it also possible to make this work on a classic chat room?

ex.

- player clicks on the chatroom but instead of refusing the join, it allows entering the chat room. (the "message" will still be sent but inside the chat room too)

- then everytime the player writes a message in the chat room it will be sent as a PM to the clone owner

- and the clone owner can reply using @marketreply if he choose to send it to the chatroom

 

Thanks!

Share this post


Link to post
Share on other sites

I'm having problem using the plugin
@market.c:307: error: too many arguments to function 'map->reloadnpc'

Share this post


Link to post
Share on other sites

1.4

plugin

- update to new plugin format

- fix possible memory leak when a player input a fail message

- change all i++ into ++i

- no longer overwrite @reloadscript, hook to npc_reload function instead

- since clif->messagecolor_self has been fixed, use that command in chat_joinchat_pre function

- add configuration for player has a cart/mount/mado, the clone can display these items as well

--- for me, it feels weird ... peco and cart is 1 thing, but warg and falcon ... ?

- now player can choose to use their favorite color in their AFK message from a list

- since all killmonster at/script functions looks the same, all of them hook to 1 same function

 

1.4a

just optimize the OPTION area

Edited by AnnieRuru

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.