[Guide] How to take away arena points costs from arena vendors PICS menu

User Tag List

Results 1 to 12 of 12
  1. #1
    chanceless's Avatar Member
    Reputation
    25
    Join Date
    Feb 2007
    Posts
    100
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide] How to take away arena points costs from arena vendors PICS

    Hello!
    If you are running or planning on running a pvp funserver, you probably want your players to be able to buy arena S1 and S2. Now, in the mosts DBs you need arena points to buy the gear as default. Didnt find any guide for tacking this away so I decided to make my own guide.

    1. Open up your Navicat/SQLyog
    2. Open your DB, and go to the 'Items' table.

    3. Merc(S2) Arena is at the second last page and the last. Go to the second last page(default)

    4. Scroll to the left end, there it should be a row called 'ItemExtendedCost'
    5. Scroll down and whenever there is something in that row, change it to 0. This do take some time

    6. Now do the same with the last page
    7. You should be done, go in to your server and test. If it doesn't work you have done something wrong.

    Its the same for T1, T2, T3, T4, T5 and T6

    //Chanceless
    All credit goes to me and MMowned
    Searched the site, didnt find anything similar!
    https://dreamforce.sytes.net


    [Guide] How to take away arena points costs from arena vendors PICS
  2. #2
    freshfish's Avatar Member
    Reputation
    7
    Join Date
    Sep 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] How to take away arena points costs from arena vendors PICS

    Thats a nice trick i will try it later.

  3. #3
    Sharpshooter007's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] How to take away arena points costs from arena vendors PICS

    nice i like it.

  4. #4
    chaoticd35's Avatar Site Donator
    Reputation
    44
    Join Date
    Jun 2007
    Posts
    337
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] How to take away arena points costs from arena vendors PICS

    Yes this worked for me,,Thanks +Rep

  5. #5
    Zokmag's Avatar Active Member
    Reputation
    32
    Join Date
    Apr 2007
    Posts
    928
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] How to take away arena points costs from arena vendors PICS

    Nice +Rep!

  6. #6
    Festigio's Avatar Contributor
    Reputation
    155
    Join Date
    Dec 2006
    Posts
    391
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] How to take away arena points costs from arena vendors PICS

    Nice guide. +Rep


  7. #7
    Dee2001's Avatar Member
    Reputation
    8
    Join Date
    Aug 2007
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] How to take away arena points costs from arena vendors PICS

    hmm, mabe if you look a bit harder and test a bit more u could mabe find out how to "add" cost to items take some experimenting though

  8. #8
    exorsist's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] How to take away arena points costs from arena vendors PICS

    Nice guide... Now i am not needed to Get all the honor

  9. #9
    hadi's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do i save when i do it?

  10. #10
    Xeneth's Avatar Member
    Reputation
    157
    Join Date
    Oct 2007
    Posts
    534
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    There's a much easier way of doing this....

    Last edited by Xeneth; 12-28-2007 at 05:04 PM.

  11. #11
    s_t_f_u0's Avatar Member
    Reputation
    9
    Join Date
    May 2007
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so this actually works?

  12. #12
    Incinerator's Avatar Member
    Reputation
    8
    Join Date
    Dec 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by s_t_f_u0 View Post
    so this actually works?
    STFU (and no i dont mean to do said action) yeah this works. but if you can work with queries and such have that ability use the xeneth one .. it takes 5 seconds to run vs the 3k hours of down 0 down 0 down 0 down 0..

    While i don't knock chanceless at all.. this is the way i did a few things i should have set a query up for.. the only suggestion i would give to him is that you could set up a simple filter.. since hes using navi ill guide that way.

    top of page there is a button "Filter Wizard"

    press that then you get a box ... it comes up default something like

    <entry id> is equal to <?>
    <add filter> <apply or press ctrl+r>

    change click.. entry id... use drop down box to edit field to use "extitemcost" i believe the colum is called..

    change "is equal to" into "is greater than" and the <?> to 0

    press ctrl + r

    this will show you ONLY things that cost EXTENDED items..

    if you know what your lookin for say.. badge of justices and just want to remove that put that item number into it..


    You can also right click and "save view" in the top box to come back to it later.






    If you have added special cost items you can continue to add filters and add the value to "not eqal to" "your value"

    sorry if thats confusing when i get a min later i will get a couple screenies to help out..

Similar Threads

  1. Replies: 0
    Last Post: 08-27-2014, 01:37 AM
  2. Replies: 0
    Last Post: 08-27-2014, 01:37 AM
  3. [Guide] How to lookup the Arena Points from another Player
    By Bl4ckSt0rm229 in forum World of Warcraft Guides
    Replies: 7
    Last Post: 07-13-2008, 10:04 AM
  4. [VIDEO] How to take away the spell effect
    By Hakonj in forum World of Warcraft Exploits
    Replies: 15
    Last Post: 03-02-2007, 09:35 PM
All times are GMT -5. The time now is 06:01 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search