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: [QUESTION] Help with character screen (lua)  (Read 1019 times)

Zorak

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 9
    • View Profile
[QUESTION] Help with character screen (lua)
« on: March 06, 2014, 01:23:24 am »
Hello,

I am trying to create some "special" screens for my small wotlk project.

Now I am stucked with Character create screen. I have found some patch with Pandaria character screen for wotlk client. It is great for me, and it is working well too ...  almost.

Where is the problem? I cannot create female orc. This is the only thing, which is not working, but I need to get it usable.

I tried to go through the code myself, but I didnt find any mistakes, or missings (everything is written in general, nothing leads only to orcs - except some icons)

So once again .. swaping other races/genders is working. But only orc icon wont chage anytime (even if other icons are female), and clicking on or icon will automaticaly swap all to male. And as orc, Female gender button doesnt work.

So, is anybody here, who knows theese lua scripts in general and who could help me?
Here is the whole patch (I was unable to load only the lua file, modcraft is blocking it, cause some forbidden words are included in code :( )  https://mega.co.nz/#!yFElEIJR!-Fnb5p...REjkJ0jBMupl6k


Thanks a lot :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

zaharih

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 4
    • View Profile
Re: [QUESTION] Help with character screen (lua)
« Reply #1 on: March 06, 2014, 03:43:08 am »
Enter decryption key?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Zorak

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 9
    • View Profile
Re: [QUESTION] Help with character screen (lua)
« Reply #2 on: March 06, 2014, 12:38:01 pm »
Decryption key? Downloadable, extractable for me. And it can be opened by Ladik's MPQ editor in its version 3.2.0


here is characterCreate.lua (in rar because of modcrafts spam words mechanism)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Zorak

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 9
    • View Profile
[SOLVED]  Help with character screen (lua)
« Reply #3 on: March 06, 2014, 12:55:33 pm »
Got it .. no missing characters or mistakes in coding ... this lua script had "paid race" (probably some system for trade/chane faction etc. purposes) set to 6, which is orc, and in code, it is set only to male ...

thanks.. lock it, delete it, what is the best .. :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »