[Release] Custom Quest.

Page 1 of 3 123 LastLast
Results 1 to 15 of 36
  1. #1
    Enthusiast jewoenii is offline
    MemberRank
    Dec 2008 Join Date
    35Posts

    [Release] Custom Quest.

    Hey Ragezone !

    This is my first release.

    -- Custom Quest --

    It's a mini Quest, i will add more later on. You need to talk to Rock, Paper, Scissor Admin to begin the quest.



    She will warp you to a map in Happyville and will give you 4000 big snowballs and a Magical Kitten.

    PHP Code:
    /*     
    Rock, Paper, Scissor Admin - Warp to Custom Quest Place (from Free Market)
    Credits to Admin of The 4 Story
    */

    function start() {
        
    cm.sendSimple("Hey #h #, i can warp you to the custom quest of #r[B][Your Server Name][/B]#k! Do you want to go in or do you want some information?\r\n#L0##bI would like to do the custom quest.#k#l\r\n#L1##bIn want some information.#k#l");
    }

    function 
    action(modetypeselection) {
        switch (
    selection) {
            case 
    0:
                
    cm.warp(2090800000) break;
        case 
    1:
            
    cm.sendOk("If you want to do the quest i will warp you to a map in Happyville to fight the big snowman! If you defeated him you need to pick up the presents to trade for an nice reward!")
            
    cm.dispose();
        }
        
    cm.dispose();

    When you are in the map talk to:
    He will warp the snowman.


    PHP Code:
    //Credits: jewoenii of The 4 Story
    var mob = Array(9400708);

    function 
    start() {
        
    cm.sendSimple("--------------------------#e Snowman Spawner --------------------------#n \r\n\r\nHey #h #, i'm can summon the Snowman for you!#b\r\n#L0#I'm ready!#l#k");
    }

    function 
    action(modetypeselection) {
            
    cm.summonMob(mob[selection]);
         
        } else {
            
    cm.sendOk("Ok tell me when you are ready.");
        }
        
    cm.dispose();

    Once you did that he will summon the Snowman:

    If you killed him he will drop presents and you can exchange that with the reward NPC.



    PHP Code:
    // Credits to jewoenii of The 4 Story
    var status 0;
    var 
    map = Array(240010501);

    function 
    start() {
        
    status = -1;
        
    action(100);
    }

    function 
    action(modetypeselection) {
        if (
    mode == -1) {
            
    cm.dispose();
        } else {
            if (
    mode == && status == 0) {
                
    cm.dispose();
                return;
            }
            if (
    mode == 1)
                
    status++;
            else
                
    status--;
            if (
    status == 0) {
                
    cm.sendSimple("#e-------------------------- Reward NPC --------------------------#n\r\n\r\nHey #h #, I can trade the presents you found for some nice rewards! Choose the reward that you want:\r\n\r\n#L1# 1x #b#v4000425##k for 4x #b#v2101024##k #l\r\n#L2# 10x #b#v4000425##k for 1x #b#v1082223##k #l");
            } else if (
    status == 1) {
                if (
    selection == 1) {
                    if(
    cm.haveItem(40004251)) {
                
    cm.gainItem(4000425, -1); 
                        
    cm.gainItem(21010244); 
                        
    cm.sendOk("Thank you for your Present!");
                    } else {
                        
    cm.sendOk("Sorry, you don't have enough Presents!");
                    }
                    
    cm.dispose();
                } else if (
    status == 2) {
                } else if (
    selection == 2) {
                    if(
    cm.haveItem(400042210)) {
                
    cm.gainItem(4000422, -10);
                        
    cm.gainItem(10822231);
                        
    cm.sendOk("Thank you for your Presents!");
                    } else {
                        
    cm.sendOk("Sorry, you don't have enough Presents!");
                    }
                    
    cm.dispose();
                }
            }
        }

    I hope you like it .


  2. #2
    Infraction Banned Maple1134 is offline
    MemberRank
    Jun 2008 Join Date
    564Posts

    Re: [Release] Custom Quest.

    Nice job, but I don't like it.

  3. #3
    Alpha Member Markii is offline
    MemberRank
    Nov 2008 Join Date
    NewyorkLocation
    1,917Posts

    Re: [Release] Custom Quest.

    Nice Job :]

  4. #4
    Enthusiast jewoenii is offline
    MemberRank
    Dec 2008 Join Date
    35Posts

    Re: [Release] Custom Quest.

    Quote Originally Posted by Maple1134 View Post
    Nice job, but I don't like it.
    Ty, but why you dont like it? It's to easy or should i add more?

  5. #5
    Back to TitanMS casioa1234 is offline
    MemberRank
    Dec 2008 Join Date
    NetherlandsLocation
    338Posts

    Re: [Release] Custom Quest.

    odinms or is it for titanms or both?

    if odinms : can you make it for titanms to?

  6. #6
    Proficient Member tsunamishine is offline
    MemberRank
    Nov 2008 Join Date
    LaByStoryLocation
    193Posts

    Re: [Release] Custom Quest.

    i believe if u added more rewards it would be better. the quest seems a little too plain. good job btw.

  7. #7
    Enthusiast SpriteKiller is offline
    MemberRank
    Jan 2009 Join Date
    28Posts

    Re: [Release] Custom Quest.

    it's cool but a little fail when it said Hey Admin <---- i can change that but it dont matter i guess

  8. #8
    Alpha Member MSDartz is offline
    MemberRank
    May 2008 Join Date
    PwnVilleLocation
    2,171Posts

    Re: [Release] Custom Quest.

    Most likely, it's not set to Admin, it's set to the name you talk to the NPC with #n#? Idk the thing.

    Nice and simple. You should add an SQL, I'll do it for you.

    Edit: I think this SQL script should work

    Code:
    INSERT INTO monsterdrops VALUES(0, 9400710, 4000425, 100);
    INSERT INTO monsterdrops VALUES(0, 9400710, 4000422, 100);
    Edit2: Edit the 100 if you want to make the chance harder or easier.

  9. #9
    Enthusiast 텐시유메# is offline
    MemberRank
    Jan 2009 Join Date
    Beer MountainLocation
    25Posts

    Re: [Release] Custom Quest.

    Quote Originally Posted by casioa1234 View Post
    odinms or is it for titanms or both?

    if odinms : can you make it for titanms to?
    what do u think?

  10. #10
    Account Upgraded | Title Enabled! viydude is offline
    MemberRank
    Jun 2008 Join Date
    235Posts

    Re: [Release] Custom Quest.

    Um... he put #h # which shows your character's name...
    So he was on his character "Admin" when he took that ss

  11. #11
    Account Upgraded | Title Enabled! FloppyDisk is offline
    MemberRank
    Jan 2009 Join Date
    634Posts

    Re: [Release] Custom Quest.

    Curious : What's the ID for the Rock, Paper, Scissor's NPC.

  12. #12
    Alpha Member MSDartz is offline
    MemberRank
    May 2008 Join Date
    PwnVilleLocation
    2,171Posts

    Re: [Release] Custom Quest.

    Id is '9000019'

    Don't think you need to use that NPC.

  13. #13
    Account Upgraded | Title Enabled! cokecola is offline
    MemberRank
    Dec 2008 Join Date
    267Posts

    Re: [Release] Custom Quest.

    Nice job, I'll use it but edit a lot.

  14. #14
    Alpha Member blyddlyl is offline
    MemberRank
    Jul 2008 Join Date
    Sing A Pore <33Location
    1,831Posts

    Re: [Release] Custom Quest.

    More stages complications for this quest would be nice. Like we'll need to hunt somethings to summon the snowman? etc

  15. #15
    Account Upgraded | Title Enabled! iternalflame is offline
    MemberRank
    Jul 2008 Join Date
    1Location
    543Posts

    Re: [Release] Custom Quest.

    nice work ! love it



Page 1 of 3 123 LastLast

Advertisement