Not a member yet? Register for your free account!


Go Back   elitepvpers > Other Online Games > Diablo 2 > Diablo 2 Programming
You last visited: Today at 15:42

  • Did you know? elitepvpers has its own image host, epvpimg.com.

 

How to add Rare Reroll Cubing Recipe to my D2NT 3.3

This is a discussion on How to add Rare Reroll Cubing Recipe to my D2NT 3.3 within the Diablo 2 Programming forum part of the Diablo 2 category; I whant to add Rare Reroll Cubing Recipe to my D2NT 3.3 This Code is OK? or is more to ...

Reply
 
Thread Tools
Old 09-19-2012, 09:16   #1
Junior Member
 
Join Date: Mar 2009
Posts: 11
Received Thanks: 0
Question How to add Rare Reroll Cubing Recipe to my D2NT 3.3


I whant to add Rare Reroll Cubing Recipe to my D2NT 3.3

This Code is OK? or is more to add,
Thx in Advance for help

PHP Code:
const NTCU_RARE 3;

********************************


else if(
NTConfig_CubingItem[i][0] == NTCU_RARE)
                
_restrictedIngredients[1].push(NTCU_SKULL_PERFECT);

********************************

}
        else if(
NTConfig_CubingItem[i][0] == NTCU_RARE)
        {

// Check whether the char carries 6 perfect skulls
            
for(29n++)
            {
                if(
NTConfig_CubingItem[i][n] == null)
                    break;
            }

            if(
>= 9)
                break;

***********************************

NTConfig_CubingItem.push([NTCU_RARE421]);

*********************************** 
__________________


Last edited by web835; 09-19-2012 at 10:00.
web835 is offline  
Old 09-19-2012, 11:47   #2
At a crossroads…

 
Muddy Waters's Avatar
 
Join Date: Jan 2010
Posts: 15,441
Received Thanks: 7,545
Considering I have changed the entire cubing algorithm, copying some bits here and there will definitely not do. Instead you should try to understand how the algorithm works and then just adapt the functionality to whatever version you are using.

So copy and paste is not the way to go here, but getting into the code and comprehending it is.
Muddy Waters is offline  
Thanks
1 User
web835 (09-19-2012)
Old 03-20-2013, 17:10   #3
Junior Member
 
Join Date: Mar 2009
Posts: 11
Received Thanks: 0
ok thx
web835 is offline  
Reply

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Muddy's d2nt Cubing von pgms/craften blackparty Diablo 2 Programming 3 01-24-2012 00:33
Cubing eevixx Diablo 2 Programming 0 12-22-2011 13:05
Frage zum Cubing beim D2NT Crackime Diablo 2 5 10-06-2010 16:31
d2nt 3.1 cubing frage backbrot Diablo 2 3 04-21-2010 16:46




All times are GMT +2. The time now is 15:42.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.