Sidewalk Vending / Sidewalk Chat

NPC scripting regulated to NON-balance changing or NON-game modifying content. For the test server--possibly for the main server. Events and Quests! Writers welcome!
Forum rules
Rule #1: Be respectful. It's common sense. You wouldn't like me breaking your arms off, would you?
Rule #2: No offensive material. This is related to our first rule, but if you didn't get the picture, here it is.
Rule #3: All contributions must pass general public inspections as well as staff inspections before being implemented. This is in regards to quality and bug control.
Rule #4: No excessively large files. We won't implement something that will take days to download for our dial-up players.
Rule #5: Accept constructive criticism (also see rule #1 in regards to giving criticism). This may seem blunt, but some people just might not like your work.
Rule #6: No excessive customs. This is in regards to the Scripts and Architecture forums. They may NOT interfere with actual gameplay more than needed. If you want to create a story where you show items, fine. But nothing rewarding besides the experience (not experience points) and fun--which are more than just rewards.
Rule #7: Follow the Forum Rules. Of course these forums fall under those also.
Rule #8: Don't support breaking the In-Game Rules. Yes, no advertising or promoting the ignorance of those either.

By contributing and posting in these forums, you agree to abide by these rules. Any form of circumvention or breaking of these rules is subject to immediate post or thread deletion at a moderator's discretion. Excessive refusal to follow these guidelines may lead to termination of your forums account.
Post Reply
User avatar
Resolve
Metaling
Metaling
Posts: 203
Joined: Mon Aug 17, 2009 10:42 am
Location: Davao City, The Philippines

Sidewalk Vending / Sidewalk Chat

Post by Resolve »

This will allow chats and vends ONLY on the sidewalk in prontera. All other pixels not.

