Jump to content

Recommended Posts

  • Replies 16
  • Created
  • Last Reply

Top Posters In This Topic

  • Premium

depend on socket of time that item use

normally when you buy anything in your itemshop it will not send any socket to the server ((query used in script ))

so you should edit on script to add special function for items that has special sockets as ((time))

Link to comment
https://metin2.dev/topic/5833-pets-in-itemshop/#findComment-37041
Share on other sites

Some item shops dont accept u add itens with time then you will need create a chest or a quest for those itens. Exemple, exp ring (70005) didnt work and then i create a quest to give an item to player an then they do a right click and receibe the ring.

Link to comment
https://metin2.dev/topic/5833-pets-in-itemshop/#findComment-37044
Share on other sites

  • 7 months later...

Old post but if you need an help:

$day = 30; // for 30 days, you can make an mysql request for get a number from a table created by yourself.

$timeItem = time() + (84600 * $day);
 

add the value $itemItem in socket0, that's work for costume, pet and other.

time() return the actual date into seconds.

$day is equal of number of day of you want.

84600 = 24hours.

 

 

Edited by Roxas07
Link to comment
https://metin2.dev/topic/5833-pets-in-itemshop/#findComment-54447
Share on other sites

  • Premium

Hey

When I Try To Buy Pets From The IShop (WebSite) When I Buy It Disappear Ingame

What Should I Change In Item_proto I Think

Thanks!!

create a new chest.

Put or pets inside of chest.

Sell the chest in IS. Problem solved.

if pc.get_sex() == true and npc.get_sex() == false then
	npc.purge()
end

 

Link to comment
https://metin2.dev/topic/5833-pets-in-itemshop/#findComment-54542
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.