Thread: Gmaping
View Single Post
  #2  
Old 06-02-2007, 09:18 PM
Luda Luda is offline
Registered User
Join Date: Aug 2005
Location: Canada
Posts: 2,071
Luda has much to be proud ofLuda has much to be proud ofLuda has much to be proud ofLuda has much to be proud ofLuda has much to be proud ofLuda has much to be proud of
Send a message via AIM to Luda
Look here.

http://forums.graalonline.com/forums...t=61822&page=2

Make a text document, put this in it
NPC Code:
GRMAP001
WIDTH 5
HEIGHT 0

GENERATED test_01.nw
LEVELNAMES
"test_01.nw","test_02.nw","test_03.nw","test_04.nw ","test_05.nw"
LEVELNAMESEND
MINIMAPIMG test.png
LOADFULLMAP


After this is in the text document save it as a .gmap

Then put this in one of the levels
NPC Code:
// NPC made by Buttmonkey
if (created) {
loadmap test;
setlevel2 test_01.nw,30,30;
}



loadmap test= the name of your .gmap file

Last edited by Luda; 06-02-2007 at 09:35 PM..
Reply With Quote