Jump to content
  • 0

[Re-Request]StoneWar Scripts


manabeast

Question


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

Thx for the Stapo Script.

Can improve This scrip to have Rank System? like Every Month Renew? want to increase the interest for ppl @@"

Edited by manabeast
Link to comment
Share on other sites

24 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   7
  • Joined:  11/15/11
  • Last Seen:  

like this??

prontera,x,y,direction script name sprite,{
if (Class == Job_Novice) {
if (countitem(4424) < 1) getitem 4424,1;
warp "map",x,y;
end;
} else {
mes "[name]";
mes "sorry for novice only";
close;
}
}

map mapflag restricted 2

don't forget edit in skill_nocast_db, for first aid and trick dead in Zone 2

maybe it's need source modification for no skill

because in Zone 2 there is sec_pri(jail map), you can't use trick dead and first aid in sec_pri :(

Edited by Miroslav
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

nice tonight i try.xD!. sure alot ppl will like it ^^ if this one no error u can post in release script there haha.. u mean. suggest map use sec_pri? then they unable to use skill this map?

Edited by manabeast
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

maybe it's need source modification for no skill

there is a mapflag for blocking skills usage...

mapname    mapflag    noskill

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   7
  • Joined:  11/15/11
  • Last Seen:  

maybe it's need source modification for no skill

there is a mapflag for blocking skills usage...

mapname	mapflag	noskill

how to play the game if no skill :)

the mean of this game is pick stone and throw stone to the other novice likes snowball ;)

u mean. suggest map use sec_pri? then they unable to use skill this map?

nevermind, you can use any maps

but i suggest you, use custom maps :(

Edited by Miroslav
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

how to play the game if no skill

Check his posts.....

i just found. and think if create a mini game for novice only ! then they use this card to pvp ? it's will look like mat online using snow ball fight XD! all skill disable xD!
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

that's true, pick stone and trow stone also skill :(. erm ... if there is no item that can give player skill i think is ok. just scare some item that enable player to use skill. how about make player cannot eq weapon and armor? and set max lv 10~20 like that? if lv99 lv too high trow stone cannot kill that will become forever wont die pvp ;)

Edited by manabeast
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

then just change the condition that allow novice to go in...

instead of need Stapo Card..then change to others....

==''

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   7
  • Joined:  11/15/11
  • Last Seen:  

look the script above, and then novice just has 2 skills, first aid and trick dead, maybe if item bonus likes creamy

that's why i said "maybe it's need source modification"

for weapon and armor

u can use sc_end Full chemical Protection , sc_start Full strip, and script command "nude"

for level

use state if (BaseLevel < 20)

Edited by Miroslav
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

the noskill mapflag would have blocked all these bonus skills completely....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   7
  • Joined:  11/15/11
  • Last Seen:  

if using no skill mapflag

you can't use pick stone and throw stone

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

prontera,100,100,4[Tab]]script[Tab]StoneWar[Tab]709,{
if (Class == Job_Novice) {
if (BaseLevel < 20)
if (countitem(4424) < 1) getitem 4424,1;
warp "hugel",100,100;
end;
} else {
mes "[name]";
mes "sorry for novice only";
close;
}
}

like this?

weapon i change my mind need. about armor source at where? mind show where is it? i just wan for this fun pvp only.

sc_start Full strip, and script command "nude"

Edited by manabeast
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

Well, if i was right about this...

sc_start SC_STRIPWEAPON,6000000,5; // you can change the duration  
sc_start SC_STRIPARMOR,6000000,5; // you can change the duration 
sc_start SC_STRIPSHIELD,6000000,5; // you can change the duration  
sc_start SC_STRIPHELM,6000000,5; // you can change the duration

This will never works when your charatcer has not equiped with the Equipment for each Equipment Slots...

it did happen before...

sleep2 500;

just wondering why use sleep here ? i think it is not needed here

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

stone war not working =) i click the npc. he give me card. then when i put in clip and equip it. click that npc again he take off my clip and nothing happen

post-472-0-43447100-1325170806_thumb.png

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

Please make sure you have put the Correct Map Name for your scripts.....

these error displayed due to the wrong usage of invalid Map

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

ok i have success warp in. but i no see the pvp active in that map. how to create a pvp map? i like to use custom one... the town i using lakeside01 that free release from polariz designer.

post-472-0-06437600-1325249389_thumb.png

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

mapname    mapflag    pvp

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

map mapflag restricted 2

map mapflag pvp

so the last line will become like this?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

anywhere you want....

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

bump. refer first post edit.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

Can improve This scrip to have Rank System? like Every Month Renew? want to increase the interest for ppl @@"

Improve ??? how we going to improve when you didnt show your script...?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

http://pastebin.com/qv7GWTf9

i'm sorry i thought front there already have so no need. here it the script. hope could improve have rank then pvp player also have mode play. if can make every 30 day refresh. if not new commer no chance get get top rank..

bump

bump

bump

bump! zzz

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  1315
  • Reputation:   372
  • Joined:  12/10/11
  • Last Seen:  

I'm gonna have to ask you to stop bumping this topic. You've bumped it 4 times already and obviously no one is interested in completing your request.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

zzzz okok..... nvm then... close this topic ~.~" also will give up if no one interest help.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...