Jump to content

Shop Ex Renewal


Recommended Posts

1 hour ago, DemOnJR said:

Non ho bisogno di aiuto, ho visto molte persone qui lamentarsi del sistema che non funziona, e soprattutto ho detto che l'ho aggiunto di nuovo (sono stato il primo a testarlo) e funziona senza errori o bug.

Ah sorry, it wasn't clear enough. I confirm that the System works without any type of problem, installed several times on multiple revisions.

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...
  • 1 month later...
8 hours ago, AlexuuSky said:

for me, is not opening the server anymore, without sysser in db/auth or game..

System is simple and works without any problem, check again code..

Little things:

1. You cant have same npc id for shop and shopex (be carefully about it because your server cant start - maybe this is your problem but idk why you dont have any syserr)

2. I got game.core when I set tabs, it would be solved like this:

#if defined(ENABLE_RENEWAL_SHOPEX)
	char temp[8096 * 3];
#else
	char temp[8096];
#endif

3. When you buy from shop weapon or something what have set average damage or skill damage in proto, it will be lost, so that is not included..

Thats all what I found

Link to comment
Share on other sites

2 hours ago, Filachilla said:

System is simple and works without any problem, check again code..

Little things:

1. You cant have same npc id for shop and shopex (be carefully about it because your server cant start - maybe this is your problem but idk why you dont have any syserr)

2. I got game.core when I set tabs, it would be solved like this:

#if defined(ENABLE_RENEWAL_SHOPEX)
	char temp[8096 * 3];
#else
	char temp[8096];
#endif

3. When you buy from shop weapon or something what have set average damage or skill damage in proto, it will be lost, so that is not included..

Thats all what I found

where i find that to change, and also, i don't know why because i use gcc9 so is not a problem about compiling, in mysql i have that sql and that's it but...still doesn't open.. also without connection refused

Link to comment
Share on other sites

36 minutes ago, AlexuuSky said:

where i find that to change, and also, i don't know why because i use gcc9 so is not a problem about compiling, in mysql i have that sql and that's it but...still doesn't open.. also without connection refused

Did you have enabled syserr? Because its very strange you not got some syserr.. I know only about these things what I must change and thats all, shop works very well..
Only one thing is average and skill damage is not included, so maybe @ Mali will update it when he have time to do it 😄


shopEx.cpp, but you need this only when you have 80/90 slots shop and using 3 tabs in shop..


btw. for 80/90 (have 90) must be changed in shop_manager.cpp this too:

#ifdef __SHOPEX_RENEWAL_90_SLOTS__
		CGrid grid(10, 9);
#else
		CGrid grid(5, 8);
#endif
Edited by Filachilla
Link to comment
Share on other sites

i gave up.. this is .. sysser for db

SYSERR: Jan  6 13:34:44 :: pid_init: 
Start of pid: 995

and this is for game99 

SYSERR: Jan  6 13:34:55 :: pid_init: 
Start of pid: 1015

it's just no sysser and no work " i evend added that 80 slots but nothing.."

 

I can't edit.. 

it's a crash..

SYSERR: Jan  6 16:04:53 :: Process: FDWATCH: peer null in event: ident 21
SYSERR: Jan  6 16:04:54 :: Process: FDWATCH: peer null in event: ident 22
SYSERR: Jan  6 16:04:56 :: Process: FDWATCH: peer null in event: ident 21
SYSERR: Jan  6 16:04:58 :: Process: FDWATCH: peer null in event: ident 21

Link to comment
Share on other sites

  • 1 month later...

I checked everything several times and everything works but the other tabs don't.
I'm using Marty Files 5.8, does anyone know what the error could be?

GIF: https://metin2.download/video/yZdc3XtkwCpPBX2g9s17NoP4CF5Cc9el/.mp4

Edited by Metin2 Dev International
Core X - External 2 Internal
Link to comment
Share on other sites

On 2/26/2024 at 12:58 PM, HFWhite said:

What does SECONDCOIN do ??

If i write "50011" on priceVnum and on price "200" It tells me I dont have enough yang to buy the item.

When you find SECONDARY_COIN in source, you can find something like type vnum.. So I think you just can set it like yang, but just for item (you dont need to set anything more and only count it like yang?) I asked too up for this, but nothing happen to answer.. Definetly if you dont use that, its a simple delete it (unecessary)

Link to comment
Share on other sites

  • 1 month later...

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.