elkingahmed
New Member
- Joined
- May 31, 2012
- Messages
- 116
- Reaction score
- 2
i've successfully upgraded ninja 8.0 tfs to 8.1 and i had to upgrade my map version from RME from 7.4 to 8.1
the ot started with no debugs but there are some locations when i try to get closer to some some objects the client debugs
----
changes i did in the source --->
definitions
items.cpp
changed the version to 810 instead of 800 in all of them
-----
this is ninja's source link
ninjalulz/forgottenserver
the ot started with no debugs but there are some locations when i try to get closer to some some objects the client debugs
----
changes i did in the source --->
definitions
Code:
#define CLIENT_VERSION_MIN 810
#define CLIENT_VERSION_MAX 810
#define CLIENT_VERSION_STR "8.10"
items.cpp
Code:
} else if (Items::dwMinorVersion < CLIENT_VERSION_810) {
std::cout << "A newer version of items.otb is required." << std::endl;
return ERROR_INVALID_FORMAT;
}
-----
this is ninja's source link
ninjalulz/forgottenserver