Jump to content

@go


Rynbef

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  898
  • Reputation:   120
  • Joined:  05/23/12
  • Last Seen:  

Gutentag,

Ich habe den Command @go 0 bearbeitet unzwar wollte ich auf @go0 statt Prontera ,Lutie haben also habe ich das nach den rAthena Wiki Tut auch gemacht und wenn ich jetzt @go 0 mache komme ich auch Prima nach Lutie. Leider ist es so, dass wenn ich @go mache imemr noch sehe "0=Prontera" wobei es ja eigentlich "0=Lutie" sein sollte. Damals bei eA ging das auch, habe das öfters gemacht... Fürher konnte man das immer noch bei

clif_displaymessage(fd, " 24=Veins 25=Moscovia");

ändern. aber ich habe das bisher nicht gefunden oO Endweder ich bin Blind oder das wurde geändert.. (Habe die Neuste rA version)

lg Rynbef

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  16
  • Reputation:   1
  • Joined:  07/01/12
  • Last Seen:  

Hast du nach dem ändern das ganze auch compiled?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  218
  • Reputation:   32
  • Joined:  05/29/12
  • Last Seen:  

Editier die help.txt im CONF Ordner vom Server.

  • Upvote 2
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  898
  • Reputation:   120
  • Joined:  05/23/12
  • Last Seen:  

@Ingma Danke für deine Antwort, logisch wurde es compiled, sonst hätte ich nicht wissen können, dass wenn ich @go 0 mache nach Lutie komme^^

@Irata Danke , da wäre ich nicht drauf gekommen. rAthena mag versteck Spiele so wie's aussieht xD Bin halt noch nicht so lange bei rA..

Danke und Gruß Rynbef

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  218
  • Reputation:   32
  • Joined:  05/29/12
  • Last Seen:  

Kenn ich zu gut ;D

Kein Ding.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  16
  • Reputation:   1
  • Joined:  07/01/12
  • Last Seen:  

Na manche vergessen das im eifer des Gefechts ;).

Gut das es geklappt hat.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  248
  • Reputation:   1
  • Joined:  06/27/12
  • Last Seen:  

Ich hätte dazu eine Frage: Wie stelle ich ein, dass ich beim ausführen des @go 0 zu meiner Custom map gewarpt werde? :>

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  898
  • Reputation:   120
  • Joined:  05/23/12
  • Last Seen:  

Besuch doch mal unseren Freund und Helfer das allseits bekannte rAthena Wiki^^

http://rathena.org/wiki/@go

Gruß Rynbef~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  248
  • Reputation:   1
  • Joined:  06/27/12
  • Last Seen:  

Hmm, leider geht es immernoch nicht. Wenn ich @go 0 mache komme ich nach Prontera. Aber ich möchte auf die Custom map gewarpt werden :/

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  898
  • Reputation:   120
  • Joined:  05/23/12
  • Last Seen:  

Server compiled ?

Gruß Rynbef

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  248
  • Reputation:   1
  • Joined:  06/27/12
  • Last Seen:  

Ja, ich habe es recompiled. Aber es will einfach nicht gehen~ Habe bei atcommand.c und mapindex.h alles nötige vorgenommen damit es geht aber bei @go 0 komme ich immer noch nach prontera >.<

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  218
  • Reputation:   32
  • Joined:  05/29/12
  • Last Seen:  

Dann zeig mal einen ausschnitt von deiner atcommand.c und mapindex.h wo und wie du das geändert hast~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  248
  • Reputation:   1
  • Joined:  06/27/12
  • Last Seen:  

atcommand.c

