Register for your free account! | Forgot your password?

You last visited: Today at 19:52

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release]Reittier Funktion wie auf De

Discussion on [Release]Reittier Funktion wie auf De within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Closed Thread
 
Old   #1
 
xXDemonenXx's Avatar
 
elite*gold: 3939
Join Date: Nov 2009
Posts: 2,038
Received Thanks: 2,476
[Release]Reittier Funktion wie auf De

Hallo und guten Tag Elitepvpers,


Ich bekomme ncoh oft anfragen wie ich das hier gemacht habe :


zu diesem zeitpunkt habe ich noch nicht mit den 2010er Files gearbeitet

zum besonderen Teil:

diese Funktion muss man in der Datenbank direkt bei diesen Reittier Siegel hinzufügen :

Folgendes müsst ihr eintragen :

z.B.

Weißer Löwe Siegel :
type : 16
subtype : 2
antiflag : 33024
flag : 9216
wearflag : 128


wenn ihr das habt gebt ihr Ingame /reload p ein

und euer Siegel hat nun die Funktion wie auf De bzw. wie im Video

Mfg xXDemonenXx

Ps: Falls es das schon gibt
tut es mir leid dann entferne ich es so schnell wie möglich

Copyright by xXDemonenXx
xXDemonenXx is offline  
Thanks
81 Users
Old 05/26/2011, 16:21   #2
 
.Nagato's Avatar
 
elite*gold: 1
Join Date: Mar 2011
Posts: 1,473
Received Thanks: 1,382
Nice, nice. Wusste es zwar schon, aber gefällt mir.

*thx given* (sollte man aus Höflichkeitsgründen schon machen)
.Nagato is offline  
Old 05/26/2011, 16:26   #3
 
.Scy's Avatar
 
elite*gold: 15
Join Date: Jul 2010
Posts: 3,926
Received Thanks: 1,158
und wie immer unnötig mal ganz ehrlich desko is es so schwer mal was gutes zu releasen was die mt2 section vorran bringt oder gibts von dir immer nur alte sachen renew?
.Scy is offline  
Old 05/26/2011, 16:29   #4
 
xXDemonenXx's Avatar
 
elite*gold: 3939
Join Date: Nov 2009
Posts: 2,038
Received Thanks: 2,476
Quote:
Originally Posted by .Scy View Post
und wie immer unnötig mal ganz ehrlich desko is es so schwer mal was gutes zu releasen was die mt2 section vorran bringt oder gibts von dir immer nur alte sachen renew?
Ich bin Demonen und nicht Desko

xD

€: Es gibt viele die das nicht wissen und mich noch immer anschreiben

also regt dich einfach ab und geniese deinen Tee
xXDemonenXx is offline  
Thanks
4 Users
Old 05/26/2011, 16:31   #5
 
elite*gold: 0
Join Date: Jun 2009
Posts: 2,327
Received Thanks: 565
aber es soll funken ohne das normale pferd
ciao123 is offline  
Old 05/26/2011, 16:33   #6
 
xXDemonenXx's Avatar
 
elite*gold: 3939
Join Date: Nov 2009
Posts: 2,038
Received Thanks: 2,476
Quote:
Originally Posted by ciao123 View Post
aber es soll funken ohne das normale pferd
Tut es

Ich habe damals bloß die 2008er files verwendet
xXDemonenXx is offline  
Thanks
1 User
Old 05/26/2011, 16:37   #7
 
elite*gold: 0
Join Date: Jun 2009
Posts: 2,327
Received Thanks: 565
und welche quest muss man dafür nehmen ?
ciao123 is offline  
Old 05/26/2011, 16:39   #8
 
PhanToM.LorD's Avatar
 
elite*gold: 29
Join Date: Oct 2010
Posts: 1,185
Received Thanks: 1,471
Geil dankedankedanke wollte das schon so lange unbedingt wissen=)
PhanToM.LorD is offline  
Old 05/26/2011, 16:41   #9
 
xXDemonenXx's Avatar
 
elite*gold: 3939
Join Date: Nov 2009
Posts: 2,038
Received Thanks: 2,476
einen Teil ^^
Quote:
when 71125.use with pc.is_mount() begin
chat("Du hast dein Reittier eingefangen!")
pc.mount(0)
end
when 71125.use begin
chat("Du hast dein Reittier gerufen! ")
pc.mount(20115,999999)
end
das ist bei mir ^^

Mit dem Item 71125 und dem Npc 20115
xXDemonenXx is offline  
Thanks
3 Users
Old 05/26/2011, 16:43   #10
 
.Rebel's Avatar
 
elite*gold: 60
Join Date: May 2010
Posts: 766
Received Thanks: 1,025
on the client root game.py do the call for the horse

PHP Code:
def    __PressJKey(self):
        if 
app.IsPressed(app.DIK_LCONTROL) or app.IsPressed(app.DIK_RCONTROL):
            if 
player.IsMountingHorse():
                
net.SendChatPacket("/unmount")
            else:
                
net.SendChatPacket("/user_horse_ride")
                if 
not uiPrivateShopBuilder.IsBuildingPrivateShop():
                    for 
i in xrange(player.INVENTORY_PAGE_SIZE):
                        if 
