Jump to content

Jasc

Members
  • Posts

    270
  • Joined

  • Last visited

Everything posted by Jasc

  1. I tested it and it did not work. What SVN have you tried and tested on?
  2. if( target->type == BL_PC && ((TBL_PC *)target)->status.pet_id > 0 && ((TBL_PC *)target)->pd && battle_config.pet_damage_support ) pet_target_check(((TBL_PC *)target),src,1); if( target->type == BL_MOB && sd && sd->status.pet_id > 0 && sd->pd && battle_config.pet_damage_support ) pet_target_check(sd,target,0); While compiling, I see these errors: unit.c(1920): warning C4133: 'function': incompatible types - from 'TBL_PC *' to 'pet_data *' unit.c(1922): warning C4133: 'function': incompatible types - from 'map_session_data *' to 'pet_data *' While it finishes compiling and the server can start. Upon pet support where it attacks mobs, map server crashes.
  3. Then what you could do is make your own grf first, using unencrypted files. Then edit the data.ini file to read your GRF first.
  4. Anyone know if it is possible to re-enable the old resistance system where if a player had over 100% resistance to an element, it would heal them for the excess amount. As of right now, the skills would "miss players" and items like Evil Druid Card would make other players do 1 damage on a resistance of -25 as shown on the property chart.
  5. It means the GRF is protected by a password. You cannot access any of that information without a password
  6. if(gettimetick(2) - mvpdelay < 86400) { dispbottom "The cooldown is 24 hours per character."; end; } set mvpdelay,gettimetick(2);
  7. This is a script error with the WoE, and if you are using an old WoE controller, this usually happens. Stick with the one that came with the svn
  8. svn update
  9. If you use GDB for debugging it tells you what code went wrong and errored you
  10. http://rathena.org/wiki/Menus Use a menu feature
  11. So change the sign of set zeny to a negative sign, and instead of delitem, its getitem
  12. To clarify, you have the SQL tables in your database? Tables should be woerank and woeplayerrank
  13. Do you have a console debug of the error?
  14. Hi, i tried this on latest git as of july 6,2014 after i apply this mod it looks fine but when i try to open a vending and click Cancel I receive a map crash.. Find out the map error signal, and you can edit source to fix it. That is what I did
  15. 1. It is a work in progress, but very playable in terms that you can attack monsters, loot, card items, trade players, npcs etc. 2. Should work just fine, though I haven't tested it, I don't see a problem. 3. There are no working spam/hack programs that can be used via browser that I know of, so you are safe regardless from 3rd party programs at this time. 4. Yes it can be used with Hercules, I have a demo setup with Hercules if you want to take a look at it you can PM me.
  16. Maybe you didn't import the mob_db.sql
  17. Does the char server reconnect afterwards and everything is fine?
  18. replace OnMinute00:
  19. http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/
  20. Does it work with Bonus3 bautospell?
  21. Rathena might have different fields than what Hercules has, so take a look at the default Rathena item_db.txt and make sure that the fields match up
  22. I use a launcher, so that would work for you as well
  23. getitem 25009, rand(1,5)
  24. use the loadevent mapflag
  25. http://rathena.org/wiki/Announce Put it under getitem line
×
×
  • Create New...