Jump to content

EveeX

Members
  • Posts

    32
  • Joined

  • Last visited

  • Days Won

    2

EveeX last won the day on July 4 2022

EveeX had the most liked content!

2 Followers

About EveeX

  • Birthday 01/23/1998

Profile Information

Recent Profile Visitors

3656 profile views

EveeX's Achievements

Santa Poring

Santa Poring (3/15)

  • Dedicated
  • Conversation Starter
  • First Post
  • Collaborator
  • Week One Done

Recent Badges

29

Reputation

1

Community Answers

  1. Change Try this Change: item_data = itemdb_searchname(item_name) Add: item_data = item_db.searchname(item_name)
  2. View File MvP's Tombs with top 3 damage players The mvps tombs include the top 3 players with damage. tomb_damage.diff Submitter EveeX Submitted 07/02/2022 Category Source Modifications Video Content Author gndx  
  3. what are you trying?
  4. Use rand( ) function to add a chance
  5. Version 1.0.0

    470 downloads

    The mvps tombs include the top 3 players with damage. tomb_damage.diff
    Free
  6. View File [Mapflag] droprate It's updated to current emulators. Original mod by @Xantara Submitter EveeX Submitted 06/25/2022 Category Source Modifications Video Content Author gndx  
  7. View File Mob Item Adder This mapflag sets more drops for monsters at the map that it's been attached. You can set up to ~50 more items for mobs. "drop_per" is the chance of drop, from 1 (0,01%) to 10000 (100%). There's an example at the screenshot, I setted a Yggdrasil Berry with 100% of chance for the Poring at prt_fild08 map. You can set a lot of mobs, but you have to set more mapflags for your maps. Original mod by @zephyr Example: mapname<TAB>mapflag<TAB>mobitemadder<TAB>mob_id,item_id,drop_per{,item_id,drop_per(...)} Submitter EveeX Submitted 06/25/2022 Category Source Modifications Video Content Author gndx  
  8. u did?
  9. Version 1.1.0

    223 downloads

    It's updated to current emulators. Original mod by @Xantara
    Free
  10. Version 1.0.0

    200 downloads

    This mapflag sets more drops for monsters at the map that it's been attached. You can set up to ~50 more items for mobs. "drop_per" is the chance of drop, from 1 (0,01%) to 10000 (100%). There's an example at the screenshot, I setted a Yggdrasil Berry with 100% of chance for the Poring at prt_fild08 map. You can set a lot of mobs, but you have to set more mapflags for your maps. Original mod by @zephyr Example: mapname<TAB>mapflag<TAB>mobitemadder<TAB>mob_id,item_id,drop_per{,item_id,drop_per(...)}
    Free
  11. mobitemadder.diff
  12. EveeX

    GDB map-server

    You don't say anything with this information.
  13. Send DM i can help you. ^^
  14. EveeX

    On-Off event

    You can add a event, for example OnEndEvent: and kill all the monster of your event, announces, turn off event vars, etc... and call the event in your menu
  15. Try putting this in pc.cpp function in pc_setpos if (strncmp(mapdata->name, "map", strlen(mapdata->name)) == 0) { // in "map" choose the map what you prefeer sd->state.pk = 1; }
×
×
  • Create New...