In der DB wie folgt einstellen
Type: 18
SubType: 0
Antiflag: 33042
WearFlag: 0
Dann mit dieser Quest rufen:
Code:
quest reittier begin
state start begin
when SIEGEL_VNUM.use with pc.is_mount() begin
pc.mount(0)
end
when SIEGEL_VNUM.use begin
affect.remove_collect()
pc.mount(MOUNT_VNUM)
pc.mount_bonus(apply.EXP_DOUBLE_BONUS,20)
pc.mount_bonus(apply.ATT_GRADE_BONUS,50)
end
end
end
Ja genau
Am besten sollte man sie auch nicht fallen lassen können!
Dann musst du in der Datenbank bei Antiflag die richtige Nummer eintragen.
Für mehrere Mounts musst du den State halt kopieren und die anderen Vnums einfügen
Beispiel für das Absitzen vom Mount:
Code:
when SIEGEL_VNUM1.use or SIEGEL_VNUM2.use or SIEGEL_VNUM3.use [...] with pc.is_mount() begin
Mehrere Mounts definieren:
Code:
when 71114.use begin
affect.remove_collect()
pc.mount(20110,28800)
pc.mount_bonus(apply.EXP_DOUBLE_BONUS,20,28800)
pc.mount_bonus(apply.ATT_GRADE_BONUS,50,28800)
end
when 71115.use begin
affect.remove_collect()
pc.mount(20110,28800)
pc.mount_bonus(apply.EXP_DOUBLE_BONUS,20,28800)
pc.mount_bonus(apply.ATT_GRADE_BONUS,50,28800)
end
when 71116.use begin
affect.remove_collect()
pc.mount(20111)
pc.mount_bonus(apply.EXP_DOUBLE_BONUS,20)
pc.mount_bonus(apply.ATT_GRADE_BONUS,50)
end
Musst nicht für jedes Mount einen neuen Trigger machen:
Code:
quest mounts begin
state start begin
when 71114.use or 71115.use or 71116.use begin
local mountData = ({
[71114] = {
vnum = 20110,
duration = 28800,
bonus = {
{apply.EXP_DOUBLE_BONUS, 20},
{apply.ATT_GRADE_BONUS, 50}
}
},
[71115] = {
vnum = 20110,
duration = 28800,
bonus = {
{apply.EXP_DOUBLE_BONUS, 20},
{apply.ATT_GRADE_BONUS, 50}
}
},
[71116] = {
vnum = 20111,
bonus = {
{apply.EXP_DOUBLE_BONUS, 20},
{apply.ATT_GRADE_BONUS, 50}
}
}
})[item.get_vnum()]
if not mountData then
syschat("Ein Fehler ist aufgetreten, bitte einem Teamler melden.")
return
end
pc.mount(mountData.vnum, mountData.duration or nil)
if type(mountData.bonus) == "table" then
for _,v in ipairs(mountData.bonus) do
pc.mount_bonus(v[1], v[2], mountData.duration or nil)
end
end
end
end
end
Pets & Mounts 06/20/2015 - Metin2 Private Server - 2 Replies Ein paar Fragen:
Wo stelle ich ein,das ein Pet aus einem gegenstand kommt & dessen Bonis?
Vielen Dank
[Hilfe] Mounts Permanent nutzbar machen? 02/12/2015 - Metin2 Private Server - 2 Replies Hallo Community
Ich habe mir 40k Files gehollt und da sind mounts drinne die nur 20 Tage nutzbar sind. Kann mir jemand sagen wie ich die Permanent nutzbar einstellen kann?
Danke!!
[WTB] WoW Pets/Mounts 07/26/2014 - World of Warcraft Trading - 1 Replies Hi guys,
i am interested in buying:
-Murkalot (Murkalot - NPC - World of Warcraft)
-Tyraels Hilt (Mini Tyrael - NPC - World of Warcraft)
And for Mounts:
-Swift Spektral Tiger (Reins of the Swift Spectral Tiger - Item - World of Warcraft)
- El Pollo Grande (El Pollo Grande - WoWWiki - Your guide to the World of Warcraft)
WTB wow pets & mounts for g 04/13/2012 - World of Warcraft Trading - 0 Replies PM me if you are interested and how much you want per pet (10 euro) and mount (20 euro)
Thanks