Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Charming Dazz: Woops, I will fix that soon
I should also say I have a mod for rangers. The odin blade one.
Note, I seem to be/am getting the effects. My summons gets an effects icon from high summoner, and the high summoner effects, even though my summoner goes not have the effects icon. Deep wood helm affects range
```PROC
ProcObjectTimerFinished(_Char,"JBS_TextQue")
AND GetVarInteger(_Char,"JBS_TextQue",_Que)
AND IntegerSum(_Que,-1,_NewQue)
AND IntegerSum(_Que,2,_Div)
AND IntegerDivide(2000,_Div,_Time)
AND IntegerMax(_Time,150,_Time2)
AND IntegerMin(_Time2,500,_Time3)
THEN
ProcObjectTimer(_Char,"JBS_TextQue",_Time3);
NOT DB_JBS_QueTextOnce(_Char);```