What's new

-Inne Skille Przez Magic Level

Status
Not open for further replies.

GoD MuZykeL

Advanced User
Joined
Feb 26, 2011
Messages
208
Reaction score
2
Witam
Chcia?bym Zrobi? ?eby skille na moim ots, za le?a?y od jakiego ma si? mlvl :) Nie wiem czy to skrypt czy to gdzie? ustawi?, wi?c prosz? o pomoc.
Z g?ry dzi?ki.
 

patrykq

Active User
Joined
Nov 1, 2008
Messages
140
Reaction score
7
Odp: Skille Przez Magic Level

W source combat.cpp
Code:
player->getMagicLevel() * x)
 

Don Muha

Advanced User
Joined
Aug 27, 2008
Messages
403
Reaction score
34
Odp: Skille Przez Magic Level

Np:
PHP:
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1, -10, -1, -20, 5, 5, 1.4, 2.1)
i
PHP:
//setCombatFormula(combat, type, mina, minb, maxa, maxb[, minl, maxl[, minm, maxm[, minc[, maxc]]]])
i chyba:
PHP:
					min = (int32_t)((player->getLevel() / minl + player->getMagicLevel() * minm) * 1. * mina + minb);
					max = (int32_t)((player->getLevel() / maxl + player->getMagicLevel() * maxm) * 1. * maxa + maxb);
 

Todzio

User
Joined
Aug 1, 2011
Messages
43
Reaction score
0
Odp: Skille Przez Magic Level

Thanks po repucie ;d.
 
Status
Not open for further replies.
Top