Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  0
Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Contributor
    Onlykl's Avatar
    Join Date
    Jan 2009
    Location
    127.0.0.1
    Posts
    247
    Post Thanks / Like
    Rep Power
    19
    Reputation
    244

    [Tutorial] How To Raise your Max Weapon/Armor/Proffession Skills past 450


    Register to remove this ad
    Remeber this is just for ArcEmu core tutorial....

    1) Open Arcemu/trunk/src/arcemu-world/player.cpp

    2) Use Ctrl+F 'Find' to find these sections of code. Replace where i Have placed a '###' with your new max skill cap.



    To Edit Weapon Max Skill level

    Code:
    // force to be within limits
    #if PLAYER_LEVEL_CAP==80
    	Curr_sk = ( Curr_sk > ### ? ### : ( Curr_sk <1 ? 1 : Curr_sk ) );
    	Max_sk = ( Max_sk > ### ? ### : Max_sk );
    #else
    	Curr_sk = ( Curr_sk > ### ? ### : ( Curr_sk <1 ? 1 : Curr_sk ) );
    	Max_sk = ( Max_sk > ### ? ### : Max_sk );
    #endif
    To Edit max Profession Level (If your level cap is higher then 80 follow the direcions on the next box down)
    For Max Level 80:

    Code:
    		{
    			new_max = itr->second.MaximumValue;
    			if (new_max >= ###)
    				new_max = ###;
    		}
    		else
    		{
    			new_max = 1;
    		}
    
    		// force to be within limits
    #if PLAYER_LEVEL_CAP==80
    		if (new_max > ###)
    			new_max = ###;
    #else
    		if (new_max > ###)
    			new_max = ###;
    #endif
    If your Max level is higher then 80 then replace the section of code mentioned above (in your player.cpp file) with this code
    (Replace the ### with the new max skill level as usual and the $$$ with your servers max level

    Code:
    		{
    			new_max = itr->second.MaximumValue;
    			if (new_max >= ###)
    				new_max = ###;
    		}
    		else
    		{
    			new_max = 1;
    		}
    
    		// force to be within limits
    #if PLAYER_LEVEL_CAP==80
    		if (new_max > ###)
    			new_max = ###;
    #else
    		if (new_max > ###)
    			new_max = ###;
    #endif
    
    #if PLAYER_LEVEL_CAP==$$$
    		if (new_max > ###)
    			new_max = ###;
    #else
    		if (new_max > ###)
    			new_max = ###;
    #endif
    This is for All skills
    Code:
    void Player::_ModifySkillMaximum(uint32 SkillLine, uint32 NewMax)
    {
    	// force to be within limits
    #if PLAYER_LEVEL_CAP==80
    	NewMax = ( NewMax > ### ? ### : NewMax );
    #else
    	NewMax = ( NewMax > ### ? ### : NewMax );
    #endif

    That's it. Recompile your Arcemu Core and you enter in game.. Enjoy...


    › See More: [Tutorial] How To Raise your Max Weapon/Armor/Proffession Skills past 450



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Head of Musara-Network
    mydlay's Avatar
    Join Date
    Jul 2009
    Location
    USA
    Posts
    22
    Post Thanks / Like
    Rep Power
    15
    Reputation
    17
    Good script, but im wondering whats the point of getting proff's higher then 450 since theres like no recipes higher up.

  4. #3
    Contributor
    Onlykl's Avatar
    Join Date
    Jan 2009
    Location
    127.0.0.1
    Posts
    247
    Post Thanks / Like
    Rep Power
    19
    Reputation
    244
    idk some one maybe wanna change it but skill bigger than 450 is good

  5. #4
    Beginner

    Join Date
    Aug 2008
    Posts
    5
    Post Thanks / Like
    Rep Power
    16
    Reputation
    1
    you are quite good with all of these releases. keep them up!

  6. #5
    Contributor
    Onlykl's Avatar
    Join Date
    Jan 2009
    Location
    127.0.0.1
    Posts
    247
    Post Thanks / Like
    Rep Power
    19
    Reputation
    244
    okay, and tnx.

  7. #6
    Grunt

    Join Date
    Jul 2009
    Location
    Chicago
    Posts
    35
    Post Thanks / Like
    Rep Power
    15
    Reputation
    19
    It forces the skill to be at what ever you put right? so you could just force it to be 451 prof so everyone can get any recipe.

  8. #7
    Contributor
    Onlykl's Avatar
    Join Date
    Jan 2009
    Location
    127.0.0.1
    Posts
    247
    Post Thanks / Like
    Rep Power
    19
    Reputation
    244
    yep you can there change max and min skills

  9. #8
    Beginner

    Join Date
    Jul 2009
    Posts
    8
    Post Thanks / Like
    Rep Power
    15
    Reputation
    1
    Can you make this on lua or help me to comple it in c++ please? anw

  10. #9
    Contributor
    Onlykl's Avatar
    Join Date
    Jan 2009
    Location
    127.0.0.1
    Posts
    247
    Post Thanks / Like
    Rep Power
    19
    Reputation
    244
    you cant on lua because this is in core and core is made with C++ scripts...

  11. #10
    Beginner

    Join Date
    Sep 2009
    Posts
    6
    Post Thanks / Like
    Rep Power
    15
    Reputation
    1

    Register to remove this ad
    Needed this! Thanx =D

 

 
Page 1 of 2 12 LastLast

Visitors found this page by searching for:

How To Raise your Max WeaponArmorProfession Skills past 450

where are your proffession skills located

arcemu max prof skills

Max skill after 450 repack

Skills after 450 ArcEmu

arcemu max out skills

how to raise your weapon skills arcemu

How To Raise your Max WeaponArmorProffession Skills past 450

raise your weapon tutorial

how to max out all skills on arcemu wow

max player weapon skills mangos

max skill

SEO Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -5. The time now is 11:43 AM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org