Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > World of Warcraft > WoW Private Server
You last visited: Today at 00:13

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[ID] Gurubashi Arena (Schlingendorntal)

Discussion on [ID] Gurubashi Arena (Schlingendorntal) within the WoW Private Server forum part of the World of Warcraft category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2009
Posts: 265
Received Thanks: 105
[ID] Gurubashi Arena (Schlingendorntal)

Hallo,
Weiß jemand die Objekt ID von der Gurubashiarena?

Greetz
IchbinHans is offline  
Old 06/07/2010, 18:02   #2
 
elite*gold: 90
Join Date: Jan 2010
Posts: 2,334
Received Thanks: 508
Die ist doch im retail schon da.

Oder willst sie woanders hinsetzen?!
Viell hilft dir das, hab mirs aber nicht genau durchgelesen.
Da kannst du ein Portal zu Arena machen.

Quote:
[Ascent (Antrix)] Custom Portals, Using the GM Scripts by Daikenkaiking
Support Topic: Emupedia

First off, lets get down to the basics of what you need:
1. A Custom Portal Added to the DB, with a Unique entry ( SQL at bottom of post )
2. Basic knowledge on how to use the GM Scripts, and how to add them to your server.

Lets Get Started!
We're going to be making a portal to the STV Arena as the example.

A Link in the CODE boxes with + in front of it means that line was added at this step.

1. First off, open up a Blank Document ( I recommend notepad, as it doesn't add any custom headers or other junk to the file ).
Lets Create a Function we can use to make the Portal.

global TELE_GURUBASHI = function(plr)
{
};

What we are doing here is creating a basic function. This won't do anything until we add more stuff to it, so moving on...
We need to add the script to move the player to the location, this is done by the Teleport(); command.

global TELE_GURUBASHI = function(plr)
{
+ plr.Teleport(0, -13232.7, 219.565, 31.9761);
};

A breakdown of the Teleport(); Function:
Teleport(mapid, x coord, y coord, z coord);

For the Gurubashi Arena, the coords are as follows:
MapID: 0
X: -13232.7
Y: 219.565
Z: 31.9761

This script still will not work, as we've not yet defined the GameObject Event to run the function, we'll do that now.

global TELE_GURUBASHI = function(plr)
{
plr.Teleport(0, -13232.7, 219.565, 31.9761);
};
+.RegisterGameObjectEvent(GO_ID, 2, TELE_GURUBASHI);

You must replace GO_ID with the portal ID in your DB ( SQL is at the bottom ).
What this does, is when the portal is clicked, tells the server to run the TELE_GURUBASHI function, or the teleport player function.

This script is now operational. Optionally, you could add a message to the player, this could be done like the following:

global TELE_GURUBASHI = function(plr)
{
plr.Teleport(0, -13232.7, 219.565, 31.9761);
+ plr.SendSystemMessage("Welcome to the Gurubashi PvP Arena!");
};
.RegisterGameObjectEvent(GO_ID, 2, TELE_GURUBASHI);


Now save this file as something.gm, such as "ArenaTele.gm" and add it to the "scripts" folder on your server. If there is not a scripts folder, create one. Then, either type reloadscripts in the console, or .reloadscripts InGame, and add the GO to the game, and click on it!

I hope someone finds this useful, and any problems, feel free to ask for help.

Portal SQL:
insert into `gameobject_names` (`entry`, `Type`, `DisplayID`, `Name`, `sound0`, `sound1`, `sound2`, `sound3`, `sound4`, `sound5`, `sound6`, `sound7`, `sound8`, `sound9`, `unknown1`, `unknown2`, `unknown3`, `unknown4`, `unknown5`, `unknown6`, `unknown7`, `unknown8`, `unknown9`, `unknown10`, `unknown11`, `unknown12`, `unknown13`, `unknown14`) values('500000','4','5231','Portal to Gurubashi Arena','0','0','1','0','0','0','0','0','0','0','0' ,'0','0','0','0','0','0','0','0','0','0','0','0',' 0');
Sir Ryuuzaki is offline  
Old 06/07/2010, 18:38   #3
 
elite*gold: 0
Join Date: May 2009
Posts: 265
Received Thanks: 105
Ich will sie eigentlich woanders hinsetzen.

Greetz
IchbinHans is offline  
Old 06/11/2010, 19:24   #4
 
klemi3's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 155
Received Thanks: 22
Hi, die Gurubashi Arena ist in der World Implementiert. Von daher gibt es sie so - als object nicht, es ist aber möglich, kleinere und großere Objecte aus der welt auszuschneiden, ist aber sehr aufwendig, und weiß auch nicht inwieweit das mit der Arena geht... :-)
klemi3 is offline  
Old 07/06/2010, 14:36   #5
 
