Go Back   EQEmulator Home > EQEmulator Forums > General > General::General Discussion

General::General Discussion General discussion about EverQuest(tm), EQEMu, and related topics.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #16  
Old 04-17-2008, 01:09 PM
Striat
Sarnak
 
Join Date: Aug 2006
Posts: 60
Default

Quote:
Originally Posted by Telltolin View Post
The models aren't stiff or slow at all, look entirely normal and the zone functions perfectly without any lag.
I don't know if it's possible to change the race of a boat. It very well might be, certainly worth a try.
Yeah, as you mention, stiff models get fixed with this;p I'm fairly sure we had an issue with a minotaur but this fixed that issue.

Wanted to add models that often crash the zone when force loaded will not with this method. A good example is khati sha and gods from pop. Had to do this on our server to account for some dynamic events;p
Reply With Quote
  #17  
Old 05-05-2009, 11:24 AM
Ozst420
Fire Beetle
 
Join Date: Feb 2007
Posts: 9
Default graphics issue

had some graphic issues with this
here were the causes incase anyone else has these problems

1,0,TFFF,solrotower_chr,Loading Characters messes up south ro
1,0,TFFF,potorment_chr,Loading Characters turns invisible people purple
Reply With Quote
  #18  
Old 05-08-2009, 03:47 AM
covou
Sarnak
 
Join Date: Jan 2006
Posts: 31
Default

OK so i found some models that werent loading globally. I think i have most of them working now.
Only 2 known models could i not get to global load and that was Var Shir King, Var Shir Guard.
Find this in your GlobalLoad.txt file in resources folder
Code:
3,0,TFFFC,BSE.eqg,Loading Characters
4,0,TFFFC,Global2_chr,Loading Global Items and Equipment
and in between those 2 lines, paste this.
Code:
3,0,TFFFC,tgo.eqg,Loading Characters
3,0,TFFFC,clv.eqg,Loading Characters
3,0,TFFFC,fra.eqg,Loading Characters
3,0,TFFFC,chm.eqg,Loading Characters
3,0,TFFFC,ddm.eqg,Loading Characters
3,0,TFFFC,dma.eqg,Loading Characters
3,0,TFFFC,btn.eqg,Loading Characters
3,0,TFFFC,dsf.eqg,Loading Characters
3,0,TFFFC,mnt.eqg,Loading Characters
3,0,TFFFC,dbx.eqg,Loading Characters
3,0,TFFFC,rob.eqg,Loading Characters
3,0,TFFFC,dbp.eqg,Loading Characters
3,0,TFFFC,map.eqg,Loading Characters
3,0,TFFFC,crs.eqg,Loading Characters
3,0,TFFFC,prt.eqg,Loading Characters
3,0,TFFFC,cnp.eqg,Loading Characters
3,0,TFFFC,rkp.eqg,Loading Characters
3,0,TFFFC,mes.eqg,Loading Characters
3,0,TFFFC,cdr.eqg,Loading Characters
3,0,TFFFC,dvs.eqg,Loading Characters
3,0,TFFFC,dke.eqg,Loading Characters
3,0,TFFFC,krn.eqg,Loading Characters
3,0,TFFFC,ldr.eqg,Loading Characters
3,0,TFFFC,mdr.eqg,Loading Characters
3,0,TFFFC,sdr.eqg,Loading Characters
3,0,TFFFC,pma.eqg,Loading Characters
3,0,TFFFC,tar.eqg,Loading Characters
3,0,TFFFC,spq.eqg,Loading Characters
3,0,TFFFC,ans.eqg,Loading Characters
3,0,TFFFC,dre.eqg,Loading Characters
3,0,TFFFC,drs.eqg,Loading Characters
3,0,TFFFC,lvr.eqg,Loading Characters
3,0,TFFFC,asm.eqg,Loading Characters
3,0,TFFFC,seg.eqg,Loading Characters
3,0,TFFFC,lsp.eqg,Loading Characters
3,0,TFFFC,lsq.eqg,Loading Characters
3,0,TFFFC,shd.eqg,Loading Characters
3,0,TFFFC,fgt.eqg,Loading Characters
3,0,TFFFC,crh.eqg,Loading Characters
3,0,TFFFC,crl.eqg,Loading Characters
3,0,TFFFC,drc.eqg,Loading Characters
3,0,TFFFC,fgp.eqg,Loading Characters
3,0,TFFFC,kor.eqg,Loading Characters
3,0,TFFFC,myg.eqg,Loading Characters
Tested and working fine on my server, unfortunately as with the first modification... the initial world load does take a little longer but does not affect zoning times, or consume much more RAM/CPU Usage
This loads all of the known OoW and DoN models. as well as DoDH models, including the dragon models, Overlord Mata Muram and Mayong Mistmoore
Reply With Quote
  #19  
