viele benutzen ja die GoH Source und da gibt es das Problem das man beim Model Change zum Beispiel das Model von einem Sword auf ein Yoyo machen kann, hopt man dann crasht der Client des gehopten und der drumherum stehenden Spieler. Um dies zu verhindern müsst ihr in eurem Source folgende Änderungen vor nehmen :
if(pItemElem[0] && i == 1) { if(pItemElem[0]->GetProp()->dwID == pTempElem->GetProp()->dwID) { g_WndMng.PutString("You cant change the Model to the same Model", 0, 0xff0000); return FALSE; } if(pItemElem[0]->GetProp()->dwParts != pTempElem->GetProp()->dwParts) { g_WndMng.PutString("The Item is not the same Part as the Primary Item", 0,0xff0000); return FALSE; }
if(pItemElem[0]->GetProp()->dwItemKind3 != pTempElem->GetProp()->dwItemKind3) { g_WndMng.PutString("The Items must have the Same ItemKind",0,0xff0000); return FALSE; } if(pItemElem[0]->GetProp()->dwHanded != pTempElem->GetProp()->dwHanded) { g_WndMng.PutString("Du kannst keine Mehrhand in Einhand oder Einhand in MehrHand Model ändern!"); return FALSE; }
HELP Model Change 09/03/2014 - Flyff Private Server - 1 Replies How to fix the Roll Back problem on Model Change?
My Wooden Sword Changed to Bloody sword then success my wooden sword model changed to Bloody and after i ReLog my Wooden Sword Back to Normal and can't changed it again
----
Sorry for my ENGLISH
Need help/change model 06/10/2014 - Flyff Private Server - 4 Replies Hi
I want to make a system of change model on my Server. But I could not find the files. Help me please.
Model Change 06/28/2009 - World of Warcraft - 0 Replies Use the Link !
WoW Modelchange Requests
and press thx button!
How I can change pet model? 03/11/2009 - Cabal Online - 2 Replies I read a topic where there is write how to change wepons and skill models.
I try to do the same with pet, chnging before chimpazee-w+.efx data and next chimpzee-w+.emb data... but the pet don't change...
What i must do? 0.o
Model Change 06/08/2008 - World of Warcraft - 4 Replies Hallo wie kann ich meinen Draenei in einen Orc changen?Bei mir klappts nich recht -.-
MFG Danke im Vorraus