Dev Yhams Posted November 20, 2021 Group: Members Topic Count: 17 Topics Per Day: 0.01 Content Count: 54 Reputation: 0 Joined: 08/10/20 Last Seen: January 21, 2022 Share Posted November 20, 2021 HOW DISABLE @QUEST @DONATES @MALL ON PVP MAPS THANK YOU ! PLEASE HELP ME AND HOW TO SCRIPT HIT +10 . PERFECT DODGE +20 FOR 10MINS [FOODS] THANK YOU Quote Link to comment Share on other sites More sharing options...
0 _Terra Posted November 21, 2021 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 168 Reputation: 55 Joined: 07/15/13 Last Seen: Friday at 03:36 PM Share Posted November 21, 2021 - script NOWARPCOMMAND -1,{ OnInit: bindatcmd "quest", strnpcinfo(0)+"::OnQuestCommand"; function OnQuestCommand { .@map$ = strcharinfo(3); if ( getmapflag( .@map$,mf_pvp ) ) || getmapflag( .@map$,mf_gvg ) || getmapflag( .@map$,mf_nowarp ) || getmapflag( .@map$,mf_nowarpto ) || getmapflag( .@map$,mf_noteleport ) { dispbottom .@atcmd_command$+" Not available in PvP / WoE Zones or zones that will not allow you to teleport."; end; }else{ warp "your quest map",x,x; end; } } } - script NOWARPCOMMAND1 -1,{ OnInit: bindatcmd "mall", strnpcinfo(0)+"::OnMallCommand"; function OnMallCommand { .@map$ = strcharinfo(3); if ( getmapflag( .@map$,mf_pvp ) ) || getmapflag( .@map$,mf_gvg ) || getmapflag( .@map$,mf_nowarp ) || getmapflag( .@map$,mf_nowarpto ) || getmapflag( .@map$,mf_noteleport ) { dispbottom .@atcmd_command$+" Not available in PvP / WoE Zones or zones that will not allow you to teleport."; end; }else{ warp "your mall map",x,x; end; } } } - script NOWARPCOMMAND2 -1,{ OnInit: bindatcmd "donate", strnpcinfo(0)+"::OnDonateCommand"; function OnDonateCommand { .@map$ = strcharinfo(3); if ( getmapflag( .@map$,mf_pvp ) ) || getmapflag( .@map$,mf_gvg ) || getmapflag( .@map$,mf_nowarp ) || getmapflag( .@map$,mf_nowarpto ) || getmapflag( .@map$,mf_noteleport ) { dispbottom .@atcmd_command$+" Not available in PvP / WoE Zones or zones that will not allow you to teleport."; end; }else{ warp "your donate map",x,x; end; } } } Quote Link to comment Share on other sites More sharing options...
0 Dev Yhams Posted November 25, 2021 Group: Members Topic Count: 17 Topics Per Day: 0.01 Content Count: 54 Reputation: 0 Joined: 08/10/20 Last Seen: January 21, 2022 Author Share Posted November 25, 2021 HOW DISABLE COMMAND ON PVP MAP THIS COMMANDS @QUEST @MALL @DONATES @FREEBIES ! THANK YOU FOR HELPING ! RA 2015 ser ! this is working on pvp map but i use on prontera no command or not working On 11/22/2021 at 1:53 AM, EIysium said: - script NOWARPCOMMAND -1,{ OnInit: bindatcmd "quest", strnpcinfo(0)+"::OnQuestCommand"; function OnQuestCommand { .@map$ = strcharinfo(3); if ( getmapflag( .@map$,mf_pvp ) ) || getmapflag( .@map$,mf_gvg ) || getmapflag( .@map$,mf_nowarp ) || getmapflag( .@map$,mf_nowarpto ) || getmapflag( .@map$,mf_noteleport ) { dispbottom .@atcmd_command$+" Not available in PvP / WoE Zones or zones that will not allow you to teleport."; end; }else{ warp "your quest map",x,x; end; } } } - script NOWARPCOMMAND1 -1,{ OnInit: bindatcmd "mall", strnpcinfo(0)+"::OnMallCommand"; function OnMallCommand { .@map$ = strcharinfo(3); if ( getmapflag( .@map$,mf_pvp ) ) || getmapflag( .@map$,mf_gvg ) || getmapflag( .@map$,mf_nowarp ) || getmapflag( .@map$,mf_nowarpto ) || getmapflag( .@map$,mf_noteleport ) { dispbottom .@atcmd_command$+" Not available in PvP / WoE Zones or zones that will not allow you to teleport."; end; }else{ warp "your mall map",x,x; end; } } } - script NOWARPCOMMAND2 -1,{ OnInit: bindatcmd "donate", strnpcinfo(0)+"::OnDonateCommand"; function OnDonateCommand { .@map$ = strcharinfo(3); if ( getmapflag( .@map$,mf_pvp ) ) || getmapflag( .@map$,mf_gvg ) || getmapflag( .@map$,mf_nowarp ) || getmapflag( .@map$,mf_nowarpto ) || getmapflag( .@map$,mf_noteleport ) { dispbottom .@atcmd_command$+" Not available in PvP / WoE Zones or zones that will not allow you to teleport."; end; }else{ warp "your donate map",x,x; end; } } } i need to avail only prontera map ser ! this is working on pvp map but i use on prontera no command or not working Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted November 25, 2021 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1822 Reputation: 288 Joined: 08/03/12 Last Seen: 1 hour ago Share Posted November 25, 2021 2 hours ago, Dev Yhams said: HOW DISABLE COMMAND ON PVP MAP THIS COMMANDS @QUEST @MALL @DONATES @FREEBIES ! THANK YOU FOR HELPING ! RA 2015 use nocommands mapflag if u want to disable all commands. if certain commands, this idea might helps Quote Link to comment Share on other sites More sharing options...
0 LearningRO Posted November 29, 2021 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 72 Joined: 02/10/12 Last Seen: 1 hour ago Share Posted November 29, 2021 if you want only available at prontera try this - script OneCommand -1,{ OnQuestCommand: if (strcharinfo(3) == "prontera") { warp "your quest map",x,x; end; } dispbottom .@atcmd_command$+" This Command only available at prontera town!"; end; OnMallCommand: if (strcharinfo(3) == "prontera") { warp "your quest map",x,x; end; } dispbottom .@atcmd_command$+" This Command only available at prontera town!"; end; OnDonateCommand: if (strcharinfo(3) == "prontera") { warp "your quest map",x,x; end; } dispbottom .@atcmd_command$+" This Command only available at prontera town!"; end; OnInit: bindatcmd "quest", strnpcinfo(0)+"::OnQuestCommand"; bindatcmd "mall", strnpcinfo(0)+"::OnMallCommand"; bindatcmd "donate", strnpcinfo(0)+"::OnDonateCommand"; end; } Quote Link to comment Share on other sites More sharing options...
Question
Dev Yhams
HOW DISABLE @QUEST @DONATES @MALL ON PVP MAPS THANK YOU ! PLEASE HELP ME
AND
HOW TO SCRIPT HIT +10 . PERFECT DODGE +20 FOR 10MINS [FOODS]
THANK YOU
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.