Jump to content

Skits

Members
  • Posts

    73
  • Joined

  • Last visited

Posts posted by Skits

  1. How do i make my gm bypass mapflags? I tried putting map <tab> mapflag <tab> 99 but it wont work. it doesnt bypass it sadly. atm im trying to use skills on quiz_02 so it goes quiz_02 tab mapflag tab noskill tab 99. still cant skill. (trying to fix noskill and nowarpto so i can use warp to bring players in and out of the map and be the only one to use skills) i can bypass @go and @warp and commands but noskill and the use of warp skill wont bypass. i can use /memo too just not the warp skill.

  2. 14 hours ago, LuLu said:

    Add it in "db\mob_item_ratio.txt"

    
    // Specific Item Drop Ratio Database
    // Overrides for global item_rate* values from conf/battle/drops.conf
    //
    // Structure of Database:
    // ItemID,Ratio{,MonsterID1,...,MonsterID10}
    //
    // Result:
    // ItemID base drop rates defined in mob_db will not get multiplied
    //  by global item_rate* values (aka drop rates) from
    //  conf/battle/drops.conf. Instead Ratio will be used (100 = 1x).
    // If no MonsterID is specified, all monsters will be affected,
    //  otherwise only listed ones.
    //
    // Examples:
    // 909,100 // Jellopies from monsters will drop with 1x drop rate regardless of global drop rate
    // 909,1000 // Jellopies from monsters will drop with 10x drop rate regardless of global drop rate
    // 909,100,1002 // Jellopies from Porings will drop with 1x drop rate. Other monsters that drop Jellopies are unaffected (use global drop rate).
    //
    // Notes:
    // - By default you can list up to 10 MonsterIDs per ItemID.
    //   It can be changed in src/map/mob.c by adjusting MAX_ITEMRATIO_MOBS.
    // - Only ItemIDs up to MAX_ITEMDB are supported (default: 32768).
    // - Does not override item_drop_*_min/max settings.
    // - Does not affect card/item-granted drops. To adjust card/item-granted
    //   drops, edit them in item_db.
    // - Does affect MVP prizes and Treasure Boxes.
    // - You can add only ONE line per ItemID. If you need various ratios
    //   for different monsters, override drop rate with Ratio=100 and edit
    //   base drop rates in mob_db.
    // - This file is reloaded by @reloadmobdb.

     

    yea i just found this and trying it out now! i see that 3rd line from examples. is it possible to affect other mobs that drop that specific item to have the same drop rate?

     

  3. 5 hours ago, Emistry said:

    That's meant you files aren't inside the data folder or your client doesnt read from data folder.

    The error is very straight forward telling you the file doesn't existing and no where to be found.

    apparently when i try patching the files it doesnt add the files i patched after patching? Is something wrong with thor patcher tool.i tried 3 times and it wouldnt add the files.

  4. On 3/9/2020 at 2:27 PM, Mabuhay said:

    ......

    I wanna use a Paladin and a thief npc for a mob and is it possible to add  skills to them? like lets say i want the paladin to do a summon skill of mobs (custom mobs) etc? If so do you have a guide cause im lost. I tried making Choco do asura but it never worked.

    image.png.a5ee016b8642737c04be3d380abe7469.png

    found this.. can i use the Valaris Worshiper and make it into a mvp?

    How to activate Valaris and Valaris' Worshipper? I want valaris to be a thief and the worshippers to be mobsters and how can i edit the skills?

     

    didnt know the valaris and valaris worshipper were already in mob db and rathen dev team also put it in mob.avail so it should work right? 

    image.png.a1b1467a0f4d29cfdf43f79a68bd1870.png

    help pls?

     

    I wanted to use the Valaris, Valaris Worshipper and MC_Ameri which are already there but when i summon them its the sprite of the mob thats used and not the sprite thats supposed to show aka valaris is sinx but it still shows the original mob thats used.

     

    Trying to fix the mobs of valaris which guardian archer is the mob being used but sprite should be assassin cross same with valaris worshipper and mc_camera it doesnt change the sprite when summoned.

     

    up.. still need help with this 

×
×
  • Create New...