Code: Select all

    //Script whipped up by [GM]Xeon ;D
    //No street chatrooms + vends - Prontera edition

    prontera,1,1,1   script   NoChatVendPront   -1,{
    OnWhisperGlobal:
    if (!getgmlevel()) end;
    OnInit:
       setcell "prontera.gat",1,1,312,392,cell_nochat,0;
       setcell "prontera.gat",1,1,312,392,cell_novending,0;

       setcell "prontera.gat",134,190,177,217,cell_nochat,1;
       setcell "prontera.gat",82,200,124,207,cell_nochat,1;
       setcell "prontera.gat",125,199,125,208,cell_nochat,1;
       setcell "prontera.gat",126,198,126,209,cell_nochat,1;
       setcell "prontera.gat",127,197,127,210,cell_nochat,1;
       setcell "prontera.gat",128,196,128,211,cell_nochat,1;
       setcell "prontera.gat",129,195,129,212,cell_nochat,1;
       setcell "prontera.gat",130,194,130,213,cell_nochat,1;
       setcell "prontera.gat",131,193,131,214,cell_nochat,1;
       setcell "prontera.gat",132,192,132,215,cell_nochat,1;
       setcell "prontera.gat",133,191,133,216,cell_nochat,1;
       setcell "prontera.gat",148,231,163,268,cell_nochat,1;
       setcell "prontera.gat",147,230,164,230,cell_nochat,1;
       setcell "prontera.gat",146,229,165,229,cell_nochat,1;
       setcell "prontera.gat",145,228,166,228,cell_nochat,1;
       setcell "prontera.gat",144,227,167,227,cell_nochat,1;
       setcell "prontera.gat",143,226,168,226,cell_nochat,1;
       setcell "prontera.gat",142,225,169,225,cell_nochat,1;
       setcell "prontera.gat",141,224,170,224,cell_nochat,1;
       setcell "prontera.gat",140,223,171,223,cell_nochat,1;
       setcell "prontera.gat",139,222,172,222,cell_nochat,1;
       setcell "prontera.gat",138,221,173,221,cell_nochat,1;
       setcell "prontera.gat",137,220,174,220,cell_nochat,1;
       setcell "prontera.gat",136,219,175,219,cell_nochat,1;
       setcell "prontera.gat",135,218,176,218,cell_nochat,1;
       setcell "prontera.gat",187,200,229,207,cell_nochat,1;
       setcell "prontera.gat",186,199,186,208,cell_nochat,1;
       setcell "prontera.gat",185,198,185,209,cell_nochat,1;
       setcell "prontera.gat",184,197,184,210,cell_nochat,1;
       setcell "prontera.gat",183,196,183,211,cell_nochat,1;
       setcell "prontera.gat",182,195,182,212,cell_nochat,1;
       setcell "prontera.gat",181,194,181,213,cell_nochat,1;
       setcell "prontera.gat",180,193,180,214,cell_nochat,1;
       setcell "prontera.gat",179,192,179,215,cell_nochat,1;
       setcell "prontera.gat",178,191,178,216,cell_nochat,1;
       setcell "prontera.gat",148,130,163,176,cell_nochat,1;
       setcell "prontera.gat",147,177,164,177,cell_nochat,1;
       setcell "prontera.gat",146,178,165,178,cell_nochat,1;
       setcell "prontera.gat",145,179,166,179,cell_nochat,1;
       setcell "prontera.gat",144,180,167,180,cell_nochat,1;
       setcell "prontera.gat",143,181,168,181,cell_nochat,1;
       setcell "prontera.gat",142,182,169,182,cell_nochat,1;
       setcell "prontera.gat",141,183,170,183,cell_nochat,1;
       setcell "prontera.gat",140,184,171,184,cell_nochat,1;
       setcell "prontera.gat",139,185,172,185,cell_nochat,1;
       setcell "prontera.gat",138,186,173,186,cell_nochat,1;
       setcell "prontera.gat",137,187,174,187,cell_nochat,1;
       setcell "prontera.gat",136,188,175,188,cell_nochat,1;
       setcell "prontera.gat",135,189,176,189,cell_nochat,1;
       setcell "prontera.gat",134,190,177,217,cell_novending,1;
       setcell "prontera.gat",82,200,124,207,cell_novending,1;
       setcell "prontera.gat",125,199,125,208,cell_novending,1;
       setcell "prontera.gat",126,198,126,209,cell_novending,1;
       setcell "prontera.gat",127,197,127,210,cell_novending,1;
       setcell "prontera.gat",128,196,128,211,cell_novending,1;
       setcell "prontera.gat",129,195,129,212,cell_novending,1;
       setcell "prontera.gat",130,194,130,213,cell_novending,1;
       setcell "prontera.gat",131,193,131,214,cell_novending,1;
       setcell "prontera.gat",132,192,132,215,cell_novending,1;
       setcell "prontera.gat",133,191,133,216,cell_novending,1;
       setcell "prontera.gat",148,231,163,268,cell_novending,1;
       setcell "prontera.gat",147,230,164,230,cell_novending,1;
       setcell "prontera.gat",146,229,165,229,cell_novending,1;
       setcell "prontera.gat",145,228,166,228,cell_novending,1;
       setcell "prontera.gat",144,227,167,227,cell_novending,1;
       setcell "prontera.gat",143,226,168,226,cell_novending,1;
       setcell "prontera.gat",142,225,169,225,cell_novending,1;
       setcell "prontera.gat",141,224,170,224,cell_novending,1;
       setcell "prontera.gat",140,223,171,223,cell_novending,1;
       setcell "prontera.gat",139,222,172,222,cell_novending,1;
       setcell "prontera.gat",138,221,173,221,cell_novending,1;
       setcell "prontera.gat",137,220,174,220,cell_novending,1;
       setcell "prontera.gat",136,219,175,219,cell_novending,1;
       setcell "prontera.gat",135,218,176,218,cell_novending,1;
       setcell "prontera.gat",187,200,229,207,cell_novending,1;
       setcell "prontera.gat",186,199,186,208,cell_novending,1;
       setcell "prontera.gat",185,198,185,209,cell_novending,1;
       setcell "prontera.gat",184,197,184,210,cell_novending,1;
       setcell "prontera.gat",183,196,183,211,cell_novending,1;
       setcell "prontera.gat",182,195,182,212,cell_novending,1;
       setcell "prontera.gat",181,194,181,213,cell_novending,1;
       setcell "prontera.gat",180,193,180,214,cell_novending,1;
       setcell "prontera.gat",179,192,179,215,cell_novending,1;
       setcell "prontera.gat",178,191,178,216,cell_novending,1;
       setcell "prontera.gat",148,130,163,176,cell_novending,1;
       setcell "prontera.gat",147,177,164,177,cell_novending,1;
       setcell "prontera.gat",146,178,165,178,cell_novending,1;
       setcell "prontera.gat",145,179,166,179,cell_novending,1;
       setcell "prontera.gat",144,180,167,180,cell_novending,1;
       setcell "prontera.gat",143,181,168,181,cell_novending,1;
       setcell "prontera.gat",142,182,169,182,cell_novending,1;
       setcell "prontera.gat",141,183,170,183,cell_novending,1;
       setcell "prontera.gat",140,184,171,184,cell_novending,1;
       setcell "prontera.gat",139,185,172,185,cell_novending,1;
       setcell "prontera.gat",138,186,173,186,cell_novending,1;
       setcell "prontera.gat",137,187,174,187,cell_novending,1;
       setcell "prontera.gat",136,188,175,188,cell_novending,1;
       setcell "prontera.gat",135,189,176,189,cell_novending,1;
    end;
    }
Image

Schooling and Education are two very, very, very different things.[/i]
User avatar
Koma
Administrator
Administrator
Posts: 708
Joined: Sat Jul 25, 2009 7:05 pm

Re: Sidewalk Vending / Sidewalk Chat

Post by Koma »

Thanks Resolve.

This saves us having to work on it. This should be implemented tonight into our scripts.
User avatar
Superbia
Drops
Drops
Posts: 31
Joined: Wed Aug 12, 2009 11:56 pm
Location: In your nightmares

Re: Sidewalk Vending / Sidewalk Chat

Post by Superbia »

Oh, this is awesome ^^
Love this feature.
Image
User avatar
Peroxide
Poporing
Poporing
Posts: 75
Joined: Fri Aug 28, 2009 6:00 pm

Re: Sidewalk Vending / Sidewalk Chat

Post by Peroxide »

+20 for this.
User avatar
minzo
Marin
Marin
Posts: 139
Joined: Sat Aug 22, 2009 4:40 pm

Re: Sidewalk Vending / Sidewalk Chat

Post by minzo »

+21
Image
Post Reply