Jump to content

Syouji

Members
  • Posts

    1245
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by Syouji

  1. I tried opening it with SPR Conview and it works fine. The trick is to not open the SPR file when its in a directory of unknown characters. Notice how the error says data\sprite\???\Aquaring,spr. If it cannot recognize those characters then it wont formalize the pathway to the sprite correctly preventing it from locating and opening the SPR file. Therefore simply place the SPR and ACT file on your desktop and open it from there.
  2. So you you don't know what RO server this texture comes from?
  3. http://code.google.com/p/aerie-pinkpanther/downloads/detail?name=Event-Coca-jRO.rar&can=2&q= Credits to Aerie for hosting it on google!
  4. I have a BrowEdit tutorial based on installing and using custom textures. You can refer to that. You can refer to Aerie's custom texture section as well. As for getting that particular texture, you would have to extract it from the server's GRF.
  5. Use r586 and follow my 1st BrowEdit tutorial of how to install it.
  6. Because you need to reset the GAT heights. Click Edit -> Set GAT Height
  7. What Bahmut said is correct. Follow the steps in the private message I sent you.
  8. I'd say it's time to feed the Ind Foundation. Nice job Ind
  9. Animation is not supported currently unless you use some other 3rd party software.
  10. Several threads already answer this question for you. I have copied and pasted a resolution to your case below. Make sure to search rathena for potential topics already based on your problem before creating a new thread. Thanks! Source: http://rathena.org/board/topic/61531-resolved-browedit-help-about-walking/ 1. Change water height to -20 [Windows->Water] 2. Go to Global Height Editmode 3. Click CTRL + A [selects the Entire Ground Terrain] 4. Click Page-Up to Raise/Page Down to Lower the Ground. Rais the ground ABOVE the water line 5. After you have raised the ground above water line go to Group Object Edit 6. Click View->Top Camera and create a red box radius around the entire map by just Left-Mouse Clicking so it selects all the objects on the map. 7.Click Page-Up to raise all the objects you selected back to their proper positions on the raised terrain. 8. Save your map. Done.
  11. Your images aren't showing. Can you please upload them to imgur instead. Thanks!
  12. Kasumy have you checked out Aerie's guide to slopes and my Slope BrowEdit tutorial?
  13. 2833. Barely touched the iceberg..
  14. See my video tutorial on creating slopes. 2 clicks away.
  15. I checked all around my computer directories and was unable to find any of the maps used. All browedit tutorials I stored were deleted once they were moved to Youtube. The maps were also deleted once I had it uploaded to mediafire. I didn't anticipate MF to expire the links so soon.
  16. BrowEdit Revision 586 http://browedit.excalibur-nw.com/release/586/
  17. Change your global lighting settings to the same as Prontera. It should brighten things up for you.
  18. Brynner, I used XAMPP too however you need to restart your PC in order for PHP to take effect.
  19. 1. Equipping a single sword either on the right hand or the left hand will give the normal stats and auto bonus effects of the sword. 2. Equipping both swords will give you all of the status bonus effects but there will only be 1 instance of auto bonuses. Auto bonuses will NOT stack from each sword. This is my item DB Entry [ http://mibpaste.com/hMETK3 ] Script to hold function of Right Handed Sword [ http://mibpaste.com/98MABv ] Script to hold function of Left Handed Sword [ http://mibpaste.com/9J3i4F ] The getequippos() is a custom command made by a friend of mine (Epoque) to check where that item is equipped on. This will enable me to track where each sword has gone. Of course you will be unable to test this due to the missing command src code (script.c). Here you go. BUILDIN_FUNC(getequippos) { struct map_session_data* sd = script_rid2sd(st); if( sd == NULL ) {// player must be attached to check for the equipment position return 0; } // push the equipment position from the method script_pushint( st, pc_checkequip(sd, sd->status.inventory[current_equip_item_index].equip) ); // leave the method return 0; } BUILDIN_DEF(getequippos, ""), I've been testing this for a long time and still it's not working according to how I want it.. :X BUMP! I still need help on this issue. The swords are still proc'ing twice.
  20. If you open the map with BrowEdit and see effects around the map under Effect Edit, check to see if these effect locations are in the same area as these bubble effects. If so, then they can be added to your custom map. If not, then its most likely hard coded.
  21. All of the links were supported by Mediafire and Mediafire just recently did a clean out with old links and other stuff. I don't believe I have the templates however I'll look to see if I still have them. Thanks for letting me know and I appreciate your feedback. =)
  22. If you tested the RAM and the Power Supply then it's gotta be your board.
×
×
  • Create New...