/*==========================================
* @go [city_number or city_name] - Updated by Harbin
*------------------------------------------*/
ACMD_FUNC(go)
{
int i;
int town;
char map_name[MAP_NAME_LENGTH];
int m;

const struct {
 char map[MAP_NAME_LENGTH];
 int x, y;
} data[] = {
 { MAP_DRAGONIA,	38,   21 }, //  0=Dragon Town // Meine Custom Map ~
 { MAP_MORROC,	  156,  93 }, //  1=Morroc
 { MAP_GEFFEN,	  119,  59 }, //  2=Geffen
 { MAP_PAYON,	   162, 233 }, //  3=Payon
 { MAP_ALBERTA,	 192, 147 }, //  4=Alberta
 { MAP_IZLUDE,	  128, 114 }, //  5=Izlude
 { MAP_ALDEBARAN,   140, 131 }, //  6=Al de Baran
 { MAP_LUTIE,	   147, 134 }, //  7=Lutie
 { MAP_COMODO,	  209, 143 }, //  8=Comodo
 { MAP_YUNO,		157,  51 }, //  9=Yuno
 { MAP_AMATSU,	  198,  84 }, // 10=Amatsu
 { MAP_GONRYUN,	 160, 120 }, // 11=Gonryun
 { MAP_UMBALA,	   89, 157 }, // 12=Umbala
 { MAP_NIFLHEIM,	 21, 153 }, // 13=Niflheim
 { MAP_LOUYANG,	 217,  40 }, // 14=Louyang
 { MAP_NOVICE,	   53, 111 }, // 15=Training Grounds
 { MAP_JAIL,		 23,  61 }, // 16=Prison
 { MAP_JAWAII,	  249, 127 }, // 17=Jawaii
 { MAP_AYOTHAYA,	151, 117 }, // 18=Ayothaya
 { MAP_EINBROCH,	 64, 200 }, // 19=Einbroch
 { MAP_LIGHTHALZEN, 158,  92 }, // 20=Lighthalzen
 { MAP_EINBECH,	  70,  95 }, // 21=Einbech
 { MAP_HUGEL,		96, 145 }, // 22=Hugel
 { MAP_RACHEL,	  130, 110 }, // 23=Rachel
 { MAP_VEINS,	   216, 123 }, // 24=Veins
 { MAP_MOSCOVIA,	223, 184 }, // 25=Moscovia
 { MAP_PRONTERA,	155, 182 }, // 26=Prontera
 { MAP_MIDCAMP,	180, 240 }, // 27=Midgard Camp
};

mapindex.h

//File in charge of assigning a numberic ID to each map in existance for space saving when passing map info between servers.
extern char mapindex_cfgfile[80];
#define MAX_MAPINDEX 2000
//Some definitions for the mayor city maps.
#define MAP_PRONTERA "prontera"
#define MAP_GEFFEN "geffen"
#define MAP_MORROC "morocc"
#define MAP_ALBERTA "alberta"
#define MAP_PAYON "payon"
#define MAP_IZLUDE "izlude"
#define MAP_ALDEBARAN "aldebaran"
#define MAP_LUTIE "xmas"
#define MAP_COMODO "comodo"
#define MAP_YUNO "yuno"
#define MAP_AMATSU "amatsu"
#define MAP_GONRYUN "gonryun"
#define MAP_UMBALA "umbala"
#define MAP_NIFLHEIM "niflheim"
#define MAP_LOUYANG "louyang"
#define MAP_JAWAII "jawaii"
#define MAP_AYOTHAYA "ayothaya"
#define MAP_EINBROCH "einbroch"
#define MAP_LIGHTHALZEN "lighthalzen"
#define MAP_EINBECH "einbech"
#define MAP_HUGEL "hugel"
#define MAP_RACHEL "rachel"
#define MAP_VEINS "veins"
#define MAP_JAIL "sec_pri"
#define MAP_NOVICE "new_1-1"
#define MAP_MOSCOVIA "moscovia"
#define MAP_MIDCAMP "mid_camp"
#define MAP_DRAGONIA "dragonia" // Meine Custom Map ~

Hoffe das reicht :/

Edited by Nochii
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  218
  • Reputation:   32
  • Joined:  05/29/12
  • Last Seen:  

Heißt die Map wirklich dragonia oder musst du z.B. beim Warpen das D am anfang groß schreiben. Sowas kann einen gewaltigen unterschied machen.

Wenn bei @go ein Wert nicht gefunden wird, wird man automatisch nach Prontera geportet, kann man auch umschreiben, grade ka wo~

Überprüfe ob der Name wirklich richtig geschrieben wurde, ansonsten ist es ein Compile Fehler.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  248
  • Reputation:   1
  • Joined:  06/27/12
  • Last Seen:  

1>------ Erstellen gestartet: Projekt: map-server_sql, Konfiguration: Debug Win32 ------
1>  atcommand.c
1>  battle.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  battleground.c
1>c:\program files\hp\rathena server\src\map\atcommand.c(1977): error C2065: 'MAP_ASKYDUN': nichtdeklarierter Bezeichner
1>  buyingstore.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  chat.c
1>  chrif.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  clif.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  duel.c
1>  elemental.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  guild.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  intif.c
1>  itemdb.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  log.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  mail.c
1>  map.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  mapreg_sql.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  homunculus.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  instance.c
1>  mercenary.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  mob.c
1>  npc.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  npc_chat.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  party.c
1>  path.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  pc.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  pc_groups.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  pet.c
1>c:\program files\hp\rathena server\src\map\pc.c(3264): error C2065: 'SP_NO_AMMO': nichtdeklarierter Bezeichner
1>c:\program files\hp\rathena server\src\map\pc.c(3264): error C2051: case-Ausdruck ist keine Konstante
1>c:\program files\hp\rathena server\src\map\pc.c(3266): error C2059: Syntaxfehler: 'if'
1>c:\program files\hp\rathena server\src\map\pc.c(3270): error C2059: Syntaxfehler: 'break'
1>  quest.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  script.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  searchstore.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  skill.c
1>  status.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>c:\program files\hp\rathena server\src\map\skill.c(8336): error C2065: 'MAP_DICASTES': nichtdeklarierter Bezeichner
1>c:\program files\hp\rathena server\src\map\skill.c(8336): warning C4047: 'Funktion': Anzahl der Dereferenzierungen bei 'const char *' und 'int' unterschiedlich
1>c:\program files\hp\rathena server\src\map\skill.c(8336): warning C4024: 'mapindex_name2id': Unterschiedliche Typen für formalen und übergebenen Parameter 1
1>c:\program files\hp\rathena server\src\map\skill.c(8342): error C2065: 'MAP_MORA': nichtdeklarierter Bezeichner
1>c:\program files\hp\rathena server\src\map\skill.c(8342): warning C4047: 'Funktion': Anzahl der Dereferenzierungen bei 'const char *' und 'int' unterschiedlich
1>c:\program files\hp\rathena server\src\map\skill.c(8342): warning C4024: 'mapindex_name2id': Unterschiedliche Typen für formalen und übergebenen Parameter 1
1>c:\program files\hp\rathena server\src\map\skill.c(11730): error C2143: Syntaxfehler: Es fehlt ')' vor '!'
1>  storage.c
1>  trade.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  unit.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>  vending.c
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_ADD_SKILL_BLOW": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_ADD_SKILL_BLOW': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_ADD_SKILL_BLOW'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_SP_VANISH_RATE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_SP_VANISH_RATE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_SP_VANISH_RATE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_SP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_SP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_SP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2365: "SP_MAGIC_HP_GAIN_VALUE": Erneute Definition; vorherige Definition war "Enumerator".
1>		  c:\program files\hp\rathena server\src\map\map.h(394): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(395): error C2086: '_sp SP_MAGIC_HP_GAIN_VALUE': Neudefinition
1>		  c:\program files\hp\rathena server\src\map\map.h(395): Siehe Deklaration von 'SP_MAGIC_HP_GAIN_VALUE'
1>c:\program files\hp\rathena server\src\map\map.h(397): error C2061: Syntaxfehler: Bezeichner 'SP_NO_AMMO'
========== Erstellen: 0 erfolgreich, Fehler bei 1, 3 aktuell, 0 übersprungen ==========

Ich denke es ist ein compile Error :/ oder nicht?

Edited by Nochii
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  218
  • Reputation:   32
  • Joined:  05/29/12
  • Last Seen:  

von

{ MAP_MIDCAMP,	    180, 240 }, // 27=Midgard Camp

zu

{ MAP_MIDCAMP,	    180, 240 } // 27=Midgard Camp

Sollte der fehler sein, sry grade keine zeit genau nach zu schauen ^^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  248
  • Reputation:   1
  • Joined:  06/27/12
  • Last Seen:  

Es war nur ein compiling Fehler /hum

Trotzdem danke /no1

Jedoch ...

Wie kann ich bei Help.txt nur die Maps wie Mora oder Splendide ausblenden bzw. aus der @go löschen, ohne einen disconnect zu bekommen? x')

------------------------EDIT-------------------

Gelöst:

Man muss hinter der map schreiben \n" wenn es die letzte der Zeile ist :)

Edited by Nochii
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...