- 0
-
Activity
-
94
Paid - Syreldar's Lua Questing Services
great service , helpful , fast , clean code , highly recommended -
1
Artist 3D LokNarash ServiceMetin2 Map & Dungeon + Weapon/NPC...
I m stopping the sales for 2 month (or few more) to give me time to complete the long queue of things I have to do and they will take me a long time. The service is not closing, the support is still available for my customers. See you in a few months. -
943
[40250] Reference Serverfile + Client + Src [15 Available Languages]
Protos are in txts in 40k and will be mirrored in each start to the database. (metin2/server/share/conf/item_proto.txt) -
0
Costume enchant / transfom not working, no syserr, vs22/vm/client without errors, enchant system by penger - whats missing?
Hey again, do you know what is wrong? we have 0 errors, did everything in tut from penger. See gyazo below, ty for help! Metin2 Gyazo Best regards -
3
-
943
[40250] Reference Serverfile + Client + Src [15 Available Languages]
Cant be bad bcs they work -drop edits/proto bonuses (after i reset tables) and they are “saved” but like i said i dont want to reset them almost everytime i want to made custom bonuses of effect items like lolly and “itemshop rings” i know how to change description of items but like i said its all good when i change in item proto but in future if somehow i made a bad edit in smth else and i need to reset navicat tables i lose the progres of what i say and edit in proto.. -
943
[40250] Reference Serverfile + Client + Src [15 Available Languages]
Maybe your modifications are bad? Show examples. -
0
itemproto/connection
whenever i modify something i need to reset tables in navicat (account,common,player) bcs it gives me connection refused in putty, its ok but when i try to modify some items bonus or anything in item/mob proto working until THE NEXT CHANGE when i need to reset again the tables (bcs of connection refused in putty) and i lost all the progress/edits in protos. there is a fix or smth? [40k] -
943
[40250] Reference Serverfile + Client + Src [15 Available Languages]
@ TMP4whenever i modify something i need to reset tables in navicat (account,common,player) bcs it gives me connection refused in putty, its ok but when i try to modify some items bonus or anything in item/mob proto working until THE NEXT CHANGE when i need to reset again the tables (bcs of connection refused in putty) and i lost all the progress/edits in protos. there is a fix or smth?
-
-
Recently Browsing
- No registered users viewing this page.
Question
Invictus 22
Hey, i've been sorting out a quest so that when you've got an item in your inventory you'll gain a bonus without the need to use, in this instance it's mounts. I've got it to work bug free but i can't figure out the remaining values.
the code below is what detects the item and then apples a mount_bonus value in this instance it applies 5,000 HP when the item is in your inventory.
any value other than "1" <-- for hp doesn't work. here's a list of the possible values for all bonuses. if anyone has done this and got it working with things such as monster damage and other bonuses i'd greatly appreciate you showing me how you got it.
Link to comment
Share on other sites
Top Posters For This Question
2
2
1
Popular Days
Apr 15
3
Nov 9
1
Apr 14
1
Top Posters For This Question
Aveline™ 2 posts
Invictus 2 posts
asterix2 1 post
Popular Days
Apr 15 2014
3 posts
Nov 9 2018
1 post
Apr 14 2014
1 post
Popular Posts
Invictus
Hey, i've been sorting out a quest so that when you've got an item in your inventory you'll gain a bonus without the need to use, in this instance it's mounts. I've got it to work bug free but i can't figure out the remaining values. the code below is what detects the item and then apples a mount_bonus value in this instance it applies 5,000 HP when the item is in your inventory. any value other than "1" <-- for hp doesn't work. here's a list of the possible values for all bonuses. if
Aveline™
pc.mount_bonus(1, 5000, 60*60*24*365) pc.mount_bonus(1, -5000, 60*60*24*365) replace to pc.mount_bonus(apply.MAX_HP, 5000, 31536000) -- For 1 Years pc.mount_bonus(apply.MAX_HP, -5000, 31536000) -- For 1 Years test it again Kind Regards HaveBeen
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now