Jump to content
  • Announcements

    • Xmat

      Pravidlo pro postování v TTT

      Do sekce Tipy, triky, tutoriály nepatří žádné dotazy.   Postujte sem vaše návody, tipy a různé další věci jež uznáte za vhodné sdělit zdejšímu osazenstvu, ale veškeré dotazy směřujte do sekce Všeobecná diskuse.
    • Replik

      Seznam návodů a důležitých témat v této sekci

      Pro lepší přehlednost jsem vytvořil tento seznam, který vás, méně zkušené, lépe provede touto sekcí. Věřím, že zde najdete, co hledáte. Vypsané jsou návody, které jsou oficiálně uznané jako návody. Běžné diskuze, které neposkytují postupy a rady zvěřejněny nejsou.   Instalace vlastního MaNGOS Serveru Díky těmto návodům budete (měli by jste být) schopni vytvořit a následně spustit váš vlastní server. Nastavení je pro verze s i bez datadisku.   Instalace MaNGOS Serveru (bez datadisku TBC) - Autor Benny Instalace MaNGOS Serveru (s datadiskem TBC) - Autor Malfik Instalace MaNGOS Serveru v prostředí Linux - Autor charlie Instalace MaNGOS Serveru v prostředí Linux - Autor kupkoid   Chyby a jejich řešení při přihlašování k serveru - Autor Cybe   Zálohování uživatelských dat   Dávkový soubor (BAT soubor) pro vytvoření SQL záloh - Autor Replik   Kompilování - tvoření vlastních release (revizí)   Tvorba kompilací pro Win32 (MangoScript) - Autor bLuma   Ostatní - těžko zařaditelné, ale neznamená to, že nejsou dobré   VIP Systém - Autor charlie Tvorba Webových stránek pro MaNGOS - Autor zahuba Tvorba teleportačních NPC (MangoScript) - Autor Replik Registrační web (původně předělaná SPORA) Funkční pro Antrix i MaNGOS - Autor Replik Nastavení a spuštění Minimanager pro MaNGOS - Autor BlackMartin Nastavení MaNGOS Website - Autor Artorius   Samozřejmě jsou zde i jiné návody, ale tyto jsou nejvíce používané, proto věřím, že vám budou nápomocné. Tuto sekci budeme upravovat podle potřeby. Pokud by jste něco nenašli nebo si nevěděli rady, hledejte na fóru a teprve potom založte vlastní topik. Pokud nějaký autor vytvoří kvalitní návod a chtěl by ho zveřejnit i v tomto seznamu, doporučuji, aby mi napsal zprávu skrze PM.   Díky a přeji hezký den na WoWResource   Replik
    • Aristo

      Příspěvky tam, kde nemají co dělat

      Dodržujte zákaz přispívání do topiků s repaky pokud si to zakladatelé nepřejí!! Opakované psaní příspěvků bude trestáno warnem.
    • Aristo

      Používání spoilerů

      Poslední dobou má většina uživatelů fora zvláštní nutkání postovat extrémně dlouhé texty nebo kódy, které zabírají v nejedenom případu i 80% obsahu celé stránky a hodně tak zvedají nepřehlednost v topiku. Chtěl bych všechny uživatele požádat, aby při postování citací, jakýchkoliv kódů, errorů, atp... delších než 30 řádků používali funkci spoileru.   Funkci vyvoláte příkazem [spoiler] text [/spoiler]   Ukázka:  
Sign in to follow this  
SneakerXZ

[WoWEMu]Waypoint Management System 1.0

Recommended Posts

Here it is the first release of the Wms.

Credits to Smartwork,Neo and Golgorth for the code and to teamCR for the 1.9 crack making all this possible...

this is the Easiest way to "get things moving" .. ;) ooh and "talking" too....

 

Readme file :

#####################################################################################
#####################################################################################
            Waypoint Management System 1.0 by Dark_Schneider73     
            W0WEmu waypoint deploying utility.                                                 #
Credit to SmartWork,Neo2003,Bloody & Golgorth for the code posted on forums        
I implemented a check to fix minor errors if files where empty,the .mergewp and the
.addswp commands and the npcspeaking commmand ,renamed others more coherently  and
packed all this up.                                
#####################################################################################
#####################################################################################  

