Jump to content

[patch][6690] Restore Work Of Display Required Money


Guest NoFantasy

Recommended Posts

Restore work of display Required Money: If quest require money to complete, then we display the amount in "RequestItems" quest window.

Revision: 6670+ (patch made for 6670)

Who made it: NoFantasy

Info: It used to work so i assume it just got mixed up at a point. If RewOrReqMoney is negative then the amount needed to continue will be displayed.

Patch:

Index: src/game/GossipDef.cpp
===================================================================
--- src/game/GossipDef.cpp        (revision 6670)
+++ src/game/GossipDef.cpp        (working copy)
@@ -721,11 +721,11 @@
        else
                data << uint32(0x00);

+        data << uint32(0x00);                                                                     // unknown
+
        // Required Money
        data << uint32(pQuest->GetRewOrReqMoney() < 0 ? -pQuest->GetRewOrReqMoney() : 0);

-        data << uint32(0x00);                                                                     // unknown
-
        data << uint32( pQuest->GetReqItemsCount() );
        ItemPrototype const *pItem;
        for (int i = 0; i < QUEST_OBJECTIVES_COUNT; i++)

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

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. Privacy Policy Terms of Use