Thread: Little Delta Help Needed here

Results 1 to 2 of 2
  1. #1 Little Delta Help Needed here 
    Registered Member
    Join Date
    Dec 2009
    Age
    30
    Posts
    318
    Thanks given
    1
    Thanks received
    3
    Rep Power
    19
    Okay Guys Has u bet u seen my shops unlocker system Befor Well it did not work out right so i was gonna recode it Better i got this 1 prob ive tryed to fix

    Santa is the guy U talk to unlock the shops

    as Shop in santa is Godsword shop
    i added Godsword Shop,

    and i put a messed like this
    if u have not unlocked the shop u get this message on Godsword shop = npc 746
    sM("You cannot Open Godsword shop Talk to ~Santa~ to unlock Shop");

    But the funny thing is Wen i Open The santa Shop that message Comes up i only Want it to come up on the Godsword Shop



    Well Heres the Code i used

    Santas NpcDialogue Send

    Code:
    if(NPCID == 1552) {
    if(isclangame == false) {
                         NpcDialogue = 6666;
                         NpcDialogueSend = false;
    } else {
    }
    }


    Godsword Shop Code

    Code:
    if(NPCID == 736 && q5 == 1){
    PutNPCCoords = true;
    WanneShop = 100;
    sM("You Enter the Godsword Shop");
    } else { 
    sM("You cannot Open this shop Talk to ~santa~ at home to unlock this shop");
    }
    Ive also Tryed Adding Brake; To the code did nothing


    wen Talking to santa

    Code:
    case 6666:
    choice5("Dragon shop (10)","Bandos shop (15)","Range Shop (25)","Mage Shop (30)","GodSword shop (35)");
    				break;

    now for the Code in Mostclicking


    Code:
    				if (c.NpcDialogue == 6666) {
    					if (c.inCombat) {
    						c.sM("You cannot teleport in combat!");
    						break;
    					}
    					c.closeAll();
    					if (c.pkpoints >= 35) {
    						c.pkpoints -= 35;
    						c.q5 = 1;
    						c.sM("You have unlocked The Godsword shop" + c.pkpoints + " pk points. Left");
    c.yell("@red@" + c.playerName + " @blu@Has unlock Godsword Shop");
    					} else {
    						c.sM("You don't have enough pk points, you have " + c.pkpoints + " pk points.");
    					}
    				}

    I just Want to get Rid of Wen i open Santa to Unlock shops the message

    Code:
    sM("You cannot Open this shop Talk to ~santa~ at home to unlock this shop");
    comes up Any ideas?
     

  2. #2  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Delta help needed
    By Dharmesh in forum Help
    Replies: 6
    Last Post: 01-16-2011, 02:59 PM
  2. Help Needed For A Command 317 Delta
    By pyrotic in forum Help
    Replies: 0
    Last Post: 12-11-2010, 01:47 PM
  3. [Delta][317]Coder Needed
    By shotme in forum Help
    Replies: 5
    Last Post: 01-29-2010, 10:15 AM
  4. [Delta] Some help needed ;D
    By Kastro in forum Help
    Replies: 0
    Last Post: 06-28-2009, 03:18 PM
  5. NullPointerExpetion[delta] NEEDED HELP;)
    By Georgio in forum Help
    Replies: 10
    Last Post: 06-20-2009, 04:57 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •