Thread: grids
View Single Post
  #4  
Old 02-27-2004, 12:42 AM
smogo
Discordant
 
Join Date: Jan 2004
Location: 47
Posts: 339
Default

there are several max defines in the EMuShareMem stuff, but none seems related to grids, at first glance.

The field size spawn2.gridpath and grid.id in the DB is int(10), so there should be no pb. Is it this ID, or another ID ?

Or maybe, simply in the spawn command:
Code:
else if (!strcmp(command,"spawn")) {
                                //char tempa[100];
                                const NPCType* tmp = 0;
                                int16 grid = atoi(arglist[1]);
                                int8 guildwarset = atoi(arglist[2]);
Reply With Quote