elite*gold: 0
Join Date: Sep 2009
Posts: 26
Received Thanks: 3
jo würd ich auch sagen das man das nur mit programier kenntnisen machen kann
simon03 is offline  
Old 07/06/2010, 16:39   #6
 
elite*gold: 60
Join Date: Mar 2010
Posts: 233
Received Thanks: 54
des geht nur mit eine MPQ veränderung was hier soweit ich weiß nicht supportet wird
Arras is offline  
Old 07/06/2010, 20:27   #7
 
Gordge's Avatar
 
elite*gold: 62
Join Date: Apr 2006
Posts: 12,492
Received Thanks: 2,859
Quote:
Originally Posted by Arras View Post
des geht nur mit eine MPQ veränderung was hier soweit ich weiß nicht supportet wird
Das stimmt, das ändern der Gamefiles ist illegal und damit hier nicht unterstüzt!
Gordge is offline  
Reply


Similar Threads Similar Threads
Truhe in der Gurubashi-Arena
03/27/2008 - WoW Guides & Templates - 20 Replies
Also ich weiß, das ist nichts besonderes, aber hab grad mal Koords für die Truhe in der Gurubashi-Arena in Stranglethorn gemacht... kiste, 0, 277.703, -13202.479, 17.857 Alle 3 Stunden (0, 3, 6, 9, 12, 15, 18, 21) kommt dort über euch eine Truhe....da ist nicht wirklich was Tolles drin, aber so ein Meister der Arena...wenn man 12 davon abgibt bekommt man ein Blaues Trinket =) An den Koords sieht euch keiner und ihr könnt in aller Seelenruhe die Truhe öffnen, ohne dass es einer bemerkt...
Arena der Gurubashi(Mangos)
03/03/2008 - WoW Private Server - 15 Replies
Moin moin, hab mir ma aus fun nen Mangos Server aufgespielt und auch gleich gefallen daran gefunden, nun bin ich dabei den erstmal ein bischen auszuprobieren mit ein paar freunden, und da is uns aufgefallen das wenn man in die arena der gurubashi geht, man nicht angegriffen werden kann wie es eigentlich sein sollte, weiß jemand zufällig wie man das umstellen/fixen kann ? Bin für jeden tipp dankbar, da ich da gerne PVP events veranstalten würde. Infos: WoW Version = 2.3.2 Mangos 4508...
Get ontop of gurubashi arena
01/20/2007 - WoW Exploits, Hacks, Tools & Macros - 4 Replies
This is a Guide to get ontop of the Gurubashi Areana; (110% sure its mine because I found this exploit myself and its only been shared with one other person.) 1. Go to the Gurubashi Areana 2. Once there Walk over to the Wall on your right. 3. Jump at the Wall at an angle untill getting stuck on a 'Ledge' of Sorts.
On Top of Gurubashi Arena
01/05/2007 - WoW Exploits, Hacks, Tools & Macros - 2 Replies
This is a way to go on top of Gurubashi Arena (2.0.3 test realm) Just do wall-jumping http://img112.imageshack.us/img112/2734/explo1nx9 .jpg http://img411.imageshack.us/img411/1082/explo2yb2 .jpg
BWH - Arena der Gurubashi
08/03/2005 - WoW Guides & Templates - 12 Replies
Moin zusammen Für alle, die sich noch keine Coords für die Truhe in der Arena von Strangle gemacht haben, hier nocheinmal zum mitschreiben ^^ Bei dieser Position sollte man Zero Gravity aktiveren, da es genau unter der Truhe in der Arena ist. Man sollte aber auch darauf achten, dass man niemanden angreift, sich nicht heilt, irgendwelche Skills benutzt oder dergleichen... Solange man nur dumm wartet, bis man gemütlich die Truhe öffnen kann, passiert einem nicht viel. Bedenkt, dass euch...



All times are GMT +2. The time now is 00:13.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.