Rynbef Posted July 11, 2012 Group: Forum Moderator Topic Count: 48 Topics Per Day: 0.01 Content Count: 941 Reputation: 125 Joined: 05/23/12 Last Seen: 23 hours ago Share Posted July 11, 2012 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 Quote Link to comment Share on other sites More sharing options...
Ingma Posted July 11, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 16 Reputation: 1 Joined: 07/01/12 Last Seen: July 28, 2012 Share Posted July 11, 2012 Hast du nach dem ändern das ganze auch compiled? Quote Link to comment Share on other sites More sharing options...
DarkIrata Posted July 11, 2012 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 218 Reputation: 32 Joined: 05/29/12 Last Seen: February 13, 2024 Share Posted July 11, 2012 Editier die help.txt im CONF Ordner vom Server. 2 Quote Link to comment Share on other sites More sharing options...
Rynbef Posted July 12, 2012 Group: Forum Moderator Topic Count: 48 Topics Per Day: 0.01 Content Count: 941 Reputation: 125 Joined: 05/23/12 Last Seen: 23 hours ago Author Share Posted July 12, 2012 @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 Quote Link to comment Share on other sites More sharing options...
DarkIrata Posted July 12, 2012 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 218 Reputation: 32 Joined: 05/29/12 Last Seen: February 13, 2024 Share Posted July 12, 2012 Kenn ich zu gut ;D Kein Ding. Quote Link to comment Share on other sites More sharing options...
Ingma Posted July 12, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 16 Reputation: 1 Joined: 07/01/12 Last Seen: July 28, 2012 Share Posted July 12, 2012 Na manche vergessen das im eifer des Gefechts . Gut das es geklappt hat. Quote Link to comment Share on other sites More sharing options...
Werdio Posted July 19, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Share Posted July 19, 2012 Ich hätte dazu eine Frage: Wie stelle ich ein, dass ich beim ausführen des @go 0 zu meiner Custom map gewarpt werde? :> Quote Link to comment Share on other sites More sharing options...
Rynbef Posted July 19, 2012 Group: Forum Moderator Topic Count: 48 Topics Per Day: 0.01 Content Count: 941 Reputation: 125 Joined: 05/23/12 Last Seen: 23 hours ago Author Share Posted July 19, 2012 Besuch doch mal unseren Freund und Helfer das allseits bekannte rAthena Wiki^^ http://rathena.org/wiki/@go Gruß Rynbef~ Quote Link to comment Share on other sites More sharing options...
Werdio Posted July 19, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Share Posted July 19, 2012 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 :/ Quote Link to comment Share on other sites More sharing options...
Rynbef Posted July 19, 2012 Group: Forum Moderator Topic Count: 48 Topics Per Day: 0.01 Content Count: 941 Reputation: 125 Joined: 05/23/12 Last Seen: 23 hours ago Author Share Posted July 19, 2012 Server compiled ? Gruß Rynbef Quote Link to comment Share on other sites More sharing options...
Werdio Posted July 20, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Share Posted July 20, 2012 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 >.< Quote Link to comment Share on other sites More sharing options...
DarkIrata Posted July 21, 2012 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 218 Reputation: 32 Joined: 05/29/12 Last Seen: February 13, 2024 Share Posted July 21, 2012 Dann zeig mal einen ausschnitt von deiner atcommand.c und mapindex.h wo und wie du das geändert hast~ Quote Link to comment Share on other sites More sharing options...
Werdio Posted July 21, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Share Posted July 21, 2012 (edited) 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 July 21, 2012 by Nochii Quote Link to comment Share on other sites More sharing options...
DarkIrata Posted July 21, 2012 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 218 Reputation: 32 Joined: 05/29/12 Last Seen: February 13, 2024 Share Posted July 21, 2012 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. Quote Link to comment Share on other sites More sharing options...
Werdio Posted July 21, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Share Posted July 21, 2012 (edited) 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 July 21, 2012 by Nochii Quote Link to comment Share on other sites More sharing options...
DarkIrata Posted July 21, 2012 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 218 Reputation: 32 Joined: 05/29/12 Last Seen: February 13, 2024 Share Posted July 21, 2012 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 ^^ Quote Link to comment Share on other sites More sharing options...
Werdio Posted July 22, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Share Posted July 22, 2012 (edited) Es war nur ein compiling Fehler Trotzdem danke 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 July 22, 2012 by Nochii Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.