diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-19 22:49:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-19 22:49:18 -0300 |
commit | 14faa4b22f37a7c7b75b3937efd1da71ce1ef5cb (patch) | |
tree | c42b0461d9d170cf6bb9e492061bbb141bb59860 /src/emap/script_buildins.h | |
parent | 2b1948fb9004a66450192405f3ebd258d0b22837 (diff) | |
download | evol-hercules-14faa4b22f37a7c7b75b3937efd1da71ce1ef5cb.tar.gz evol-hercules-14faa4b22f37a7c7b75b3937efd1da71ce1ef5cb.tar.bz2 evol-hercules-14faa4b22f37a7c7b75b3937efd1da71ce1ef5cb.tar.xz evol-hercules-14faa4b22f37a7c7b75b3937efd1da71ce1ef5cb.zip |
Add a function to retrieve EXP tax for a certain guild role.
There's a prototype (WIP) to retrieve the configured role name.
That would allow us in a future to allow guild role name customization
Diffstat (limited to 'src/emap/script_buildins.h')
-rw-r--r-- | src/emap/script_buildins.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/script_buildins.h b/src/emap/script_buildins.h index cca24cd..5abcb68 100644 --- a/src/emap/script_buildins.h +++ b/src/emap/script_buildins.h @@ -108,6 +108,8 @@ BUILDIN(getguildlvl); BUILDIN(getguildavg); BUILDIN(getguildexp); BUILDIN(getguildnxp); +BUILDIN(getguildpostax); +BUILDIN(getguildpostitle); BUILDIN(setguildrole); BUILDIN(getguildmember); BUILDIN(gethomunexp); |