sheivan
Member
Anyone managed to make ConPVP work with the newer versions of SerVUO?
I am getting those errors and I am unsure of what to add in playermobile.cs
Errors:
+ Custom/ConPVP/Tournament.cs:
CS1061: Line 3182: 'PlayerMobile' does not contain a definition for 'DuelPlayer' and no accessible extension method 'DuelPlayer' accepting a first argument of type 'PlayerMobile' could be found (are you missing a using directive or an assembly reference?)
CS1061: Line 3183: 'PlayerMobile' does not contain a definition for 'DuelPlayer' and no accessible extension method 'DuelPlayer' accepting a first argument of type 'PlayerMobile' could be found (are you missing a using directive or an assembly reference?)
CS1061: Line 3218: 'PlayerMobile' does not contain a definition for 'DuelPlayer' and no accessible extension method 'DuelPlayer' accepting a first argument of type 'PlayerMobile' could be found (are you missing a using directive or an assembly reference?)
CS1061: Line 3219: 'PlayerMobile' does not contain a definition for 'DuelPlayer' and no accessible extension method 'DuelPlayer' accepting a first argument of type 'PlayerMobile' could be found (are you missing a using directive or an assembly reference?)
CS1061: Line 1188: 'PlayerMobile' does not contain a definition for 'DuelContext' and no accessible extension method 'DuelContext' accepting a first argument of type 'PlayerMobile' could be found (are you missing a using directive or an assembly reference?)
I am getting those errors and I am unsure of what to add in playermobile.cs
Errors:
+ Custom/ConPVP/Tournament.cs:
CS1061: Line 3182: 'PlayerMobile' does not contain a definition for 'DuelPlayer' and no accessible extension method 'DuelPlayer' accepting a first argument of type 'PlayerMobile' could be found (are you missing a using directive or an assembly reference?)
CS1061: Line 3183: 'PlayerMobile' does not contain a definition for 'DuelPlayer' and no accessible extension method 'DuelPlayer' accepting a first argument of type 'PlayerMobile' could be found (are you missing a using directive or an assembly reference?)
CS1061: Line 3218: 'PlayerMobile' does not contain a definition for 'DuelPlayer' and no accessible extension method 'DuelPlayer' accepting a first argument of type 'PlayerMobile' could be found (are you missing a using directive or an assembly reference?)
CS1061: Line 3219: 'PlayerMobile' does not contain a definition for 'DuelPlayer' and no accessible extension method 'DuelPlayer' accepting a first argument of type 'PlayerMobile' could be found (are you missing a using directive or an assembly reference?)
CS1061: Line 1188: 'PlayerMobile' does not contain a definition for 'DuelContext' and no accessible extension method 'DuelContext' accepting a first argument of type 'PlayerMobile' could be found (are you missing a using directive or an assembly reference?)