Working Gem Cutter! -- LOOK!

Discussion in 'Archives' started by :.Owner.:, Oct 30, 2007.

Working Gem Cutter! -- LOOK!
  1. Unread #1 - Oct 30, 2007 at 2:29 PM
  2. :.Owner.:
    Joined:
    Oct 5, 2007
    Posts:
    76
    Referrals:
    0
    Sythe Gold:
    0

    :.Owner.: Member

    Working Gem Cutter! -- LOOK!

    i found this gem cutter from a server. guy sent me his codes and i figured, well this 1 is something that no1 has or maybe they do i dunno. but anywaysm enjoy! :)



    HTML:
    [TITLE]
    gem cutting
    [AUTHOR]
    mostly bakatool or zenzie.
    [INFO]
    for cutting gems
    
    
    
    
    
    [START]
    [OPEN]
    client.java
    [FIND]
    		} else if (useitems[0] == 1755) { //chisel
    			CheckCuttingGem();
    [/FIND]
    [DELETE]
    [FIND]
    public class client extends Player implements Runnable {
    [/FIND]
    [ADD]
      public void ACraftGemSwitch(int gemID){
        if (gemID == 1625) ACraftGemMain(1, gemID, 15, 1609, "Opal");
        if (gemID == 1627) ACraftGemMain(13, gemID, 20, 1611, "Jade");
        if (gemID == 1629) ACraftGemMain(16, gemID, 25, 1613, "Red Topaz");
        if (gemID == 1623) ACraftGemMain(20, gemID, 50, 1607, "Sapphire");
        if (gemID == 1621) ACraftGemMain(27, gemID, 68, 1605, "Emerald");
        if (gemID == 1619) ACraftGemMain(34, gemID, 85, 1603, "Ruby");
        if (gemID == 1617) ACraftGemMain(43, gemID, 108, 1601, "Diamond");
        if (gemID == 1631) ACraftGemMain(55, gemID, 138, 1615, "Dragonstone");
        if (gemID == 6571) ACraftGemMain(67, gemID, 168, 6573, "Onyx");
      }
      public void ACraftGemMain(int reqLvl, int gemID, int GemXP, int GemFin, String GemName){
        if(playerLevel[playerCrafting] >= reqLvl) {
          startAnimation(885);
          sendMessage("You cut the rock into a beautiful "+GemName+" gem.");
          deleteItem(gemID, getItemSlot(gemID), 1);
          addItem(GemFin,1);
          addSkillXP(GemXP, playerCrafting);
        } else {
          sendMessage("You need a crafting level of "+reqLvl+" to cut this gem.");
        }
      }
    [/ADD]
    [FIND]
    		} else if (useitems[0] == 1777) { //string
    			CheckStringUsage();
    [/FIND]
    [ADD]
    else if(itemUsed == 1755 && useWith == 1625) {
    ACraftGemMain(1, 1625, 50, 1609, "Opal");
    }
    else if(itemUsed == 1755 && useWith == 1627) {
    ACraftGemMain(13, 1627, 100, 1611, "Jade");
    }
    else if(itemUsed == 1755 && useWith == 1629) {
    ACraftGemMain(16, 1629, 125, 1613, "Red Topaz");
    }
    else if(itemUsed == 1755 && useWith == 1623) {
    ACraftGemMain(27, 1623, 175, 1605, "Emerald");
    }
    else if(itemUsed == 1755 && useWith == 1619) {
    ACraftGemMain(34, 1619, 190, 1603, "Ruby");
    }
    else if(itemUsed == 1755 && useWith == 1617) {
    ACraftGemMain(43, 1617, 200, 1601, "Diamond");
    }
    else if(itemUsed == 1755 && useWith == 1631) {
    ACraftGemMain(55, 1631, 210, 1615, "Dragonstone");
    }
    else if(itemUsed == 1755 && useWith == 6571) {
    ACraftGemMain(67, 6517, 220, 6573, "Onyx");
    }
    [/ADD]
    [SAVE-CURRENT]
    [CLOSE]			
    [END]
     
  3. Unread #2 - Nov 4, 2007 at 8:25 AM
  4. :.Owner.:
    Joined:
    Oct 5, 2007
    Posts:
    76
    Referrals:
    0
    Sythe Gold:
    0

    :.Owner.: Member

    Working Gem Cutter! -- LOOK!

    ~bump~
     
  5. Unread #3 - Nov 4, 2007 at 10:00 AM
  6. xsyndicatesx
    Joined:
    Apr 22, 2005
    Posts:
    226
    Referrals:
    1
    Sythe Gold:
    0

    xsyndicatesx Active Member

    Working Gem Cutter! -- LOOK!

    Please don't bump threads,reported
     
  7. Unread #4 - Nov 4, 2007 at 10:53 AM
  8. Hi peeps
    Joined:
    Jul 7, 2007
    Posts:
    651
    Referrals:
    0
    Sythe Gold:
    0

    Hi peeps Apprentice
    Banned

    Working Gem Cutter! -- LOOK!

    backseat moddining lol :D
     
  9. Unread #5 - Nov 4, 2007 at 1:00 PM
  10. BullsEye
    Joined:
    Apr 4, 2007
    Posts:
    1,233
    Referrals:
    0
    Sythe Gold:
    0

    BullsEye Guru
    Banned

    Working Gem Cutter! -- LOOK!

    cool, i have something familiar buts its like this:
    Code:
    								else if(itemUsed == 1623 && useWith == 1755) {
    									deleteItem(1623, getItemSlot(1623), 1);
    									addItem(1607, 1);
    									addSkillXP(500, 12);
    									sendMessage("You cut sapphire.");
    
    can you say a difference? im curious
     
  11. Unread #6 - Jan 5, 2008 at 12:16 AM
  12. xxxinfernoxx
    Referrals:
    0

    xxxinfernoxx Guest

    Working Gem Cutter! -- LOOK!

    where do i insert it to make it work on my server :S
     
  13. Unread #7 - Jan 5, 2008 at 3:29 AM
  14. BullsEye
    Joined:
    Apr 4, 2007
    Posts:
    1,233
    Referrals:
    0
    Sythe Gold:
    0

    BullsEye Guru
    Banned

    Working Gem Cutter! -- LOOK!

    In client.java.. but donno where actually lol
     
< 10 Steam games $1.50 each!! | ~Selling level 86 and 91 accounts~ >

Users viewing this thread
1 guest


 
 
Adblock breaks this site