Old 05-10-2009, 02:40 AM
Krugus
Sarnak
 
Join Date: Dec 2005
Location: the Void
Posts: 40
Default 2 more models

Found 2 more models that can be loaded up and they are new snake models and the clockwork models

Code:
3,0,TFFF,snk.eqg,Loading Characters
3,0,TFFF,cwg.eqg,Loading Characters
FYI: New snake model:

texture 0 = black & red
texture 1 = diamond back
texture 2 = green & yellow
texture 3 = sandy
texture 4 = icy cold
Reply With Quote
  #20  
Old 05-11-2009, 01:14 PM
caylah023
Sarnak
 
Join Date: May 2008
Location: oregon
Posts: 41
Default

if i use this as a developement method on my server i.e. i go around making mobs with these models will my players have to use this modification. im trying to avoid having to distribute any files unless i absolutely have to
Reply With Quote
  #21  
Old 05-11-2009, 10:55 PM
Krugus
Sarnak
 
Join Date: Dec 2005
Location: the Void
Posts: 40
Talking More stuff

Caylah023:

Yes they will have to since this is client side but the good news is, its a VERY small file and you could just post it up and tell them to cut and paste this into their Global Load txt file but remind them to back up their Global Load txt file before making any modifications to it.

Anyways another 2 models gained by adding:

