Frankenstein Posted July 7, 2014 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 03/18/14 Last Seen: September 29, 2017 Share Posted July 7, 2014 (edited) where i can find this? // if no value, display all valueif (!message || !*message || sscanf(message, "%11s", map_name) < 1 || town < 0 || town >= ARRAYLENGTH(data)) {clif_displaymessage(fd, msg_txt(38)); // Invalid location number, or name.clif_displaymessage(fd, msg_txt(82)); // Please provide a name or number from the list provided:clif_displaymessage(fd, " 0=Prontera 1=Morroc 2=Geffen");clif_displaymessage(fd, " 3=Payon 4=Alberta 5=Izlude");clif_displaymessage(fd, " 6=Al De Baran 7=Lutie 8=Comodo");clif_displaymessage(fd, " 9=Yuno 10=Amatsu 11=Gonryun");clif_displaymessage(fd, " 12=Umbala 13=Niflheim 14=Louyang");clif_displaymessage(fd, " 15=Novice Grounds 16=Prison 17=Jawaii");clif_displaymessage(fd, " 18=Ayothaya 19=Einbroch 20=Lighthalzen");clif_displaymessage(fd, " 21=Einbech 22=Hugel 23=Rachel");clif_displaymessage(fd, " 24=Veins 25=Moscovia");return -1;} Edited July 7, 2014 by Frankenstein Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 7, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted July 7, 2014 conf/help.txt#L39 Quote Link to comment Share on other sites More sharing options...
Frankenstein Posted July 10, 2014 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 03/18/14 Last Seen: September 29, 2017 Author Share Posted July 10, 2014 (edited) conf/help.txt#L39 Wow Thanks Sorry, I was confused, Why ind_item_drop.txt me doesn't work and I can't use getitem2 in item_db.txt I need a solution, Please help me Sory bad english Edited July 10, 2014 by Frankenstein Quote Link to comment Share on other sites More sharing options...
Question
Frankenstein
where i can find this?
// if no value, display all value
Edited by Frankensteinif (!message || !*message || sscanf(message, "%11s", map_name) < 1 || town < 0 || town >= ARRAYLENGTH(data)) {
clif_displaymessage(fd, msg_txt(38)); // Invalid location number, or name.
clif_displaymessage(fd, msg_txt(82)); // Please provide a name or number from the list provided:
clif_displaymessage(fd, " 0=Prontera 1=Morroc 2=Geffen");
clif_displaymessage(fd, " 3=Payon 4=Alberta 5=Izlude");
clif_displaymessage(fd, " 6=Al De Baran 7=Lutie 8=Comodo");
clif_displaymessage(fd, " 9=Yuno 10=Amatsu 11=Gonryun");
clif_displaymessage(fd, " 12=Umbala 13=Niflheim 14=Louyang");
clif_displaymessage(fd, " 15=Novice Grounds 16=Prison 17=Jawaii");
clif_displaymessage(fd, " 18=Ayothaya 19=Einbroch 20=Lighthalzen");
clif_displaymessage(fd, " 21=Einbech 22=Hugel 23=Rachel");
clif_displaymessage(fd, " 24=Veins 25=Moscovia");
return -1;
}
Link to comment
Share on other sites
2 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.