Wepkags
Vote every day! It's a must links in Bump and vote MUST under announcements thanks!
Wepkags
Vote every day! It's a must links in Bump and vote MUST under announcements thanks!
Wepkags
Would you like to react to this message? Create an account in a few clicks or log in to continue.


WePKags The best 317 pk server ever.
 
HomePortalLatest imagesSearchRegisterLog in

 

 Brimhaven dungeon (serversided)

Go down 
AuthorMessage
Justin
Admin
Admin
Justin


Posts : 62
Points : 93
Reputation : 2
Join date : 2010-07-13

Brimhaven dungeon (serversided) Empty
PostSubject: Brimhaven dungeon (serversided)   Brimhaven dungeon (serversided) EmptyFri Jul 16, 2010 5:32 pm

If you have your own server and would like full brimhaven dungeon follow this tut.

First
search something similar to

Code:
if ((objectID == 1725) && (objectX == 2724) && (objectY == 3374)) {
               resetPos();
            toX = 2727;
            toY = 9774;
            heightLevel = 0;
            break;
         }

Copy that code and paste the code directly under it.

Then change the object id (obtained by clicking the object that doesnt work looking on your black box that runs your server and getting the object id and the x&y coords)

Code:
if ((objectID == objectid) && (objectX == xcoord) && (objectY == ycoord)) {
               resetPos();
            toX = xcoords;
            toY = 9774;
            heightLevel = 0;
            break;
         }

toY = 9774; (y coords of where it takes you)
toX = xcoords; (where it takes you when clicked)
heightLevel = 0; (heigth level, delete this line if you would like to stay on the ground.)

Save and compile then test it.
repeat for all objects that you want to work.

Delta base only.
Back to top Go down
https://wepkags.forumotion.com
 
Brimhaven dungeon (serversided)
Back to top 
Page 1 of 1
 Similar topics
-
» Brimhaven Dungeon!

Permissions in this forum:You cannot reply to topics in this forum
Wepkags :: Community :: Tutorials-
Jump to: