Need help with making a daily pvp quest. menu

User Tag List

Results 1 to 6 of 6
  1. #1
    Italian / Envy's Avatar Member
    Reputation
    13
    Join Date
    Jan 2009
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Need help with making a daily pvp quest.

    Code:
    INSERT INTO `quest_template` VALUES ('60010', '2', '4197', '0', '78', '80', '41', '690', '0', '0', '0', '0', '0', '0', '0', '0', '0', '4296', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'Down with the alliance!', 'Welcome to the Absolute War, $n. Go into a battleground and destroy twenty alliance!', 'Commander Dardosh wants you to slay 20 Alliance players.', 'Lok\'tar! Victory for the Horde!', '', '', 'Alliance Players slain', '', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '31086', '0', '0', '0', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '44115', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0.0', '0.0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');

    I looked up similar quests, like the ones in wintergrasp and venture bay. But the ReqCreatureOrGOIs1 column id is probably decided by the zone.
    Such as
    31086 - Wintergrasp.. players.

    I was wondering if anyone knew the ID for an actual player. Im trying to make dailies on my BG realm but, it isn't working.

    It Shows Players killed 0/20 and if i kill my alt on a diff faction it doesn't move. Is there anyway to make it no matter where you kill an opponent of the opposite faction you get a kill credit for it?

    Also, this is mangos.

    Need help with making a daily pvp quest.
  2. #2
    I Hypnotoad I's Avatar Contributor
    Reputation
    147
    Join Date
    Aug 2007
    Posts
    873
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I believe it's LUA how you do the amount of players killed, I don't know shit about lua, but it would be something like this

    X = You Y = Player
    if X kills Y I'm a failure.
    Update Quest log +1.

    That seems to be more WC3, but anywho. Check your Scripts bin folder.


    PS: Wtf happened to Crimson-WoW?


    Dragon[Sky] can get into our signatures, AND our pants.



  3. #3
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    xD Hypo.

    Hes got the right idea, it is Lua. But it would go a bit more like this (Imo im still a nub at Lua)

    Code:
    function on_kill -- There should be a (    ) filled with variables, that i dont know.. :P
    local player = plr:GetFaction() -- Not sure if this is a actual command but yeah
    if player = 1 or 3 or 5 or 7 or 9 then -- That parts wrong i know, i cant remember the way to do or.
    plr:AddItem(number, amount) -- Its best to do it with items, quests is difficult.
    elseif player = then -- other factions
    plr:AddItem(number, amount)
    
    end
    RegisterServerHook(One for on kill, on_kill)

    o.o




  4. #4
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,503
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I love the way you both say Lua without even reading that he said Mangos.

  5. #5
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Epic... Epic fail.

    I never usually read the bottem (Habbit picked up from school work).

    Ma bad guys.




  6. #6
    Italian / Envy's Avatar Member
    Reputation
    13
    Join Date
    Jan 2009
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by I Hypnotoad I View Post
    I believe it's LUA how you do the amount of players killed, I don't know shit about lua, but it would be something like this

    X = You Y = Player
    if X kills Y I'm a failure.
    Update Quest log +1.

    That seems to be more WC3, but anywho. Check your Scripts bin folder.


    PS: Wtf happened to Crimson-WoW?
    Yah my server owner said that the Playersslain column wasnt active in the core. So he will put it in haha. Thanks for the attempted help though . And Crimson is on hold till danford converts dynamic items over in mangos. Arc sucks way to much so we just stopped for a bit :P.

Similar Threads

  1. need help with making my private server public
    By slappy2156 in forum World of Warcraft General
    Replies: 1
    Last Post: 01-13-2009, 03:22 AM
  2. i need Help with making a public server
    By Lordblah in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 12-21-2008, 03:00 PM
  3. Need help with making a mangos account [+2 rep]
    By DJGonn in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 10-23-2008, 10:00 AM
  4. I need help with making my server public with Hamachi!
    By trinityunit in forum WoW EMU Questions & Requests
    Replies: 13
    Last Post: 08-21-2008, 09:08 AM
  5. Need help with making a portal to Alterac Valley WILL GIVE REP IF YOU HELP
    By mafiaboy in forum World of Warcraft Emulator Servers
    Replies: 10
    Last Post: 10-24-2007, 09:52 PM
All times are GMT -5. The time now is 06:48 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search