Jump to content

Jasc

Members
  • Posts

    270
  • Joined

  • Last visited

6 Followers

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

6461 profile views

Jasc's Achievements

Poring

Poring (1/15)

  • Dedicated
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

20

Reputation

10

Community Answers

  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. Aw. You were cute.

  8. 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
  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
×
×
  • Create New...