Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 07/18/17 in all areas

  1. 1 point
    smiths12

    Corrupted Tree Spirit

    View File Corrupted Tree Spirit A monster custom from maplestory, Corrupted Tree Spirit. Submitter smiths12 Submitted 07/18/17 Category Sprites & Palettes  
  2. 1 point
    meko

    Determine when a mob's died

    right before using unitskill() you could call getmapxy() with GID of the mob. If the GID is not found the command will return -1 (while it returns 0 on success). If it returns -1 you would then call deletearray() to remove it from the array while shifting; You can also use the array manipulation function, namely array_shift()
  3. 1 point
    Alayne

    healer with identify

    Here's the basic loop for an identifier. Just add this in a healer npc. getinventorylist; for( set .@i,0; .@i < @inventorylist_count; set .@i, .@i + 1 ) { if ( @inventorylist_identify[.@i] == 1 ) continue; delitem2 @inventorylist_id[.@i],1,0,0,0,0,0,0,0; getitem @inventorylist_id[.@i],1; }
  4. 1 point
    Juan Meissner

    Warper that takes zeny

    I did the script for you, try telling me if there is any mistake. warper_ptBR.txt warper_engUSA.txt
  5. 1 point
    Eurydice

    Ew it's Ind. >

    Ew it's Ind. >
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.