[RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

Results 1 to 25 of 25
  1. #1
    Account Upgraded | Title Enabled! FlowMotion is offline
    MemberRank
    Apr 2007 Join Date
    378Posts

    [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    Also besure if you change the npc ID you have to change the npc ID in the Custom.cpp file to the npc ID you use if you dont wanna use Mia.

    This is my release not that great so dont bash im trying to contribute even if there are other like this already posted.

    You can also change the npc name if you dont want to use Mia in Henesys to do the changes this comes with female and male changes

    Add the Custom.cpp to your NPC's in C++ and also add this to the
    NPCsScripts.h

    Code:
    case 9010002: npc_9010002(npc); break; //NX NPC
    change 9010002 to whatever npc ID you wanna use if you dont wanna use Mia,

    Add

    Code:
    static void npc_9010002(NPC* npc); // NX NPC
    to NPCsScripts.h aswell besure to change 9010002 to whatever npc you wanna use it has to be the same npc id as the one for the case

    This is for Mia in henesys is what I use accounts might get bugged if users try to use female hair or eyes same with girls if they use male eyes or male hair
    just go into your mysql if this happens and change there hair aslo the skin can some times get bugged to so needs work.

    I think I posted all i need if not reply i'll try to help.
    Attached Files Attached Files


  2. #2
    Infraction Banned Cartor is offline
    MemberRank
    Aug 2006 Join Date
    IsraelLocation
    166Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    Nice release, thanks!

  3. #3
    Proficient Member Scorp!on is offline
    MemberRank
    Apr 2008 Join Date
    163Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    wow ty =) much work for u GJ

  4. #4
    Apprentice sharinghome is offline
    MemberRank
    Apr 2008 Join Date
    11Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    ty for your share

  5. #5
    Account Upgraded | Title Enabled! FlowMotion is offline
    MemberRank
    Apr 2007 Join Date
    378Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    Its not much but atleast im trying to give to the devlopment here I run my own server so i really dont have time to do much on this forum but look for releases others have made i think might be cool to have in my server so to return the leeching favor i made this even if if it has been released before.

  6. #6
    Account Upgraded | Title Enabled! xnBlaze is offline
    MemberRank
    Apr 2008 Join Date
    860Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    thanks for the release :]

  7. #7
    Job Accomplished! locolijo is offline
    MemberRank
    Jul 2006 Join Date
    Inside a ServerLocation
    546Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    Has been already release...

    And the other version doesn't bug the characters. :sq_yellow

  8. #8
    Account Upgraded | Title Enabled! xnBlaze is offline
    MemberRank
    Apr 2008 Join Date
    860Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    It would be safer if its gender detected.

  9. #9
    Account Upgraded | Title Enabled! xnBlaze is offline
    MemberRank
    Apr 2008 Join Date
    860Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    This for example:
    Code:
    if(player->getGender() == 0){
    					npc->teleport(801000100);
    					npc->end();
    				}
    				else{
    					npc->teleport(801000200);
    					npc->end();
    If your not male you instantly get teleported to female spa.

  10. #10
    Valued Member jwshan is offline
    MemberRank
    Apr 2008 Join Date
    127Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    What exactly did you change here other than taking the gm map npcs' existing coding and putting it under the mia id?
    Anything new added?

  11. #11
    Account Upgraded | Title Enabled! xnBlaze is offline
    MemberRank
    Apr 2008 Join Date
    860Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    Quote Originally Posted by jwshan View Post
    What exactly did you changed here other than taking the gm map npcs' existing coding and putting it under the mia id?
    Anything new added?
    I think it's for normal players that cant access the gmmap.

  12. #12
    Account Upgraded | Title Enabled! ctZ'... is offline
    MemberRank
    Dec 2006 Join Date
    533Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    Quote Originally Posted by xnBlaze View Post
    This for example:
    Code:
    if(player->getGender() == 0){
                        npc->teleport(801000100);
                        npc->end();
                    }
                    else{
                        npc->teleport(801000200);
                        npc->end();
    If your not male you instantly get teleported to female spa.
    Agree with this idea.

  13. #13
    Valued Member NeverGiveUp315 is offline
    MemberRank
    Sep 2007 Join Date
    123Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    thanks you ssoo much =))))

  14. #14
    Novice mrhotdog is offline
    MemberRank
    May 2008 Join Date
    4Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    I am new to this, can you tell me how can u add the custom.cpp to NPCs and NPCsScripts.h ?

  15. #15
    Member iSpongeBob is offline
    MemberRank
    Apr 2008 Join Date
    54Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    Ty, nice release.

  16. #16
    Enthusiast shinoo is offline
    MemberRank
    Jun 2008 Join Date
    29Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    got any example hw to add it ?

  17. #17
    Account Upgraded | Title Enabled! AsianBoy is offline
    MemberRank
    Apr 2008 Join Date
    455Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    does this have all the hair like the new one?

  18. #18
    Account Upgraded | Title Enabled! partyme is offline
    MemberRank
    Apr 2008 Join Date
    SoulSocietyLocation
    203Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    ty nice release compiled 100% with no errors.!

  19. #19
    Account Upgraded | Title Enabled! joen is offline
    MemberRank
    Jun 2008 Join Date
    the netherlandsLocation
    623Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    Thank you.

  20. #20
    Novice RadStory is offline
    MemberRank
    Oct 2008 Join Date
    2Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    I cant get mine to work

  21. #21
    Account Upgraded | Title Enabled! EspadaFung is offline
    MemberRank
    Jul 2008 Join Date
    Home, don't stalk meLocation
    1,030Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    lulz why u bumping up this thread? >.>

    and, this npc is easy to make ~_~

  22. #22
    Burn the land, HydroBenZ is offline
    MemberRank
    Aug 2008 Join Date
    2,710Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    Quote Originally Posted by RadStory View Post
    I cant get mine to work
    Good job on your journey for RageZone!
    You just bumped a good 4 month thread.
    Please old threads >_>

  23. #23
    Account Upgraded | Title Enabled! echicken is offline
    MemberRank
    Apr 2008 Join Date
    1,402Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    Stop bumping old threads -_-

  24. #24
    Member KunoChanx3 is offline
    MemberRank
    Aug 2008 Join Date
    57Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    Quote Originally Posted by echicken View Post
    Stop bumping old threads -_-
    By telling him to stop bumping, you are too. :/ I know I am too but seriously, It's his first day.

  25. #25
    Account Upgraded | Title Enabled! B12 is offline
    MemberRank
    Jun 2008 Join Date
    341Posts

    Re: [RELEASE] Mia gives free hair/color/eye/color/skin/color (Male & Female)

    Quote Originally Posted by RadStory View Post
    I cant get mine to work
    You're probably on a Java-based source. Lol.



Advertisement