Code:
1,0,TFFF,sharvahl_chr2,Loading Characters
This will give you access to the Vah Shir King ( #238 ) and his body guards ( #239 )

We had sharvahl_chr loading but we forgot there was a second one listed for that zone. This, of course, will fix it.
Reply With Quote
  #22  
Old 05-12-2009, 01:29 AM
caylah023
Sarnak
 
Join Date: May 2008
Location: oregon
Posts: 41
Default

thank you krugus will put together a file and see about putting up the text version.....now for free webhosting space lol
Reply With Quote
  #23  
Old 05-14-2009, 11:14 AM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

has anyone got enchanter pet model to show up in zones other than unrest?

and female versions of qeynos citizens?
Reply With Quote
  #24  
Old 05-17-2009, 07:26 PM
drakelord
Hill Giant
 
Join Date: Nov 2002
Location: NC, USA
Posts: 182
Default

I tested this out and I loved it, so I compiled the text file for upload.

Get it Here.

Also, I tested out the boat swap. It does indeed work. I made a kickass ghost ship from the freeport ship, 8D
__________________
Hmm.
Reply With Quote
  #25  
Old 05-17-2009, 07:43 PM
vales
Discordant
 
Join Date: May 2006
Posts: 458
Default

Thanks for the file, drakelord. Will give it a go!
Reply With Quote
  #26  
Old 05-29-2009, 05:21 AM
Krugus
Sarnak
 
Join Date: Dec 2005
Location: the Void
Posts: 40
Default SoF Client: Ships!

Using the SoF Client you can gain access to 3 new ships. All are solid and sail's across the water very smooth.

You would need to put in your globalLoad.txt file:
Code:
3,0,TFFFC,b04.eqg,Loading Characters
3,0,TFFFC,b05.eqg,Loading Characters
3,0,TFFFC,b06.eqg,Loading Characters
This would add races:

550: Merchant Ship
551: Pirate Ship
552: Ghost Ship

They are Gender 2

To access them you'll need to mod your races.h file (not all of them are working):
Code:
	 473 => "Fairy",                       
	 474 => "Witheran",                    
	 475 => "Air Elemental",               
	 476 => "Earth Elemental",             
	 477 => "Fire Elemental",              
	 478 => "Water Elemental",             
	 479 => "Alligator",                   
	 480 => "Bear",                        
	 481 => "Scaled Wolf",                 
	 482 => "Wolf",                        
	 483 => "Spirit Wolf",                 
	 484 => "Skeleton",                    
	 485 => "Spectre",                     
	 486 => "Bolvirk",                     
	 487 => "Banshee",                     
	 488 => "Banshee",                     
	 489 => "Elddar",                      
	 490 => "Forest Giant",                
	 491 => "Bone Golem",                  
	 492 => "Horse",                       
	 493 => "Pegasus",                     
	 494 => "Shambling Mound",             
	 495 => "Scrykin",                     
	 496 => "Treant",                      
	 497 => "Vampire",                     
	 498 => "Ayonae Ro",                   
	 499 => "Sullon Zek",                  
	 500 => "Banner",                      
	 501 => "Flag",                        
	 502 => "Rowboat",                     
	 503 => "Bear Trap",                   
	 504 => "Clockwork Bomb",              
	 505 => "Dynamite Keg",                
	 506 => "Pressure Plate",              
	 507 => "Puffer Spore",                
	 508 => "Stone Ring",                  
	 509 => "Root Tentacle",               
	 510 => "Runic Symbol",                
	 511 => "Saltpetter Bomb",             
	 512 => "Floating Skull",              
	 513 => "Spike Trap",                  
	 514 => "Totem",                       
	 515 => "Web",                         
	 516 => "Wicker Basket",               
	 517 => "Nightmare/Unicorn",           
	 518 => "Horse",                       
	 519 => "Nightmare/Unicorn",           
	 520 => "Bixie",                       
	 521 => "Centaur",                     
	 522 => "Drakkin",                     
	 523 => "Giant",                       
	 524 => "Gnoll",                       
	 525 => "Griffin",                     
	 526 => "Giant Shade",                 
	 527 => "Harpy",                       
	 528 => "Mammoth",                     
	 529 => "Satyr",                       
	 530 => "Dragon",                      
	 531 => "Dragon",                      
	 532 => "Dyn'Leth",                    
	 533 => "Boat",                        
	 534 => "Weapon Rack",                 
	 535 => "Armor Rack",                  
	 536 => "Honey Pot",                   
	 537 => "Jum Jum Bucket",              
	 538 => "Plant",                       
	 539 => "Plant",                       
	 540 => "Plant",                       
	 541 => "Toolbox",                     
	 542 => "Wine Cask",                   
	 543 => "Stone Jug",                   
	 544 => "Elven Boat",                  
	 545 => "Gnomish Boat",                
	 546 => "Barrel Barge Ship",           
	 547 => "Goo",                         
	 548 => "Goo",                         
	 549 => "Goo",                         
	 550 => "Merchant Ship",               
	 551 => "Pirate Ship",                 
	 552 => "Ghost Ship",                  
	 553 => "Banner",                      
	 554 => "Banner",                      
	 555 => "Banner",                      
	 556 => "Banner",                      
	 557 => "Banner",                      
	 558 => "Aviak",                       
	 559 => "Beetle",                      
	 560 => "Gorilla",                     
	 561 => "Kedge",                       
	 562 => "Kerran",                      
	 563 => "Shissar",                     
	 564 => "Siren",                       
	 565 => "Sphinx",                      
	 566 => "Human",                       
	 567 => "Campfire",                    
	 568 => "Brownie",                     
	 569 => "Dragon",                      
	 570 => "Exoskeleton",                 
	 571 => "Ghoul",                       
	 572 => "Clockwork Guardian",          
	 573 => "Mantrap",                     
	 574 => "Minotaur",                    
	 575 => "Scarecrow",                   
	 576 => "Shade",                       
	 577 => "Rotocopter",                  
	 578 => "Tentacle Terror",             
	 579 => "Wereorc",                     
	 580 => "Worg",                        
	 581 => "Wyvern",                      
	 582 => "Chimera",                     
	 583 => "Kirin",                       
	 584 => "Puma",                        
	 585 => "Boulder",                     
	 586 => "Banner",                      
	 587 => "Elven Ghost",                 
	 588 => "Human Ghost",                 
	 589 => "Chest",                       
	 590 => "Chest",                       
	 591 => "Crystal",                     
	 592 => "Coffin",                      
	 593 => "Guardian CPU",                
	 594 => "Worg",                        
	 595 => "Mansion",                     
	 596 => "Floating Island",             
	 597 => "Cragslither",                 
	 598 => "Wrulon",                      
	 599 => "UNKNOWN RACE",                
	 600 => "UNKNOWN RACE",                
	 601 => "UNKNOWN RACE",                
	 602 => "Burynai",                     
	 603 => "Frog",                        
	 604 => "Dracolich",                   
	 605 => "Iksar Ghost",                 
	 606 => "Iksar Skeleton",              
	 607 => "Mephit",                      
	 608 => "Muddite",                     
	 609 => "Raptor",                      
	 610 => "Sarnak",                      
	 611 => "Scorpion",                    
	 612 => "Tsetsian",                    
	 613 => "Wurm",                        
	 614 => "Balrog",                      
	 615 => "Hydra Crystal",               
	 616 => "Crystal Sphere",              
	 617 => "Gnoll",                       
	 618 => "Sokokar",                     
	 619 => "Stone Pylon",                 
	 620 => "Demon Vulture",               
	 621 => "Wagon",                       
	 622 => "God of Discord",              
	 623 => "Wrulon Mount",                
	 624 => "UNKNOWN RACE",                
	 625 => "Sokokar Mount",               
	 626 => "UNKNOWN RACE",
Then modify your command.cpp to accept higher race numbers (max out at 626.... like this:
Code:
void command_race(Client *c, const Seperator *sep)
{
  Mob *t=c->CastToMob();

	// @merth: Need to figure out max race for LoY/LDoN: going with upper bound of 500 now for testing
	if (sep->IsNumber(1) && atoi(sep->arg[1]) >= 0 && atoi(sep->arg[1]) <= 626) {
		if ((c->GetTarget()) && c->Admin() >= commandRaceOthers)
			t=c->GetTarget();
		t->SendIllusionPacket(atoi(sep->arg[1]));
	}
	else
		c->Message(0, "Usage: #race [0-626]  (0 for back to normal)");
}
You can also mod your PEQ Database Editor with the new races as well so they will appear in the drop down menu when you are editing the npc race just by going into the lib directory and modifing the data.php and look for the $races array and change it to this:
Code:
$races = array (
  0 => 'Soldier',
  1 => 'Human',
  2 => 'Barbarian',
  3 => 'Erudite',
  4 => 'Wood Elf',
  5 => 'High Elf',
  6 => 'Dark Elf',
  7 => 'Half Elf',
  8 => 'Dwarf',
  9 => 'Troll',
  10 => 'Ogre',
  11 => 'Halfling',
  12 => 'Gnome',
  13 => 'Aviak',
  14 => 'Werewolf',
  15 => 'Brownie',
  16 => 'Centaur',
  17 => 'Golem',
  18 => 'Giant/Cyclops',
  19 => 'Trakanon',
  20 => '4-arm/Venril Sathir',
  21 => 'Evil Eye',
  22 => 'Beetle',
  23 => 'Kerra',
  24 => 'Fish',
  25 => 'Fairy',
  26 => 'Froglok',
  27 => 'Froglok Ghoul',
  28 => 'Fungusman',
  29 => 'Gargoyle',
  30 => 'Gasbag',
  31 => 'Gelatinous Cube',
  32 => 'Ghost',
  33 => 'Ghoul',
  34 => 'Giant Bat',
  35 => 'Giant Eel',
  36 => 'Giant Rat',
  37 => 'Giant Snake',
  38 => 'Giant Spider',
  39 => 'Gnoll',
  40 => 'Goblin',
  41 => 'Gorilla',
  42 => 'Wolf',
  43 => 'Bear',
  44 => 'Freeport Guards',
  45 => 'Demi Lich',
  46 => 'Imp',
  47 => 'Griffin',
  48 => 'Kobold',
  49 => 'Dragons',
  50 => 'Lion',
  51 => 'Lizard Man',
  52 => 'Mimic',
  53 => 'Minotaur',
  54 => 'Orc',
  55 => 'Human Beggar',
  56 => 'Pixie',
  57 => 'Dracnid',
  58 => 'Solusek Ro',
  59 => 'Bloodgills',
  60 => 'Skeleton',
  61 => 'Shark',
  62 => 'Tunare',
  63 => 'Tiger',
  64 => 'Treant',
  65 => 'Vampire',
  66 => 'Statue of Rallos Zek',
  67 => 'Highpass Citizen',
  68 => 'Tentacle',
  69 => 'Wisp',
  70 => 'Zombie',
  71 => 'Qeynos Citizen',
  72 => 'Ship',
  73 => 'Launch',
  74 => 'Piranha',
  75 => 'Elemental',
  76 => 'Puma',
  77 => 'Neriak Citizen',
  78 => 'Erudite Citizen',
  79 => 'Bixie',
  80 => 'Reanimated Hand',
  81 => 'Rivervale Citizen',
  82 => 'Scarecrow',
  83 => 'Skunk',
  84 => 'Snake Elemental',
  85 => 'Spectre',
  86 => 'Sphinx',
  87 => 'Armadillo',
  88 => 'Clockwork Gnome',
  89 => 'Drake',
  90 => 'Halas Citizen',
  91 => 'Alligator',
  92 => 'Grobb Citizen',
  93 => 'Oggok Citizen',
  94 => 'Kaladim Citizen',
  95 => 'Cazic Thule',
  96 => 'Cockatrice',
  97 => 'Daisy Man',
  98 => 'Elf Vampire',
  99 => 'Denizen',
  100 => 'Dervish',
  101 => 'Efreeti',
  102 => 'Froglok Tadpole',
  103 => 'Phinigel Autropos',
  104 => 'Leech',
  105 => 'Swordfish',
  106 => 'Felguard',
  107 => 'Mammoth',
  108 => 'Eye of Zomm',
  109 => 'Wasp',
  110 => 'Mermaid',
  111 => 'Harpie',
  112 => 'Fayguard',
  113 => 'Drixie',
  114 => 'Ghost Ship',
  115 => 'Clam',
  116 => 'Sea Horse',
  117 => 'Unknown',
  118 => 'Unknown',
  119 => 'Unknown',
  120 => 'Wolf Elemental',
  121 => 'Gorgon',
  122 => 'Dragon Skeleton',
  123 => 'Innoruuk',
  124 => 'Unicorn',
  125 => 'Pegasus',
  126 => 'Djinn',
  127 => 'Invisible Man',
  128 => 'Iksar',
  129 => 'Scorpion',
  130 => 'Vah Shir',
  131 => 'Sarnak',
  132 => 'Draglock',
  133 => 'Lycanthrope',
  134 => 'Mosquito',
  135 => 'Rhino',
  136 => 'Xalgoz',
  137 => 'Kunark Goblin',
  138 => 'Yeti',
  139 => 'Iksar Citizen',
  140 => 'Forest Giant',
  141 => 'Boat',
  142 => 'Minor Illusion',
  143 => 'Tree Illusion',
  144 => 'Burynai',
  145 => 'Goo',
  146 => 'Spectral Sarnak',
  147 => 'Spectral Iksar',
  148 => 'Kunark Fish',
  149 => 'Iksar Scorpion',
  150 => 'Erollisi',
  151 => 'Tribunal',
  152 => 'Bertoxxulous',
  153 => 'Bristlebane',
  154 => 'Fay Drake',
  155 => 'Sarnak Skeleton',
  156 => 'Ratman',
  157 => 'Wyvern',
  158 => 'Wurm',
  159 => 'Devourer',
  160 => 'Iksar Golem',
  161 => 'Iksar Skeleton',
  162 => 'Man Eating Plant',
  163 => 'Raptor',
  164 => 'Sarnak Golem',
  165 => 'Water Dragon',
  166 => 'Iksar Hand',
  167 => 'Succulent',
  168 => 'Holgresh',
  169 => 'Brontotherium',
  170 => 'Snow Dervish',
  171 => 'Dire Wolf',
  172 => 'Manticore',
  173 => 'Totem',
  174 => 'Cold Spectre',
  175 => 'Enchanted Armor',
  176 => 'Snow Bunny',
  177 => 'Walrus',
  178 => 'Rock-gem Men',
  179 => 'Unknown179',
  180 => 'Unknown180',
  181 => 'Yak man/Faun',
  182 => 'Unknown182',
  183 => 'Coldain',
  184 => 'Velious Dragons',
  185 => 'Hag',
  186 => 'Hippogriff',
  187 => 'Siren',
  188 => 'Frost Giant',
  189 => 'Storm Giant',
  190 => 'Otterman',
  191 => 'Walrus Man',
  192 => 'Clockwork Dragon',
  193 => 'Abhorrent',
  194 => 'Sea Turtle',
  195 => 'Black and White Dragons',
  196 => 'Ghost Dragon',
  197 => 'Ronnie Test',
  198 => 'Prismatic Dragon',
  199 => 'Shiknar',
  200 => 'Rockhopper',
  201 => 'Underbulk',
  202 => 'Grimling',
  203 => 'Vacuum Worm',
  204 => 'Evan Test',
  205 => 'Kahli Shah',
  206 => 'Owlbear',
  207 => 'Rhino Beetle',
  208 => 'Vampyre',
  209 => 'Earth Elemental',
  210 => 'Air Elemental',
  211 => 'Water Elemental',
  212 => 'Fire Elemental',
  213 => 'Wetfang Minnow',
  214 => 'Thought Horror',
  215 => 'Tegi',
  216 => 'Horse',
  217 => 'Shissar',
  218 => 'Fungal Fiend',
  219 => 'Vampire Volatalis',
  220 => 'StoneGrabber',
  221 => 'Scarlet Cheetah',
  222 => 'Zelniak',
  223 => 'Lightcrawler',
  224 => 'Shade',
  225 => 'Sunflower',
  226 => 'Khati Sha',
  227 => 'Shrieker',
  228 => 'Galorian',
  229 => 'Netherbian',
  230 => 'Akhevan',
  231 => 'Spire Spirit',
  232 => 'Sonic Wolf',
  233 => 'Ground Shaker',
  234 => 'Vah Shir Skeleton',
  235 => 'Mutant Humanoid',
  236 => 'Lord Inquisitor Seru',
  237 => 'Recuso',
  238 => 'Vah Shir King',
  239 => 'Vah Shir Guard',
  240 => 'Teleport Man',
  241 => 'Lujein',
  242 => 'Naiad',
  243 => 'Nymph',
  244 => 'Ent',
  245 => 'Wrinnfly',
  246 => 'Coirnav',
  247 => 'Solusek Ro',
  248 => 'Clockwork Golem',
  249 => 'Clockwork Brain',
  250 => 'Spectral Banshee',
  251 => 'Guard of Justice',
  252 => 'PoM Castle',
  253 => 'Disease Boss',
  254 => 'Solusek Ro Guard',
  255 => 'Bertoxxulous',
  256 => 'New Tribunal',
  257 => 'Terris Thule',
  258 => 'Vegerog',
  259 => 'Crocodile',
  260 => 'Bat',
  261 => 'Slarghilug',
  262 => 'Tranquilion',
  263 => 'Tin Soldier',
  264 => 'Nightmare Wraith',
  265 => 'Malarian',
  266 => 'Knight of Pestilence',
  267 => 'Lepertoloth',
  268 => 'Bubonian Boss',
  269 => 'Bubonian Underling',
  270 => 'Pusling',
  271 => 'Water Mephit',
  272 => 'Stormrider',
  273 => 'Junk Beast',
  274 => 'Broken Clockwork',
  275 => 'Giant Clockwork',
  276 => 'Clockwork Beetle',
  277 => 'Nightmare Goblin',
  278 => 'Karana',
  279 => 'Blood Raven',
  280 => 'Nightmare Gargoyle',
  281 => 'Mouts of Insanity',
  282 => 'Skeletal Horse',
  283 => 'Saryrn',
  284 => 'Fennin Ro',
  285 => 'Tormentor',
  286 => 'Necromancer Priest',
  287 => 'Nightmare',
  288 => 'New Rallos Zek',
  289 => 'Tallon Zek',
  290 => 'Vallon Zek',
  291 => 'Air Mephit',
  292 => 'Earth Mephit',
  293 => 'Fire Mephit',
  294 => 'Nightmare Mephit',
  295 => 'Zebuxoruk',
  296 => 'Mithaniel Marr',
  297 => 'Knightmare Rider',
  298 => 'Rathe Councilman',
  299 => 'Xegony',
  300 => 'Balrog/Demon',
  301 => 'Unknown301',
  302 => 'Lobster Monster',
  303 => 'Phoenix',
  304 => 'Quarm',
  305 => 'New Bear',
  306 => 'Earth Golem',
  307 => 'Iron Golem',
  308 => 'Storm Golem',
  309 => 'Air Golem',
  310 => 'Wood Golem',
  311 => 'Fire Golem',
  312 => 'Water Golem',
  313 => 'Veiled Gargoyle',
  314 => 'Lynx',
  315 => 'Squid',
  316 => 'Frog',
  317 => 'Flying Serpent',
  318 => 'Tactics Soldier',
  319 => 'Armored Boar',
  320 => 'Djinni',
  321 => 'Boar',
  322 => 'Knight of Marr',
  323 => 'Armor of Marr',
  324 => 'Nightmare Knight',
  325 => 'Rallos Ogre',
  326 => 'Arachnid',
  327 => 'Crystal Arachnid',
  328 => 'Tower Model',
  329 => 'Portal',
  330 => 'Froglok',
  331 => 'Troll Crew Member',
  332 => 'Pirate Deckhand',
  333 => 'Broken Skull Pirate',
  334 => 'Pirate Ghost',
  335 => 'One-armed Pirate',
  336 => 'Spiritmaster Nadox',
  337 => 'Broken Skull Taskmaster',
  338 => 'Gnome Pirate',
  339 => 'Dark Elf Pirate',
  340 => 'Ogre Pirate',
  341 => 'Human Pirate',
  342 => 'Erudite Pirate',
  343 => 'Unknown343',
  344 => 'Undead Pirate',
  345 => 'Luggald Worker',
  346 => 'Luggald Soldier',
  347 => 'Luggald Disciple',
  348 => 'Drogmor',
  349 => 'Froglok Skeleton',
  350 => 'Undead Froglok',
  351 => 'Knight of Hate',
  352 => 'Warlock of Hate',
  353 => 'Highborn',
  354 => 'Highborn Diviner',
  355 => 'Highborn Crusader',
  356 => 'Chokidai',
  357 => 'Undead Chokidai',
  358 => 'Unknown',
  359 => 'Undead Vampire',
  360 => 'Vampire',
  361 => 'Rujarkian Orc',
  362 => 'Decaying Mutant',
  363 => 'Prismatic Spirit',
  364 => 'Takish Elves',
  365 => 'Master Vampire',
  366 => 'Master Orc',
  367 => 'New Skeleton',
  368 => 'Crypt Creeper',
  369 => 'New Goblin',
  370 => 'Burrower Bug',
  371 => 'Froglok Ghost',
  372 => 'Vortex',
  373 => 'Shadow',
  374 => 'Golem Beast',
  375 => 'Watchful Eye',
  376 => 'Box',
  377 => 'Barrel',
  378 => 'Chest',
  379 => 'Vase',
  380 => 'Frozen Table',
  381 => 'Weapon Rack',
  382 => 'Coffin',
  383 => 'Skull and Bones',
  384 => 'Jester',
  385 => 'Talosian Native',
  386 => 'Talosian Evoker',
  387 => 'Talosian Golem',
  388 => 'Talosian Wolf',
  389 => 'Talosian Amphibian Creature',
  390 => 'Talosian Mountain Beast',
  391 => 'Talosian Stonemite',
  392 => 'Ukan War Hound',
  393 => 'Ixt Centaur',
  394 => 'Ikaav Snakewoman',
  395 => 'Aneuk',
  396 => 'Kyv Hunter',
  397 => 'Noc Sprayblood',
  398 => 'Ratuk Brute',
  399 => 'Ixt',
  400 => 'Huvul',
  401 => 'Mastruq Warfiend',
  402 => 'Mastruq',
  403 => 'Unknown403',
  404 => 'Ship',
  405 => 'New Golem',
  406 => 'Overlord Mata Muram',
  407 => 'Lighting warrior',
  408 => 'Pirylien fire mob',
  409 => 'Bazu',
  410 => 'Feran',
  411 => 'Pirylien fire mob',
  412 => 'Chimera',
  413 => 'Dragorn',
  414 => 'Murkglider',
  415 => 'Rat new skin',
  416 => 'Bat new skin',
  417 => 'Frost Pyrilien',
  418 => 'Discordling',
  419 => 'Girplan',
  420 => 'HanvarArchMagus',
  421 => 'Unknown421',
  422 => 'Unknown422',
  423 => 'Unknown423',
  424 => 'Unknown424',
  425 => 'Crystal Model',
  426 => 'Unknown426',
  427 => 'Large Purse',
  428 => 'Rock Pile',
  429 => 'Unknown429',
  430 => 'Undead Drake',
  431 => 'Dervishes',
  432 => 'New Drake',
  433 => 'New Goblin',
  434 => 'Kirrin',
  435 => 'Tirranun',
  436 => 'New Basilisk',
  437 => 'Kessdona/Rikkukin',
  438 => 'Yar`Lir',
  439 => 'Puma',
  440 => 'Default new spider',
  441 => 'Boss new spider',
  442 => 'Guardian of the Sands',
  443 => 'Unknown443',
  444 => 'Unknown444',
  445 => 'Dragon Egg',
  446 => 'Crystal Dragon',
  447 => 'Smoldering bluish-purple ball',
  448 => 'Statue, sparkly hands',
  449 => 'Spider Egg Sack',
  450 => 'Lava Spider',
  451 => 'Large-abdomen Lava Spider ',
  452 => 'Vishimtar ',
  453 => 'Rome-Looking Warrior',
  454 => 'New Werewolf',
  455 => 'New Kobold',
  456 => 'New Mushroom Man',
  457 => 'Gnomework',
  458 => 'New Orc',
  459 => 'Corathus',
  460 => 'Coral(?) ',
  461 => 'a cocoon',
  462 => 'Unknown462',
  463 => 'Unknown463',
  464 => 'New Gargoyle',
  465 => 'witheran',
  466 => 'Unknown466',
  467 => 'Shilskin',
  468 => 'Unknown468',
  469 => 'New Eye',
  470 => 'Tauren',
  471 => 'Unknown471',
  472 => 'Mechnical Boar',
  473 => 'New Fairy',
  474 => 'Unknown474',
  475 => 'Air Elemental',
  476 => 'Earth Elemental',
  477 => 'Fire Elemental',
  478 => 'Water Elemental',
  479 => 'Alligator',
  480 => 'Bear',
  481 => 'Scaled Wolf',
  482 => 'Wolf',
  483 => 'Spirit Wolf',
  484 => 'Skeleton',
  485 => 'Spectre',
  486 => 'Bolvirk',
  487 => 'Banshee',
  488 => 'Banshee',
  489 => 'Elddar',
  490 => 'Forest Giant',
  491 => 'Bone Golem',
  492 => 'Horse',
  493 => 'Pegasus',
  494 => 'Shambling Mound',
  495 => 'Scrykin',
  496 => 'Treant',
  497 => 'Vampire',
  498 => 'Ayonae Ro',
  499 => 'Sullon Zek',
  500 => 'Banner',
  501 => 'Flag',
  502 => 'Rowboat',
  503 => 'Bear Trap',
  504 => 'Clockwork Bomb',
  505 => 'Dynamite Keg',
  506 => 'Pressure Plate',
  507 => 'Puffer Spore',
  508 => 'Stone Ring',
  509 => 'Root Tentacle',
  510 => 'Runic Symbol',
  511 => 'Saltpetter Bomb',
  512 => 'Floating Skull',
  513 => 'Spike Trap',
  514 => 'Totem',
  515 => 'Web',
  516 => 'Wicker Basket',
  517 => 'Nightmare/Unicorn',
  518 => 'Horse',
  519 => 'Nightmare/Unicorn',
  520 => 'Bixie',
  521 => 'Centaur',
  522 => 'Drakkin',
  523 => 'Giant',
  524 => 'Gnoll',
  525 => 'Griffin',
  526 => 'Giant Shade',
  527 => 'Harpy',
  528 => 'Mammoth',
  529 => 'Satyr',
  530 => 'Dragon',
  531 => 'Dragon',
  532 => 'Dyn Leth',
  533 => 'Boat',
  534 => 'Weapon Rack',
  535 => 'Armor Rack',
  536 => 'Honey Pot',
  537 => 'Jum Jum Bucket',
  538 => 'Plant',
  539 => 'Plant',
  540 => 'Plant',
  541 => 'Toolbox',
  542 => 'Wine Cask',
  543 => 'Stone Jug',
  544 => 'Elven Boat',
  545 => 'Gnomish Boat',
  546 => 'Barrel Barge Ship',
  547 => 'Goo',
  548 => 'Goo',
  549 => 'Goo',
  550 => 'Merchant Ship',
  551 => 'Pirate Ship',
  552 => 'Ghost Ship',
  553 => 'Banner',
  554 => 'Banner',
  555 => 'Banner',
  556 => 'Banner',
  557 => 'Banner',
  558 => 'Aviak',
  559 => 'Beetle',
  560 => 'Gorilla',
  561 => 'Kedge',
  562 => 'Kerran',
  563 => 'Shissar',
  564 => 'Siren',
  565 => 'Sphinx',
  566 => 'Human',
  567 => 'Campfire',
  568 => 'Brownie',
  569 => 'Dragon',
  570 => 'Exoskeleton',
  571 => 'Ghoul',
  572 => 'Clockwork Guardian',
  573 => 'Mantrap',
  574 => 'Minotaur',
  575 => 'Scarecrow',
  576 => 'Shade',
  577 => 'Rotocopter',
  578 => 'Tentacle Terror',
  579 => 'Wereorc',
  580 => 'Worg',
  581 => 'Wyvern',
  582 => 'Chimera',
  583 => 'Kirin',
  584 => 'Puma',
  585 => 'Boulder',
  586 => 'Banner',
  587 => 'Elven Ghost',
  588 => 'Human Ghost',
  589 => 'Chest',
  590 => 'Chest',
  591 => 'Crystal',
  592 => 'Coffin',
  593 => 'Guardian CPU',
  594 => 'Worg',
  595 => 'Mansion',
  596 => 'Floating Island',
  597 => 'Cragslither',
  598 => 'Wrulon',
  599 => 'UNKNOWN RACE',
  600 => 'UNKNOWN RACE',
  601 => 'UNKNOWN RACE',
  602 => 'Burynai',
  603 => 'Frog',
  604 => 'Dracolich',
  605 => 'Iksar Ghost',
  606 => 'Iksar Skeleton',
  607 => 'Mephit',
  608 => 'Muddite',
  609 => 'Raptor',
  610 => 'Sarnak',
  611 => 'Scorpion',
  612 => 'Tsetsian',
  613 => 'Wurm',
  614 => 'Balrog',
  615 => 'Hydra Crystal',
  616 => 'Crystal Sphere',
  617 => 'Gnoll',
  618 => 'Sokokar',
  619 => 'Stone Pylon',
  620 => 'Demon Vulture',
  621 => 'Wagon',
  622 => 'God of Discord',
  623 => 'Wrulon Mount',
  624 => 'UNKNOWN RACE',
  625 => 'Sokokar Mount',
  626 => 'UNKNOWN RACE');

Granted not all of the upper races will work since I think the ones past 584? just appear as the standard stiff human model.

I'm starting to trim my GlobelLoad file down from loading everything to loading the newer models when possible and cutting out the older ones(when it would let me).

Anyways Enjoy
Reply With Quote
  #27  
Old 09-26-2009, 03:40 AM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

For those who working with this on T client I found one annoying issue with global loading.
If you force load growthplane (for example to make willo-wisps global), it overwrites the newer (Luclin) wolf models and loads up instead the original pre-kunark wolves.

This is probably not an issue with SoF client as far as I can guess.
Reply With Quote
  #28  
Old 09-26-2009, 04:20 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Quote:
Originally Posted by Krugus View Post

You can also mod your PEQ Database Editor with the new races as well so they will appear in the drop down menu when you are editing the npc race just by going into the lib directory and modifing the data.php and look for the $races array and change it to this:
You don't have to, this list has been in the editor for quite some time. Make sure you are using newest SVN.
Reply With Quote
  #29  
Old 09-26-2009, 04:44 AM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

would be nice to have models IDs and proper loading file names for SoF
Reply With Quote
  #30  
Old 11-09-2009, 04:04 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

I did a simple copy and past to the top of the register on globalload.txt and i'm not getting any output upon reload and even when I dbspawn and fix an npc gender 2 and whatever race I do not see anything upon reload once again.

= P
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 08:20 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3