Making your whole server instant cast. menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    Equ1N0X's Avatar Contributor
    Reputation
    148
    Join Date
    Mar 2007
    Posts
    1,197
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Making your whole server instant cast.

    title says it all, now on with the guide

    notice, this will vary from database to database, go intoi the table "spells 112" in your world database and replace the cooldown category with 0 or null for every spell, GL with wastin your life.

    OPTION B. pre execution of SQL

    1: open database SQL
    2: go to notepad>Edit>replace
    3: Place name of your cooldown column into replace
    4: click replace all
    5: now in "replace with" space enter a single space(spacebar)

    now when you execute the SQL, the cooldowns will not be insterted, I did this back in patch 2.0.12,and I dont think cooldown has been changed much so it should stiill work, but i cnat test atm cuz parents wont elt me turn on server.



    sorry about being unclear, did in 6 minutes and memory's foggy, im being kept away from mysql till tommorow so cnat check if works with modern, but before executing your database, go to notepad and find the "edit" tab. now choose "replace"

    now in the first box you enter name of your cooldown/casttime column, and where it says "replace with" type in " " (its just one space)

    now you hit "replace all" and save, then execute SQL.

    it should work, if not, and someone here finds what im messing up in SQL, please post so i can correct.
    Last edited by Equ1N0X; 10-31-2007 at 08:06 PM.

    Making your whole server instant cast.
  2. #2
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1445
    Join Date
    Apr 2007
    Posts
    749
    Thanks G/R
    177/828
    Trade Feedback
    5 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Making your whole server instant cast.

    wow i must try this xd

  3. #3
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making your whole server instant cast.

    Very Nice Tinkerfoe, Some one was looking
    how to doe this Early on +Rep

  4. #4
    djblade17's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making your whole server instant cast.

    hey does this just cover the cool down of the spell or the actual casting time?

  5. #5
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making your whole server instant cast.

    This Covers the actual casting time

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

    Re: Making your whole server instant cast.

    Omg thanks i been looking for this everywhere

  7. #7
    djblade17's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making your whole server instant cast.

    im getting confused on the steps well not what to do just where i found a section under my world info that had cooldown labled but i changed them all 2 0 and nothing happened so i dont think that would help im using Wintchman's Ascent Repack 2 and sqlyog if anyone has any ideas
    Last edited by djblade17; 10-31-2007 at 06:40 AM.

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

    Re: Making your whole server instant cast.

    i am getting stuck on these instructions i open notepad i go to replace type in CastingTimeIndex then i click replace all and it changes 'CastingTimeIndex' to ''
    from there im suppose to go down to the next line of replace and put a space.....then no more instructions am i suppse to hit replace again do i save im just alittle lost... i ended up save it and trying to load it and it gives me a error saying '' or ' ' is not a vaild colume name that it cant import here is the line in my notepad i believe im suppose to edit
    `CastingTimeIndex` int(100) default '0',

    does that seem to be it? any help would be great thanks

  9. #9
    Herzeleid's Avatar Banned
    Reputation
    77
    Join Date
    May 2007
    Posts
    820
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making your whole server instant cast.

    Very nice, a valid contribution that will help my future servers and many others.

    +Rep
    I Wonder why Errage, Dragonsky, and Conflag Pretend to Be Girls. Little Creepy in my Opinion.

  10. #10
    Equ1N0X's Avatar Contributor
    Reputation
    148
    Join Date
    Mar 2007
    Posts
    1,197
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making your whole server instant cast.

    sorry about being unclear, did in 6 minutes and memory's foggy, im being kept away from mysql till tommorow so cnat check if works with modern, but before executing your database, go to notepad and find the "edit" tab. now choose "replace"

    now in the first box you enter name of your cooldown/casttime column, and where it says "replace with" type in " " (its just one space)

    now you hit "replace all" and save, then execute SQL.

    it should work, if not, and someone here finds what im messing up in SQL, please post so i can correct.
    Last edited by Equ1N0X; 10-31-2007 at 08:05 PM.

  11. #11
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making your whole server instant cast.

    Very nice Tinker but if you dont mind im ganna make it Noob Friendly

    Step 1 : Open your Database with what ever tool u use

    Step 2 : Find the Table Called "Spell112" in Ascent
    Or just fin it if your Database are not Sperrated


    Step 3 : In the Table "Spell112" Find a Sql Format Called "Cooldown"
    Or somthing like that


    Step 4 : change it from what it is to "0"

    Step 5 : Restart Server

    Step 6 : Try and see if it works

    I did this at School i canit enter Database i don't
    thing that it is called "Cooldown" in the Table "Spell112"
    it might be somthign else i will update when i get home :wave:

  12. #12
    djblade17's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making your whole server instant cast.

    hey all just trying to make sure i have this right
    the line i believe is it is `CastingTimeIndex` int(100) default '0',
    if that sounds correct now i would take that and change it to
    `0` int(100) default '0',
    so basically the colume is still there just not labeled `CastingTimeIndex`
    its now `0` int(100)

  13. #13
    Equ1N0X's Avatar Contributor
    Reputation
    148
    Join Date
    Mar 2007
    Posts
    1,197
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making your whole server instant cast.

    try deleteing the quotes where the :castingtimeindex: was. and one of commas next to it

  14. #14
    djblade17's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making your whole server instant cast.

    can u show me a example of what your talking about please
    this is my default

    `CastingTimeIndex` int(100) default '0',

  15. #15
    gravestalker's Avatar Active Member
    Reputation
    26
    Join Date
    Feb 2007
    Posts
    239
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making your whole server instant cast.

    Nice this is sweet +rep

Page 1 of 2 12 LastLast

Similar Threads

  1. {SUPER MARIO GUIDE} How to make your Ascent Server Public Without Hamachi
    By mcimmino92 in forum WoW EMU Guides & Tutorials
    Replies: 27
    Last Post: 07-03-2008, 06:05 AM
  2. {GUIDE} How to make your Ascent Server Public Without Hamachi
    By mcimmino92 in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 01-21-2008, 08:38 AM
  3. Making your Ascent server public!
    By Aidyn15 in forum WoW EMU Guides & Tutorials
    Replies: 10
    Last Post: 11-29-2007, 11:25 PM
  4. Making your private server public public.
    By jimjim in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 11-18-2007, 03:52 PM
  5. How to make your account get INSTANT BAN?
    By tRiIiPLe in forum World of Warcraft General
    Replies: 20
    Last Post: 07-31-2007, 10:12 AM
All times are GMT -5. The time now is 04:30 PM. 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