Jump to content

Leaderboard

Popular Content

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

  1. Summoning: Quintuple Rashōmon Summons five Rashōmon gates to block an incoming attack. Reference: Skill: https://streamable.com/o9gn67 Skill : Gojuu Rashomon By: @SyncMaster e @NettHacker Bugs fixed by: @Zell 3D Models by: @SyncMaster
    1 point
  2. You'd still need to modify your source to do that. You can be more restrictive as well and attach more "parameters". killerid won't work as it isn't added to the script yet. So something like... if (src && src->type == BL_PC && bl->type == BL_MOB && damage > 0) { struct mob_data *md = (struct mob_data *)bl; mapreg_setreg(reference_uid(add_str("$@attacked_mid"), 0), md->id); mapreg_setreg(reference_uid(add_str("$@attacked_gid"), 0), md->bl.id); npc_event_do_id("MyNPC::OnEvent", src->id); } OnEvent: switch($@attacked_mid) { case 1002: if (rand(100) < 5) { getitem 501, 1; } break; } end;
    1 point
  3. Revision 279 added. (2014-08-28_browedit_20_rev-279.rar) Full BrowEdit 2.0 SVN Log: http://svnlog.borf.info/browedit.log Download Link: https://www.dropbox.com/sh/uy06b3ds5r80gcb/AAAUNcW0YltlirAdan00EZvPa Edit: config.borf.json with your current RO directories. Input with your keyboard your config name once you open browedit.exe and asks for it. Your graphic card must support OpenGL 2.0+~ to run this software. Whats new: Major Update: Mirror or Simmetry at object edit mode: allows to mirror complete maps at the RSW file. Useful for simmetry maps. Experimental for now. (press M to simmetry) Major Update: Bug reporting: Extension, once you have a crash, a crashlog can be send to borf by mail. Major Update: Height edit mode: Initial work at this mode. Left click to select an amount of tiles, right click and drag to add height or decrease it. Look for the radial menu (spacebar) to find the "height edit tools option" and disable the smoothness at heights. General bugs fixed and clean ups. Introduction: We all know how great and useful is browedit these days, that it has become the unique choice at Ragnarok Mapping. We will always be thankful to @Borf, who has created this tool years ago, and now, since the past year, he has been working with a new version of it. This project replaces the old one %5Blink%5D that was the previous and Old Java version of Browedit 2.0 *which is no longer used*. This thread will have regular updates about the project. Any kind of feedbacks and suggestions are always welcome. Video: (Video pretty says all of how browedit has improved greatly) Screenshots: Features already working: Faster and more efficient, even at complex camera distances. Real-Time Rendering of Changes Made Multi Core support (before, past browedits were only for 1 core) RSM Animation Texture Edit mode *partially* Texture window list (which is optimized and loads fast) Object Edit Mode *partially* (which now, replaces object group edit mode of past brows) Rotate, Position, Resizing and multi selection are supported. Sounds Effects Some TODO: Water rendering Add Undo Structure (probably Redo aswell) Config Window Start Working on More Edit Modes. Saving. Add Skybox (a fancy feature that will add sky to maps. Probably it can be linked to fogparametertable.txt) Possible New Features: New Lightmaps Proper Lightmap calculations across models 3D RSM Models editor inside Browedit probably with animation support (/me hopes) Multi-User Share Mapping (multiple mappers could work on a same map in real time) We have to be thankful with @Borf that has been working on this project for a long time. If you have programming skills, you can be part of this project, please don't hesitate to contact me by PM. Please support the project by giving us feedback and nice or useful ideas that would make browedit 2.0 improve. Also, please avoid to report constantly bugs or glitches, one time is enough. Keep in mind this is under progress and not a release version. Motivation is always welcome. Share this project and show us your support to make it possible.
    1 point
  4. i was trying to recompile my rathena.sln but it was giving me an error "msbuild error msb1008: only one project can be specified". Turns out that there was a missing " " on the path. Nevertheless this whole Guide is a total kick a** Kudos to you! MSBUILD "C:\user\admin\desktop\rathena\rAthena.sln" /p:PlatformToolset=v141 /m
    1 point
×
×
  • Create New...