Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 10/26/20 in Posts

  1. 3 points
    X-EcutiOnner

    VENDING DESCRIPTION

    You can do this by Hex Editor.
  2. 2 points
    AnnieRuru

    cell_pvp

    I've actually done this once when I was just started learn source coding of course over time I've become better, but decided use this 'cell_pvp' name because of popular search result ... this isn't setcell type modification, but a script/at command that can only set only in a square/rectangle shape this modification has some resemblance based on this patch Download: 1.7 plugin this should work just like in this video - script jdhsjkfh FAKE_NPC,{ OnInit: cell_pvp "prontera", 150, 180, 160, 190, CELL_PVP_RESPAWN_DISABLE, CELL_PVP_SKILL_ALLOW, CELL_PVP_BONEDROP_NONE; end; } Create a PvP zone using script command, *cell_pvp "<mapname>", <x1>, <y1>, <x2>, <y2>, <respawn>, <skillallow>, <bonedrop>; <respawn> flag are: CELL_PVP_RESPAWN_DISABLE CELL_PVP_RESPAWN_INSTANT CELL_PVP_RESPAWN_NORMAL <skillallow> : disallow skill usage outside pvp zone. This will disallow receiving buffs from players outside PvP Zone CELL_PVP_SKILL_DISALLOW CELL_PVP_SKILL_ALLOW <bonedrop> : drop player's name bone inside pvp zone when dead. -> This will always overwrite the `battle_config.bone_drop` value from conf\map\battle\player.conf CELL_PVP_BONEDROP_NONE CELL_PVP_BONEDROP_ALWAYS GM can also create a PvP zone on the map @cell_pvp 150 180 160 190 1 0 0 create a specific pvp zone on the map, with instant respawn and disallow skill outside PvP zone use `@pvpoff` or script command `*pvpoff` to turn off the pvp zone after version 1.2 the weird bug has been fix, now you can let your players create a simple pvp zone in guild house or player's custom house by using `*cell_pvp` script command enable by using `*cell_pvp` script command, disable by `*pvpoff` ... rinse and repeat Remember as a GM you can enable the MF_PVP_NOPARTY and MF_PVP_NOGUILD mapflag by @mapflag pvp_noparty 1 @mapflag pvp_noguild 1
  3. 1 point
    AnnieRuru

    World Boss Invasion Script

    that's why I said the condition below doesn't work already .... https://gist.github.com/AnnieRuru/d0e99d26f560f6622350ee8b82d70aec
  4. 1 point
    AnnieRuru

    cell_pvp

    HAHAHAHA !! why I missed that part of the video hmm ... how to fix this ... priest outside the zone can cast santuary just 1 cell away of pvp zone to heal people standing at the edge of the zone ... hmm, maybe only the placement skill make it can only cast battle_config.area_size away from the pvp zone I think just disable skill casting outside the zone 1.1a - plugin - disable any skill casting outside pvp zone except GM that has PC_PERM_SKILL_UNCONDITIONAL - FIX A FUCKING BUG THAT NOBODY CAN HIT ANYTHING I think I'm going to rewrite this as addToMAPD/removeFromMAPD instead of using VECTOR_ ....
  5. 1 point
    evilpuncker

    cell_pvp

    very cool idea, I can't test it right now tho, are players outside it, able to use buff/heal on players inside it?
  6. 1 point
    Well the most popular requests have already been suggested, all of which are rather huge undertaking: A more friendly STR editor (which you've already said you're not interested in). A palette editor meant towards the creation of palettes for the job sprites/head sprites, as mentioned by evilpuncker. Either fully automated or for "manual mass creation" (as in choosing colors that would automatically create palettes for the other classes). It is hard to create a friendly interface for such a project though. The job sprite files are also different for some servers, so it's hard to account for everyone when doing such a project. It's quite a messy one that would leave you more frustrated than anything at the end of the day. A, yet again, new patcher similar to Thor. I don't think one is really necessary as Thor already does everything you'd want from a patcher though. Edit: A new map editor, similar to BrowEdit. BrowEdit 2.0 is still being worked on, though. Those are certainly the requests I've received the most that I can remember. (I have a feeling those aren't the programs you'd be looking to make...!) But sorry, those are my best guesses.
×
×
  • Create New...

Important Information

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