player.GetItemIndex(iin (7111471115711167111771118711197112071121):
                            
net.SendItemUsePacket(i)
                            break 
but......

PHP Code:
Weißer Löwe Siegel :
type 16
subtype 
2
antiflag 
33024
flag 
9216
wearflag 
128 

why wrere we make the call for "Weißer Löwe"

PHP Code:
20110    boar
20111    dog_god
20112    fire_tiger
20113    lion
20114    lion_white
20115    boar_2
20116    dog_god_2
20117    fire_tiger_2
20118    lion_2 
.Rebel is offline  
Old 05/26/2011, 16:49   #11
 
xXDemonenXx's Avatar
 
elite*gold: 3939
Join Date: Nov 2009
Posts: 2,038
Received Thanks: 2,476
Quote:
Originally Posted by Lexico View Post
on the client root game.py do the call for the horse

PHP Code:
def    __PressJKey(self):
        if 
app.IsPressed(app.DIK_LCONTROL) or app.IsPressed(app.DIK_RCONTROL):
            if 
player.IsMountingHorse():
                
net.SendChatPacket("/unmount")
            else:
                
#net.SendChatPacket("/user_horse_ride")
                
if not uiPrivateShopBuilder.IsBuildingPrivateShop():
                    for 
i in xrange(player.INVENTORY_PAGE_SIZE):
                        if 
player.GetItemIndex(iin (7111471115711167111771118711197112071121):
                            
net.SendItemUsePacket(i)
                            break 
but......

PHP Code:
Weißer Löwe Siegel :
type 16
subtype 
2
antiflag 
33024
flag 
9216
wearflag 
128 

why wrere we make the call for "Weißer Löwe"
Das erste ist nicht für diese Funktion gedacht

was du mit dem 2ten meinst
keine ahnung tut mir leid

Mfg xXDemonenXx
xXDemonenXx is offline  
Old 05/26/2011, 17:15   #12
 
~LuckyStrike~'s Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 1,812
Received Thanks: 1,977
Naja eigentlich schwachsinn but es hat soeben ein Problem von mir gelöst mit den Siegeln deswegen ein Thanks :O

Dachte zuerst hilft zwar nicht viel gegen das Problem das ich hatte
aber wer nicht wagt der nicht gewinnt und diesmal hab ich gewonnen :O
~LuckyStrike~ is offline  
Thanks
1 User
Old 05/26/2011, 17:41   #13
 
.Rebel's Avatar
 
elite*gold: 60
Join Date: May 2010
Posts: 766
Received Thanks: 1,025
sorry but you are not explain nothing to make that working

type : 16 cant use quest this type ignore quests

this "release" is just to make the item get equipe like the wind shoes dont explain how to make the item also call the horses

is on quest lib.lua something is what locale.lua?
.Rebel is offline  
Thanks
1 User
Old 05/26/2011, 17:42   #14
 
xXDemonenXx's Avatar
 
elite*gold: 3939
Join Date: Nov 2009
Posts: 2,038
Received Thanks: 2,476
Joa du hast die Monster bzw. Npc´s nicht eingetragen ^^

oder eine Falsche quest

Mfg xXDemonenXX
xXDemonenXx is offline  
Old 05/26/2011, 17:49   #15
 
.ReDDoX™'s Avatar
 
elite*gold: 5
Join Date: Dec 2010
Posts: 356
Received Thanks: 181
Quote:
Originally Posted by xXDemonenXx View Post
Joa du hast die Monster bzw. Npc´s nicht eingetragen ^^

oder eine Falsche quest

Mfg xXDemonenXX


Hey

Les mal was er geschrieben hat.
Quote:
Originally Posted by Lexico View Post
type : 16 cant use quest this type ignore quests

Damit hat er recht, mit type 16 kann man keine Quest auf das Item machen.
Werde es trotzdem gleich mal testen, wenns geht Thx! ^^
.ReDDoX™ is offline  
Closed Thread


Similar Threads Similar Threads
[RELEASE]Reittier Shop und Symbole+Funktion Quest
12/17/2010 - Metin2 PServer Guides & Strategies - 60 Replies
Hey Leute ich habe euch mal einen Shop gemacht Für die Reittiere und Die Symbole aus de entbuggt Für euch. Als erstes ladet ihr die locale_de runter und packt sie in euern pack ordner: Download:MEGAUPLOAD - The leading online storage and file delivery service Danach fügt ihr Diese Querry in eure Item_Proto der DB ein INSERT INTO `item_proto` VALUES ('71114', 0xB9ABC0CEC0C720C1F5C7A520202020202020202020202020 , 0xAA5AB14EC3D2A9FAAED12020202020202020202020202020 , '18', '0', '0', '1',...
[RELEASE]Reittier modding
11/20/2010 - Metin2 Private Server - 7 Replies
€: Wegeditiert dank undankbaren Wesen hier die mit nix zufrieden sind ;) Kann geclosed werden
[Release] Reittier mit Item DE - Like
10/11/2010 - Metin2 PServer Guides & Strategies - 30 Replies
Huhu, so ruft ihr euer Reittier mit einem Item das danach verschwindet. Erstmal braucht ihr 4 Items für 4 Reittiere. Ich mache das Beispiel mit dem Löwe und nehme als Item Chigeheimnis (69010). Erstmal in der item_proto von dem Item, in diesem Fall Chigeheimnis den Type auf 18 stellen.
[Release]Feuertiger (Neues Reittier von DE)
06/25/2010 - Metin2 PServer Guides & Strategies - 40 Replies
So ich release mal den Feuertiger ;) Sieht aus wie der Feuertiger ist aber ein anderes Modell! Download: ------------------------------------------------- ----- Feuertiger ------------------------------------------------- -----



All times are GMT +2. The time now is 19:52.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.