MMOCoin

Likes Likes:  0
Results 1 to 3 of 3

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Contributor
    enegue's Avatar
    Join Date
    Aug 2008
    Location
    Before God
    Posts
    715
    Post Thanks / Like
    Rep Power
    19
    Reputation
    106

    [Share]How to make a new currency and add it into your DB

    .:Introduction:.


    Welcome, I hope you will understand how to make a new currency better after you read this Guide.
    Happy Learning!

    You know what item you want?
    Good, if not, I did just modify the 20515 (Abyssal Scepter) so it Binds on Pickup and made that one my Currency.

    Follow This Guide Down Under.

    .:Step I:.

    Download BOTH CSVed and DBCutil if you do not have them already.
    Links at the bottom.
    Find the DBC you want.
    In this case we want "ItemExtendedCost.dbc"



    .:Step II:.

    Convert the ItemExtendedCost.dbc with DBCutil.
    Just Drag and Drop.
    Open ItemExtendedCost.dbc.CSV with CSVed.



    .:Step III:.

    Press "Edit" and then "Add Record ..."
    Fill it in as the template I did show you before.
    TIP: Currency ID should be over 3000!
    Press "Apply Changes" and then "Ready"




    .:Step IV:.

    Save the File.
    Convert back to DBC.
    Put it back into your DBC folder.
    Go into your DB and add / edit what/wich items will use your Currency.




    .:Step V:.

    Want to make it a .SQL file?
    Think it will go Faster with a .SQL file?
    Heres the .SQL template!

    insert into `items_extendedcost`(`ItemId`,`CostId`) values (ITEM ID,CURRENCY ID),(ITEM ID,CURRENCY ID),

    Dont forget the "," between every ")" and "("

    This will make "ITEM" cost - if you did exactly as I did - 50 Abyssal Scepters.
    It will not be visible in the shop as Scepters.
    So my tip is either name the vendor or make a GameObject to say.
    "All Items in this Vendor costs äx number' of 'x item' "

    Download Links


    Credits
    Warwenw of *******
    Re-post by Jebus of *******

    Disclaimer
    I take no credit for this guide. Any to me will be considered a bonus.


    me if I have helped you in anyway ^^ Example: Sharing a repack, answering questions... Well you know the rest xD. As long as I help you!



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Contributor
    Lbniese's Avatar
    Join Date
    Aug 2009
    Location
    C# Developer
    Posts
    381
    Post Thanks / Like
    Rep Power
    18
    Reputation
    91
    Very nice, i am also gonna rep+ for this, When i can.

  4. #3
    Contributor
    enegue's Avatar
    Join Date
    Aug 2008
    Location
    Before God
    Posts
    715
    Post Thanks / Like
    Rep Power
    19
    Reputation
    106
    Thanks a lot, Lbniese.
    me if I have helped you in anyway ^^ Example: Sharing a repack, answering questions... Well you know the rest xD. As long as I help you!

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •