Advertisement
Mahiro1

error ExtendedBG_rev5.diff

Aug 1st, 2018
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 6.23 KB | None | 0 0
  1. C:\Users\alex>cd desktop
  2.  
  3. C:\Users\alex\Desktop>cd rathena-master
  4.  
  5. C:\Users\alex\Desktop\rathena-master>git apply --reject --whitespace=fix Extende
  6. dBG_rev5.diff
  7. ExtendedBG_rev5.diff:175: trailing whitespace.
  8.  
  9. ExtendedBG_rev5.diff:214: trailing whitespace.
  10.  
  11. ExtendedBG_rev5.diff:361: trailing whitespace.
  12.  
  13. ExtendedBG_rev5.diff:481: space before tab in indent.
  14.         int i;
  15. ExtendedBG_rev5.diff:483: space before tab in indent.
  16.         struct battleground_data *bgd = bg_team_search(bg_id);
  17. Checking patch conf/battle/battleground.conf...
  18. Checking patch conf/maps_athena.conf...
  19. Checking patch src/common/mmo.hpp...
  20. Checking patch src/map/atcommand.cpp...
  21. Hunk #2 succeeded at 10020 (offset 20 lines).
  22. Hunk #3 succeeded at 10454 (offset 20 lines).
  23. Checking patch src/map/battle.cpp...
  24. Hunk #1 succeeded at 8563 (offset 48 lines).
  25. Checking patch src/map/battle.hpp...
  26. Hunk #1 succeeded at 644 (offset -1 lines).
  27. Checking patch src/map/battleground.cpp...
  28. Checking patch src/map/battleground.hpp...
  29. Checking patch src/map/buyingstore.cpp...
  30. Checking patch src/map/clif.cpp...
  31. error: while searching for:
  32.                                 clif_specialeffect(bl,EF_GIANTBODY2,AREA);
  33.                         else if(sd->state.size==SZ_MEDIUM)
  34.                                 clif_specialeffect(bl,EF_BABYBODY2,AREA);
  35.                         if( sd->bg_id && map_getmapflag(sd->bl.m, MF_BATTLEGROUN
  36. D) )
  37.                                 clif_sendbgemblem_area(sd);
  38.                         if (sd->spiritcharm_type != CHARM_TYPE_NONE && sd->spiri
  39. tcharm > 0)
  40.                                 clif_spiritcharm(sd);
  41.  
  42. error: patch failed: src/map/clif.cpp:1445
  43. error: while searching for:
  44.                                 clif_specialeffect_single(bl,EF_GIANTBODY2,sd->f
  45. d);
  46.                         else if(tsd->state.size==SZ_MEDIUM)
  47.                                 clif_specialeffect_single(bl,EF_BABYBODY2,sd->fd
  48. );
  49.                         if( tsd->bg_id && map_getmapflag(tsd->bl.m, MF_BATTLEGRO
  50. UND) )
  51.                                 clif_sendbgemblem_single(sd->fd,tsd);
  52.                         if ( tsd->status.robe )
  53.                                 clif_refreshlook(&sd->bl,bl->id,LOOK_ROBE,tsd->s
  54. tatus.robe,SELF);
  55.  
  56. error: patch failed: src/map/clif.cpp:4642
  57. Checking patch src/map/clif.hpp...
  58. Checking patch src/map/map.cpp...
  59. Hunk #1 succeeded at 1862 (offset 2 lines).
  60. Checking patch src/map/map.hpp...
  61. error: while searching for:
  62.         MF_HIDEMOBHPBAR,
  63.         MF_NOLOOT,
  64.         MF_NOEXP,
  65.         MF_MAX
  66. };
  67.  
  68.  
  69. error: patch failed: src/map/map.hpp:586
  70. Hunk #2 succeeded at 625 (offset -108 lines).
  71. Checking patch src/map/npc.hpp...
  72. Checking patch src/map/pc.cpp...
  73. warning: src/map/pc.cpp has type 100644, expected 100755
  74. Hunk #2 succeeded at 5118 (offset -4 lines).
  75. Hunk #3 succeeded at 9147 (offset -4 lines).
  76. Checking patch src/map/pc.hpp...
  77. Hunk #3 succeeded at 1350 (offset -1 lines).
  78. Checking patch src/map/script.cpp...
  79. Hunk #1 succeeded at 5506 (offset 38 lines).
  80. Hunk #2 succeeded at 19596 (offset 258 lines).
  81. Hunk #3 succeeded at 19616 (offset 258 lines).
  82. Hunk #4 succeeded at 19698 (offset 258 lines).
  83. Hunk #5 succeeded at 19709 (offset 258 lines).
  84. Hunk #6 succeeded at 20441 (offset 258 lines).
  85. Hunk #7 succeeded at 20501 (offset 258 lines).
  86. Hunk #8 succeeded at 20559 (offset 258 lines).
  87. Hunk #9 succeeded at 20571 (offset 258 lines).
  88. Hunk #10 succeeded at 20595 (offset 258 lines).
  89. Hunk #11 succeeded at 25368 (offset 258 lines).
  90. Checking patch src/map/script_constants.hpp...
  91. error: while searching for:
  92.         export_constant(MF_HIDEMOBHPBAR);
  93.         export_constant(MF_NOLOOT);
  94.         export_constant(MF_NOEXP);
  95.  
  96.         /* setcell types */
  97.         export_constant(CELL_WALKABLE);
  98.  
  99. error: patch failed: src/map/script_constants.hpp:453
  100. Checking patch src/map/skill.cpp...
  101. warning: src/map/skill.cpp has type 100644, expected 100755
  102. Hunk #8 succeeded at 15962 (offset -4 lines).
  103. Checking patch src/map/storage.cpp...
  104. Hunk #2 succeeded at 658 (offset -4 lines).
  105. Checking patch src/map/trade.cpp...
  106. Checking patch src/map/unit.cpp...
  107. Checking patch src/map/vending.cpp...
  108. warning: src/map/vending.cpp has type 100644, expected 100755
  109. Applied patch conf/battle/battleground.conf cleanly.
  110. Applied patch conf/maps_athena.conf cleanly.
  111. Applied patch src/common/mmo.hpp cleanly.
  112. Applied patch src/map/atcommand.cpp cleanly.
  113. Applied patch src/map/battle.cpp cleanly.
  114. Applied patch src/map/battle.hpp cleanly.
  115. Applied patch src/map/battleground.cpp cleanly.
  116. Applied patch src/map/battleground.hpp cleanly.
  117. Applied patch src/map/buyingstore.cpp cleanly.
  118. Applying patch src/map/clif.cpp with 2 rejects...
  119. Hunk #1 applied cleanly.
  120. Hunk #2 applied cleanly.
  121. Hunk #3 applied cleanly.
  122. Hunk #4 applied cleanly.
  123. Hunk #5 applied cleanly.
  124. Rejected hunk #6.
  125. Hunk #7 applied cleanly.
  126. Rejected hunk #8.
  127. Hunk #9 applied cleanly.
  128. Hunk #10 applied cleanly.
  129. Hunk #11 applied cleanly.
  130. Hunk #12 applied cleanly.
  131. Hunk #13 applied cleanly.
  132. Hunk #14 applied cleanly.
  133. Hunk #15 applied cleanly.
  134. Hunk #16 applied cleanly.
  135. Hunk #17 applied cleanly.
  136. Hunk #18 applied cleanly.
  137. Hunk #19 applied cleanly.
  138. Hunk #20 applied cleanly.
  139. Hunk #21 applied cleanly.
  140. Hunk #22 applied cleanly.
  141. Hunk #23 applied cleanly.
  142. Hunk #24 applied cleanly.
  143. Hunk #25 applied cleanly.
  144. Hunk #26 applied cleanly.
  145. Hunk #27 applied cleanly.
  146. Hunk #28 applied cleanly.
  147. Hunk #29 applied cleanly.
  148. Hunk #30 applied cleanly.
  149. Hunk #31 applied cleanly.
  150. Hunk #32 applied cleanly.
  151. Hunk #33 applied cleanly.
  152. Hunk #34 applied cleanly.
  153. Hunk #35 applied cleanly.
  154. Hunk #36 applied cleanly.
  155. Hunk #37 applied cleanly.
  156. Applied patch src/map/clif.hpp cleanly.
  157. Applied patch src/map/map.cpp cleanly.
  158. Applying patch src/map/map.hpp with 1 reject...
  159. Rejected hunk #1.
  160. Hunk #2 applied cleanly.
  161. Applied patch src/map/npc.hpp cleanly.
  162. Applied patch src/map/pc.cpp cleanly.
  163. Applied patch src/map/pc.hpp cleanly.
  164. Applied patch src/map/script.cpp cleanly.
  165. Applying patch src/map/script_constants.hpp with 1 reject...
  166. Rejected hunk #1.
  167. Applied patch src/map/skill.cpp cleanly.
  168. Applied patch src/map/storage.cpp cleanly.
  169. Applied patch src/map/trade.cpp cleanly.
  170. Applied patch src/map/unit.cpp cleanly.
  171. Applied patch src/map/vending.cpp cleanly.
  172.  
  173. C:\Users\alex\Desktop\rathena-master>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement