Logo
Explore Help
Sign In
Jaysyn/Aschbourne_PRC8
Jaysyn/Aschbourne_PRC8
1
0
Fork 0
You've already forked Aschbourne_PRC8
Code Issues Pull Requests Packages Projects Releases 1 Wiki Activity
Aschbourne_PRC8/_module/nss/deity_monk.nss

18 lines
337 B
Plaintext
Raw Normal View History

Major update Fixed CCOH, Fixed starting GP, Fixed DMFI languages, Fix cep weapon appearances, Fixed new player start up system. Added PC deleter. Added ACP 4.1. Full compile. Updated release archive.
2024-09-16 23:40:48 -04:00
#include "prc_class_const"
Module commit Module commit.
2024-06-14 10:48:20 -04:00
int StartingConditional()
{
Major update Fixed CCOH, Fixed starting GP, Fixed DMFI languages, Fix cep weapon appearances, Fixed new player start up system. Added PC deleter. Added ACP 4.1. Full compile. Updated release archive.
2024-09-16 23:40:48 -04:00
object oPC = GetPCSpeaker();
int iMonk = GetLevelByClass(CLASS_TYPE_MONK, oPC)
+ GetLevelByClass(CLASS_TYPE_SOHEI, oPC)
+ GetLevelByClass(CLASS_TYPE_SWORDSAGE, oPC)
+ GetLevelByClass(CLASS_TYPE_PSION, oPC);
if(iMonk > 0)
return TRUE;
return FALSE;
Module commit Module commit.
2024-06-14 10:48:20 -04:00
}
Major update Fixed CCOH, Fixed starting GP, Fixed DMFI languages, Fix cep weapon appearances, Fixed new player start up system. Added PC deleter. Added ACP 4.1. Full compile. Updated release archive.
2024-09-16 23:40:48 -04:00
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.4 Page: 479ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API