The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
Q > Script help Stack of question need answer
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
utofaery
Q.1 Help me make a script to take item from storage or from cart to player and stop moving item to player before overweight 90%
Q.2 What should this be correctly done? or should be changed to?
What I need is "getmapinfo" to rathena command
functioning by get what player or npc are at and return map name etc
.@warpName$ = getmapinfo(MAPINFO_NAME); // //pvp_n_3-4
.@nextwarp1$ = substr( .@warpName$ , 0, 5 ); //pvp_n_
.@nextwarp2$ = substr( .@warpName$ , 6, 6 ); //3
.@nextwarp3$ = substr( .@warpName$ , 7, 8 ); //-4
Q.3 Help me to remove the "Eden Warper" and the "Guild storage" in the attached image below.
Q.4 Does this correctly work on attached player if use inside npc?
Note: that attached player is not Creator / Genetic
atcommand("@useskill "+"244 "+ "1 "+strcharinfo(0) );//AM_REST
atcommand("@useskill AM_CALLHOMUN");
atcommand("@useskill AM_RESURRECTHOMUN");
Q.5 How to kick attached player from script??
Link to comment
Share on other sites
3 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.