Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/01/21 in all areas

  1. View File New MVP Effect ;) an alternative effect for MVP.str Submitter Froost Submitted 01/01/2021 Category Effects Video Content Author Frost  
    1 point
  2. Recently I heard of the new "offline vending" in official servers And I've been wondering how to achieve that, either it be on a "as close as possible" basis where I have the vending to work with inventory items and then on succesfully creating the vending the items would be removed from player's inventory and he could manage it from the server website (to cancel/change price/etc). Once cancelled or sold get the stuff back by RodEx, like in the video. From what I can see in the video, it looks like they create a fake cart for the player and then add the player's items to that cart and display the normal vending screen with a limited number of 4 items, since that's the max items you can send via RodEx. After proceeding with the vending, it allows you to aim and then creates a copy of your player with a vending (lol ?) Any directions on how to accomplish this would be much appreciated. So far I can create a vending using an atcommand I've created by cloning the contents of void clif_openvendingreq(struct map_session_data* sd, int num) and setting a state variable to bypass the vending control which checks if the vending was opened by using the skill
    1 point
  3. Version 1.0.0

    533 downloads

    an alternative effect for MVP.str
    Free
    1 point
  4. IF ( @AMOUNT > 100 ){ // NPC DIALOG HERE IF TRUE // // EXAMPLE: MES "Nice your input is below 100"; END; // CLOSE NPC DIALOG } //IF FALSE DO THIS MES "Sorry you cant input more than 100"; END;
    1 point
×
×
  • Create New...