View Single Post
  #1  
Old 09-16-2014, 08:46 AM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default HoT - RoF + Weapons and Spell Effects (a bit more info)

BACKUP ALL FILES FIRST (incase something goes horribly wrong)

Base Everquest Folder Files! ... (C:\Everquest\) - or wherever it is located for you..
-spellsnew.eff (This file seems to show SpellEffects / Nimbuses)
-spellsnew.edd
-enviromentemittersnew.edd
-ActorEmittersNew.edd
Replace these 4 files with ones grabbed from a Live or RoF client! (Live is free to play so easy to get those!)


Grab these 3 Folders from a Live or RoF client
ActorEffects, EnvEmitterEffects, and SpellEffects -- (merged folders without overwriting files)


Search all equipment files with... (also go in base everquest folder) (C:\Everquest\)
*equip.eqg

May need to search for "hofequip4hof" separately.. also there are a few more in there like... "holeequip.eqp" and "mansionequip.eqp" I personally didnt look through those.. but I am guessing they have more items in them.. if you want to add them as well



Add lines to GlobalLoad.txt (inside C:\Everquest\Resources\)
ONLY IF THEY ARE NOT IN THERE
If you did the extra equip files that I missed.. just add them as well to the bottom
Code:
2,0,TFFFE,hotequip.eqg,Loading HOT Character Equipment Files
4,0,TFFFC,voa_equip.eqg,Loading VOA Character Equipment Files
4,0,TFFFC,voaequip.eqg,Loading VOA Character Equipment Files
2,0,TFFFE,rofequip.eqg,Loading ROF Character Equipment Files
2,0,TFFFE,hofequip.eqg,Loading Weapons
2,0,TFFFE,hofequip4hof.eqg,Loading Weapons
2,0,TFFFE,cotfequip.eqg,Loading Weapons

Also make sure to grab ALL "walletXX.eqg" files
NOTE: Part of this section may already be in your GlobalLoad.. so just add the ones that are missing (and add more if there are more in the new Live client)
Code:
2,0,TFFFE,wallet01.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet02.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet03.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet06.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet07.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet08.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet09.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet10.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet11.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet12.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet13.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet14.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet15.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet16.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet17.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet18.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet19.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet20.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet21.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet22.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet23.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet24.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet25.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet25frostfell.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet26.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet27.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet28.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet29.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet30.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet31.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet32.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet33.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet34.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet35.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet37.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet39.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet40.eqg,Loading Character Equipment Files
2,0,TFFFE,wallet41.eqg,Loading Character Equipment Files





Working Nimbuses! (On older UF client)

orig post - if you want to see neato weapon graphics!
http://www.eqemulator.org/forums/sho...90&postcount=7


If you want item icons.. make sure to follow the guide... here..
http://www.eqemulator.org/forums/showthread.php?t=32835



I decided to alter Akka's view script to show only nimbus effects... and there are a lot... (Some are even missing... since I only grabbed ones from my current spellfile! *115ish)




Update: ... Item Icon File (C:\Everquest\uifiles\default\EQUI_Animations.xml)
EQUI_Animations.xml (FOR UF up to dragitem188 is what I have in here) .. Backup your old one.. and replace with this
REQUIRES: Live files....

Look inside..... "C:\Everquest\uifiles\default\"

Grab ALL "dragitemXXX.dds" files and copy them from your live client into your UF client .. make sure to put it in the same directory ... \uifiles\default\
Reply With Quote