how to make PVPStone on Mangos

Results 1 to 7 of 7
  1. #1
    Newbie pergola is offline
    MemberRank
    Sep 2005 Join Date
    16Posts

    how to make PVPStone on Mangos

    here
    Afghan Warriorz Official Forum -> Complete W@w Commands And Extra
    there is a guide how to make PVP STONE (a telport stone)
    but you can make it only in regular server with SCP and TCL files..
    then how in mangos i can made a stone like that?

    the SCP is posible to make in the SQLyog but how u make the tcl file that will make the stone to a telport stone..?


  2. #2
    Newbie Hauko is offline
    MemberRank
    Mar 2007 Join Date
    14Posts

    Re: how to make PVPStone on Mangos

    umm the site u got that from is for a dif type of wow private servers (i think)

  3. #3
    Newbie pergola is offline
    MemberRank
    Sep 2005 Join Date
    16Posts

    Re: how to make PVPStone on Mangos

    yea..
    but steel somone know how i can do that the stone for the aliiane will telport u to one place and if horde click on the stone it wil ltelport u to ather place
    like this(but this in tcl filest and i need to know how to do that in the SQLyug)

    Code:
    namespace eval AllyPvPStone {

    proc QueryQuest { npc player questid } {
    Teleport $player 0 -14315.9 12908.5 -130.907 #Ally_PvP_Area_Side

    }

    }

    namespace eval HordePvPStone {

    proc QueryQuest { npc player questid } {
    Teleport $player 0 -14357.7 12317.8 -2.36 #Horde_PvP_Area_Side

    }

    }

  4. #4
    Member streppel is offline
    MemberRank
    May 2006 Join Date
    35Posts

    Re: how to make PVPStone on Mangos

    tcl=script
    scp=db
    tcl->db = impossible

  5. #5
    Newbie pergola is offline
    MemberRank
    Sep 2005 Join Date
    16Posts

    Re: how to make PVPStone on Mangos

    then how i can make that a stone will telport me to somewhere..
    or that if i will write .pvp it will telport me to a spicel place..?

  6. #6
    Sorcerer Supreme MAXTRAXv4 is offline
    Member +Rank
    Apr 2007 Join Date
    362Posts

    Re: how to make PVPStone on Mangos

    you shure thats for mangos?(the link)
    i tryed to try it, did work!

  7. #7
    Member dufus is offline
    MemberRank
    Aug 2005 Join Date
    New YorkLocation
    64Posts

    Re: how to make PVPStone on Mangos

    This was a tcl script for wowemu, which is years old. You could just write a new script and link a custom stone to it in the items script handler although I'm not sure if that is supported yet?



Advertisement