summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-26 20:51:47 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-26 20:51:47 -0300
commit72f57db95e109f70e8c51ae5fdfc079f083f29a4 (patch)
tree457d0a3c43818527ea52e30fa9dfd2bcc193b34c
parent5877f74eade5b8bcc26112cd670f7b5856ed5296 (diff)
downloadserverdata-72f57db95e109f70e8c51ae5fdfc079f083f29a4.tar.gz
serverdata-72f57db95e109f70e8c51ae5fdfc079f083f29a4.tar.bz2
serverdata-72f57db95e109f70e8c51ae5fdfc079f083f29a4.tar.xz
serverdata-72f57db95e109f70e8c51ae5fdfc079f083f29a4.zip
For Moubootaur Legends users, I can do this manually
-rw-r--r--npc/081-1/extra.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/081-1/extra.txt b/npc/081-1/extra.txt
index 01e6438c..65b49f28 100644
--- a/npc/081-1/extra.txt
+++ b/npc/081-1/extra.txt
@@ -224,8 +224,25 @@ L_Auto:
}
end;
+OnPort:
+ if (XMAS2021 & 32) end;
+ mes l("To port your event results to ##BMoubootaur Legends##b");
+ mes l("Please fill below your ##Bchar name##b on ML.");
+ next;
+ input .@nick$;
+ if (.@nick$ == "") { closeclientdialog; close; }
+ clear;
+ mes l("Port your event results to: %s", col(b(.@nick$), 3));
+ mesc l("Is this correct?"), 1;
+ if (askyesno() == ASK_NO) { closeclientdialog; close; }
+ .@msg$=sprintf("[\"events@moubootaurlegends.org\", \"User %s has requested event result porting to Moubootaur Legends.\n\nDestination: %s\nAID: %d\nCID: %d\n\n-- The Mana World Team\", \"Christmas 2021 Event Results\"]", strcharinfo(0), .@nick$, getcharid(3), getcharid(0));
+ api_send(501, .@msg$);
+ XMAS2021 = XMAS2021 | 32;
+ close;
+
OnInit:
.distance=1;
+ bindatcmd "mouboo", "#X21ADMIN::OnPort", 0, 100, 1;
end;
}