estract the rar file to your W0WEmu folder keeping directory structure (default)
U should now have the following new files/folders : 
-----------------------------
Waypoints.Readme.txt
npcsay\
saves\LatestWaypoint.txt
saves\ways\
scripts\tcl\DSWPcmds.tcl
scripts\waypoints.scp
scripts\ways\
-------------------------------------
copy/paste  the following lines in your Commands.tcl file before your other commands , just after the line :
  switch [string tolower $command] {
  
  ----------------copy from here ------------------------
  
  "mergewp" { return [Commands::mergewp $player $cargs] }
  "setwp"  { return [Commands::setwp $player $cargs] }
  "addwp"  { return [Commands::addwp $player $cargs] }
  "addswp"  { return [Commands::addswp $player $cargs] }  
   "showwp" { return [Commands::showwp $player $cargs] }
    "startway" { return [Commands::startway $player $cargs] }
    "endway" { return [Commands::endway $player $cargs] }
    
    ----------------------to here -------------------------
    
   ------------------------------------------------------------------------------------
   How to use the tool :
create 4 macro buttons related to : .startway .addwp .addswp .endway and place them in your favorite bar;)
- move to where u want the start point of the npc and set a Start Point ( .startway button)
- move along the way u want your npc to do fixing Waypoints as often as needed with .addwp button ( remember that npc travels 
following a straight line from a wp to another so, set them appropriately to have the npc follow the right way.
- set a Swp (.addswp button) when u want your npc to talk ( the text stays on till next wp , so set them appropriately)
- when u have set last wp u can close the way ( .endway button).
The script will the tell u that the way has been closed and will give the n# of way start wp.
- now u can merge the user custom waypoint file with the main one (with .mergewp ) and assign it to the npc of your choice : 
create/select the spawnpoint of the npc and in console type ".setwp n#" (n# of start wp). The child npc will inherit the way.
To have a npc talk when @ a specific waypoint u have to create a file on the \npcsay\ dir. named {npc name} with the text to say in it.
Sample stormwind_guard text included in this release
the command .showwp shows  on the minimap where is last waypoint. ( not so useful i know...  working on it to show a  desired wp)

 

a cpl pics of Npc's moving and talking... :

IPB Image

 

IPB Image

 

LINK :

 

http://rapidshare.de/files/7948551/Wms.1.0-fixed.rar.html

 

 

Suggestions and comments appreciated...

D_S

Share this post


Link to post
Share on other sites

me funguje...musis to skopirovat do commands.tcl...nebo tak nejak (ty prikazy co tam sou :) )

Jedinej problem byl ze mi to fungovalo az s raidens repackem v, s to neslo :)

Share this post


Link to post
Share on other sites

Here it is the first release of the Wms.

Credits to Smartwork,Neo and Golgorth for the code and to teamCR for the 1.9 crack making all this possible...

this is the Easiest way to "get things moving" .. ;) ooh and "talking" too....

 

Readme file :

#####################################################################################
#####################################################################################
            Waypoint Management System 1.0 by Dark_Schneider73     
            W0WEmu waypoint deploying utility.                                                 #
Credit to SmartWork,Neo2003,Bloody & Golgorth for the code posted on forums        
I implemented a check to fix minor errors if files where empty,the .mergewp and the
.addswp commands and the npcspeaking commmand ,renamed others more coherently  and
packed all this up.                                
#####################################################################################
#####################################################################################  

estract the rar file to your W0WEmu folder keeping directory structure (default)
U should now have the following new files/folders : 
-----------------------------
Waypoints.Readme.txt
npcsay\
saves\LatestWaypoint.txt
saves\ways\
scripts\tcl\DSWPcmds.tcl
scripts\waypoints.scp
scripts\ways\
-------------------------------------
copy/paste  the following lines in your Commands.tcl file before your other commands , just after the line :
  switch [string tolower $command] {
  
  ----------------copy from here ------------------------
  
  "mergewp" { return [Commands::mergewp $player $cargs] }
  "setwp"  { return [Commands::setwp $player $cargs] }
  "addwp"  { return [Commands::addwp $player $cargs] }
  "addswp"  { return [Commands::addswp $player $cargs] }  
   "showwp" { return [Commands::showwp $player $cargs] }
    "startway" { return [Commands::startway $player $cargs] }
    "endway" { return [Commands::endway $player $cargs] }
    
    ----------------------to here -------------------------
    
   ------------------------------------------------------------------------------------
   How to use the tool :
create 4 macro buttons related to : .startway .addwp .addswp .endway and place them in your favorite bar;)
- move to where u want the start point of the npc and set a Start Point ( .startway button)
- move along the way u want your npc to do fixing Waypoints as often as needed with .addwp button ( remember that npc travels 
following a straight line from a wp to another so, set them appropriately to have the npc follow the right way.
- set a Swp (.addswp button) when u want your npc to talk ( the text stays on till next wp , so set them appropriately)
- when u have set last wp u can close the way ( .endway button).
The script will the tell u that the way has been closed and will give the n# of way start wp.
- now u can merge the user custom waypoint file with the main one (with .mergewp ) and assign it to the npc of your choice : 
create/select the spawnpoint of the npc and in console type ".setwp n#" (n# of start wp). The child npc will inherit the way.
To have a npc talk when @ a specific waypoint u have to create a file on the \npcsay\ dir. named {npc name} with the text to say in it.
Sample stormwind_guard text included in this release
the command .showwp shows  on the minimap where is last waypoint. ( not so useful i know...  working on it to show a  desired wp)

 

a cpl pics of Npc's moving and talking... :

32312370121-thumb.jpg

 

32312360084-thumb.jpg

 

LINK :

 

http://rapidshare.de/files/7948551/Wms.1.0-fixed.rar.html

Suggestions and comments appreciated...

D_S

nemohl by jsi to prosim uploadnout nekam jinam? me to uz nechce z rapidshare stahovat dokud si nekoupim premium account :(

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×