This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [HELP] RETROPORTING CATACLYSM MINING ORE AND PROFFESIONS!  (Read 1108 times)

Piccolodmq

  • Registred Member
  • Model Change Addict
  • *****
  • Posts: 200
    • View Profile
[HELP] RETROPORTING CATACLYSM MINING ORE AND PROFFESIONS!
« on: September 26, 2017, 04:38:17 pm »
Hi there!

I am trying to retroport, mining ores and proffesion to 3.3.5a, and here what I have done so far.

1- get items working:   I used icons and items from Anthony's (Kronixusa), retroported items for the minerals ores.
2- I made custom mineral ore Gameobjects using the saronite ore as base, and everything works (I need 450 mining.. mining pick and I get blizzlike spawnrate for minerals ores.
3- I modified the spell 49258 in spell.dbc, wich is the one used for learning how to smelt 2 saronite ores into one saronite bar.  I changed only the rows that Described what the spell did and the item row for the ORE and BAR with the custom cata item numbers.
4- I putted the file both in the DBC and Patch of my client.
5- In npc_trainer DB, I copied one row that had the saronite smelting spell and replaced the spell Id with the custom one I made

"ID"   "SpellID"   "MoneyCost"   "ReqSkillLine"   "ReqSkillRank"   "ReqLevel"
"201035"   "49258"   "150000"   "186"   "400"   "0"

to this

"ID"   "SpellID"   "MoneyCost"   "ReqSkillLine"   "ReqSkillRank"   "ReqLevel"
"201035"   "90050"   "150000"   "186"   "400"   "0"

But when I go to the trainer, to buy the new smelting spell, i get an unknown, spell to lear, wich doesnt work or show up in my Mining Spell book.

I am sure I am missing something, but dont know what it is!  thanks!


Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [HELP] RETROPORTING CATACLYSM MINING ORE AND PROFFESIONS!
« Reply #1 on: September 26, 2017, 05:05:48 pm »
Have you added your new smelting spell into mining skill? If not, check SkillLineAbilitty.dbc
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

Piccolodmq

  • Registred Member
  • Model Change Addict
  • *****
  • Posts: 200
    • View Profile
Re: [HELP] RETROPORTING CATACLYSM MINING ORE AND PROFFESIONS!
« Reply #2 on: September 26, 2017, 06:50:27 pm »
No I havent!, will do right away.

Anything else I should look into?

Piccolodmq

  • Registred Member
  • Model Change Addict
  • *****
  • Posts: 200
    • View Profile
Re: [HELP] RETROPORTING CATACLYSM MINING ORE AND PROFFESIONS!
« Reply #3 on: September 26, 2017, 08:24:27 pm »
I just get the Mining trainer menu, bugged (even before editing the Skilllineability.dbc), with the a green line above the menu, and no available skills to learn.