• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Someone can text macro me it? Im bad at it

Kavvson

Gdy boli cie glowa wez
Joined
Jun 25, 2008
Messages
1,177
Reaction score
72
Location
Poland
example code
if ($row['Strength'] == '0') { echo '';} else { $dataStrength ='<li class=d3-color-blue><p style="color:#6969FF;"><span class=value>+'.$row['Strength'].'</span> Strength</p></li>'; }
if($row['Lok'] == '0') { echo '';} else { $dataLok='<li class=d3-color-blue><p style="color:#6969FF;"><span class=value>+'.$row['Lok'].'</span> Strength</p></li>'; }

row is the part after data Really thanks

'.@$dataLph.'
'.@$dataLphg.'
'.@$dataLifesteal.'
'.@$dataAdditional.'
'.@$dataLife.'
'.@$dataLps.'
'.@$dataIArcane.'
'.@$dataICold.'
'.@$dataIFire.'
'.@$dataIHoly.'
'.@$dataILightning.'
'.@$dataIPoison.'
'.@$dataIWeapon.'
'.@$dataAttackSpeed.'
'.@$dataIncreasedMinimumDamage.'
'.@$dataIncreasedMaximumDamage.'
'.@$dataCHD.'
'.@$dataWd.'
'.@$dataChc.'
'.@$dataBdmgvsel.'
'.@$dataCBlind.'
'.@$dataCChill.'
'.@$dataCFear.'
'.@$dataCFreeze.'
'.@$dataCImmobilize.'
'.@$dataCKnockback.'
'.@$dataCSlow.'
'.@$dataCStun.'
'.@$dataCtbleed.'
'.@$dataBleeddmg.'
'.@$dataGf.'
'.@$dataMf.'
'.@$dataExp.'
'.@$dataIndestructible.'
'.@$dataMovementSpeed.'
'.@$dataYardspick.'
'.@$dataReducedLevelRequirement.'
'.@$dataSock1.'
'.@$dataSock2.'
'.@$dataSock3.'
'.@$dataResistanceAll.'
'.@$dataRCold.'
'.@$dataRFire.'
'.@$dataRHoly.'
'.@$dataRLightning.'
'.@$dataRPhysical.'
'.@$dataRPoison.'
'.@$dataIncreasedArmor.'
'.@$dataCCred.'
'.@$dataMeleeatd.'
'.@$dataReducedDamagefeli.'
'.@$dataChancetoblockomshield.'
'.@$dataChancetoblockomattr.'
'.@$dataBlockAmount.'
 
Back
Top