Donation Coin

Results 1 to 7 of 7
  1. #1
    Account Upgraded | Title Enabled! DinoFighter is offline
    MemberRank
    Jul 2010 Join Date
    At My WorldLocation
    209Posts

    Donation Coin

    I can see that there is much donation coins sys at the servers like hiddenkal anyway just want to know how to add donation coin sys and how to make the player buy items with the donation coin not the money i know it's stupid question but i dunno how to do that
    Last edited by DinoFighter; 22-10-12 at 06:32 AM.


  2. #2
    Valued Member LoKaR93 is offline
    MemberRank
    Oct 2012 Join Date
    127Posts

    Re: Donation Coin

    hope it can help you as well..
    but i have to example you......
    follow me Dino ;)

    Quest.txt
    =======
    ;Donate merchant
    (quest
    (index 20032 1)
    (case (if (item (1000 50))) (then (item (out 1000 50))) (in 1 0 1)) (html 850065)))
    (case (then (html 850061)))
    )
    (quest
    (index 20032 2)
    (case (if (item (1000 50))) (then (item (out 1000 50))) (in 1 0 1)) (html 850065)))
    (case (then (html 850061)))
    )
    (quest
    (index 20032 3)
    (case (if (item (1000 50))) (then (item (out 1000 50))) (in 1 0 1)) (html 850065)))
    (case (then (html 850061)))
    )
    (quest
    (index 20032 4)
    (case (if (item (1000 50))) (then (item (out 1000 50))) (in 1 0 1)) (html 850065)))
    (case (then (html 850061)))
    )
    (quest
    (index 20032 5)
    (case (if (item (1000 50))) (then (item (out 1000 50))) (in 1 0 1)) (html 850065)))
    (case (then (html 850061)))
    )
    (quest
    (index 20032 6)
    (case (if (item (1000 50))) (then (item (out 1000 50))) (in 1 0 1)) (html 850065)))
    (case (then (html 850061)))
    )
    (quest
    (index 20032 7)
    (case (if (item (1000 50))) (then (item (out 1000 50))) (in 1 0 1)) (html 850065)))
    (case (then (html 850061)))
    )
    (quest
    (index 20032 8)
    (case (if (item (1000 50))) (then (item (out 1000 50))) (in 1 0 1)) (html 850065)))
    (case (then (html 850061)))
    )
    (quest
    (index 20032 9)
    (case (if (item (1000 50))) (then (item (out 1000 50))) (in 1 0 1)) (html 850065)))
    (case (then (html 850061)))
    )
    (quest
    (index 20032 10)
    (case (if (item (1000 50))) (then (item (out 1000 50))) (in 1 0 1)) (html 850065)))
    (case (then (html 850061)))
    )

    ==============
    And also here HyperText
    ==================
    Multiupload.nl - upload your files to multiple file hosting sites!


    =======
    And e.pk
    =======

    (filechk file_ver (country_type ENG) (filename s850065))

    (background
    (font 12)
    (link system ( param ( width 240) ( height 258) ( style edge title center system) ( caption "Donate Merchant") ))
    )


    ;Background
    ( page ( pos 0 -265) ( bitmap 'xyshopmain' (colorkey 255 0 255)) )

    ;Items
    (page
    ( pos 8 14)
    (font 10)
    (offset 10)
    ( button ( param send quest 20032 1) (colorkey 0 0 0) (bitmap "Wea001") (tip "#2Sword G1#n#8Amount : 1#nDonate Coins : 50 Coins") ( color 255 255 255))
    )

    (page
    ( pos 50 14)
    (font 10)
    (offset 10)
    ( button ( param send quest 20032 2) (colorkey 0 0 0) (bitmap "Wea001") (tip "#2Sword G1#n#8Amount : 1#nDonate Coins : 50 Coins") ( color 255 255 255))
    )

    (page
    ( pos 93 14)
    (font 10)
    (offset 10)
    ( button ( param send quest 20032 3) (colorkey 0 0 0) (bitmap "Wea001") (tip "#2Sword G1#n#8Amount : 1#nDonate Coins : 50 Coins") ( color 255 255 255))
    )
    (page
    ( pos 136 14)
    (font 10)
    (offset 10)
    ( button ( param send quest 20032 5) (colorkey 0 0 0) (bitmap "Wea001") (tip "#2Sword G1#n#8Amount : 1#nDonate Coins : 50 Coins") ( color 255 255 255))
    )

    (page
    ( pos 8 53)
    (font 10)
    (offset 10)
    ( button ( param send quest 20032 4) (colorkey 0 0 0) (bitmap "Wea001") (tip "#2Sword G1#n#8Amount : 1#nDonate Coins : 50 Coins") ( color 255 255 255))
    )

    (page
    ( pos 50 53)
    (font 10)
    (offset 10)
    ( button ( param send quest 20032 7) (colorkey 0 0 0) (bitmap "Wea001") (tip "#2Sword G1#n#8Amount : 1#nDonate Coins : 50 Coins") ( color 255 255 255))
    )

    (page
    ( pos 93 53)
    (font 10)
    (offset 10)
    ( button ( param send quest 20032 6) (colorkey 0 0 0) (bitmap "Wea001") (tip "#2Sword G1#n#8Amount : 1#nDonate Coins : 50 Coins") ( color 255 255 255))
    )

    ;(page
    ; ( pos 136 53)
    ; (font 10)
    ; (offset 10)
    ; ( button ( param send quest 20032 7) (colorkey 0 0 0) (bitmap "Wea001") (tip "#2Sword G1#n#8Amount : 1#nDonate Coins : 50 Coins") ( color 255 255 255))
    ;)

    (page
    ( pos 8 92)
    (font 10)
    (offset 10)
    ( button ( param send quest 20032 8) (colorkey 0 0 0) (bitmap "Wea001") (tip "#2Sword G1#n#8Amount : 1#nDonate Coins : 50 Coins") ( color 255 255 255))
    )

    (page
    ( pos 50 92)
    (font 10)
    (offset 10)
    ( button ( param send quest 20032 9) (colorkey 0 0 0) (bitmap "Wea001") (tip "#2Sword G1#n#8Amount : 1#nDonate Coins : 50 Coins") ( color 255 255 255))
    )

    (page
    ( pos 8 131)
    (font 10)
    (offset 10)
    ( button ( param send quest 20032 10) (colorkey 0 0 0) (bitmap "Wea001") (tip "#2Sword G1#n#8Amount : 1#nDonate Coins : 50 Coins") ( color 255 255 255))
    )
    ;Sell Item
    ( page ( font 12)
    ( pos -3 226)
    ( offset 10)
    ( button ( param load "store" 100) (bitmap "B03-default") (text "Sell Item") ( color 255 255 255))
    )

    ;Money Storage
    ;( page ( font 12)
    ; ( pos 113 226)
    ; ( offset 10)
    ; ( button ( param load "s850030" ) (bitmap "B03-default") (text "Money Storage") ( color 255 255 255))
    ;)

    For example i made donate coins index = 1000
    change it as your real coin index
    (case (if (item (1000 50)))
    1000 = donate coins index
    50 = how many you want to add

    (out 1000 50)))
    get 50x coins from you

    (in 1 0 1))
    1 = index sword g1 change it to any item you want ;)


    e.pk
    =========
    ;Items
    (page
    ( pos 8 14)
    (font 10)
    (offset 10)
    ( button ( param send quest 20032 1) (colorkey 0 0 0) (bitmap "Wea001") (tip "#2Sword G1#n#8Amount : 1#nDonate Coins : 50 Coins") ( color 255 255 255))
    )

    i made bitmap "Wea001" sword g1 for example and change all as you want to add ;)
    change your item hypertext as you want from here

    (tip "#2Sword G1#n#8Amount : 1#nDonate Coins : 50 Coins")
    (tip = change tip ingame



    hope you can understand well.. because i can't example you well.. wanna any help better

    =====================
    add my msn
    Golden_Ma2000@yahoo.com
    =====================

  3. #3
    Account Upgraded | Title Enabled! DinoFighter is offline
    MemberRank
    Jul 2010 Join Date
    At My WorldLocation
    209Posts

    Re: Donation Coin

    Thanks for ur help

  4. #4
    Valued Member thankx is offline
    MemberRank
    Sep 2012 Join Date
    engine.exeLocation
    142Posts

    Re: Donation Coin

    thanks a lot LoKaR93 i really was looking for this Keep Going your the best

  5. #5
    Account Upgraded | Title Enabled! DinoFighter is offline
    MemberRank
    Jul 2010 Join Date
    At My WorldLocation
    209Posts

    Re: Donation Coin

    i got mainsvrt error at the first line !!

  6. #6
    RageR in the ZonE maree is offline
    MemberRank
    Jan 2012 Join Date
    GermanyLocation
    270Posts

    Re: Donation Coin

    what for error ?

  7. #7
    Please STAHP! ASN is offline
    MemberRank
    Dec 2010 Join Date
    934Posts

    Re: Donation Coin

    Quote Originally Posted by DinoFighter View Post
    I can see that there is much donation coins sys at the servers like hiddenkal anyway just want to know how to add donation coin sys and how to make the player buy items with the donation coin not the money i know it's stupid question but i dunno how to do that
    Is that so hard to make an item called donation coin and then a simple quest exchange so players can pay in game with coins?

    Example:
    ;donation item
    (quest (index 80 1)
    (case (if (item (coin 15))) (then (item (out coin 15) (in 48 0 10))(html X)))
    (case (then (html ))))

    coin 15 = index of coin item / number of coins you need to buy smth
    (in 48 0 10) = you just bought 10 medium meds for 15 dona coins

    And again - RTFM



Advertisement