d2jsp
Log InRegister
d2jsp Forums > d2jsp > Ladder Slasher > Guide: How-to Make A Dynamic Ladder-slasher Sig > In A Few Easy Steps With Pics
Prev1394041424360Next
Add Reply New Topic New Poll
Member
Posts: 4,797
Joined: Jan 5 2009
Gold: 89.00
Jun 1 2009 02:43pm
Can anyone please post the code for weapons profs? It would be much appriciated!
Member
Posts: 20,225
Joined: Apr 30 2008
Gold: 5,168.97
Jun 2 2009 04:15am
Quote (neffreyl @ Sat, May 30 2009, 10:35pm)
I dont use the .htaccess file and it works great. Try deleting it and just forgetting about it. It might help


doesn't work for me :-/
Member
Posts: 4,797
Joined: Jan 5 2009
Gold: 89.00
Jun 2 2009 05:04am
Quote (Viona @ Tue, Jun 2 2009, 04:15am)
doesn't work for me :-/


Dang sorry. I dont know what else.

Anyway. back to my iso. Does anyone have weapon profs? PLZ PLZ PLZ
Member
Posts: 1,115
Joined: Feb 16 2009
Gold: Locked
Trader: Scammer
Warn: 20%
Jun 2 2009 09:32am
it sounds COMPLEX! is there an easier way ( please pm me if there is :) ) thanks anyway dude
Member
Posts: 4,921
Joined: Mar 25 2008
Gold: 1.02
Jun 2 2009 02:29pm
who can i pm with questions about -lastplayed, -proficiency's and -% to MQ?

who knows the codes and can explain? i want to know how it works :)
Member
Posts: 4,797
Joined: Jan 5 2009
Gold: 89.00
Jun 2 2009 02:32pm
Quote (coldguy @ Tue, Jun 2 2009, 02:29pm)
who can i pm with questions about -lastplayed, -proficiency's and -% to MQ?

who knows the codes and can explain? i want to know how it works :)


Ive tried pm'ing alot of ppl about proficiencies but no one will spill the code. I can give you % to mq though. And lastplayed was on here. Idk if it works or not though. :D

Last played is on page 22 of this topic.



This post was edited by neffreyl on Jun 2 2009 02:33pm
Member
Posts: 4,921
Joined: Mar 25 2008
Gold: 1.02
Jun 2 2009 02:36pm
yea but it doesn't seem to work right... the lastplayed...

i just get some number and then 20 days ago :/

and i would love the % to MQ :D
Member
Posts: 4,797
Joined: Jan 5 2009
Gold: 89.00
Jun 2 2009 02:41pm
Quote (coldguy @ Tue, Jun 2 2009, 02:36pm)
yea but it doesn't seem to work right... the lastplayed...

i just get some number and then 20 days ago :/

and i would love the % to MQ :D


Here should be the % to MQ code.

Code
$MQpercent = calcMqPercent($level);
$brpixelX = calcMqPixel($percent,$expbar_height);

function calcMqPercent($input)
{
$temp1 = fmod($input,70);
$temp1 = ($temp1/70);
$temp1 = $temp1 * 100;

return (int)$temp1;
}

function calcMqPixel($input,$xpbar_height)
 {
$temp1 = fmod($input,1000000);
$temp1 = ($temp1 / 100);
$temp1 = $temp1 * $xpbar_height;
$temp1 = $temp1 + xxx;

return (int)$temp1;
 }


Try that. Hopefully it works for you.
Member
Posts: 4,921
Joined: Mar 25 2008
Gold: 1.02
Jun 2 2009 02:47pm
just have no clue what to do with the code alone :(
Member
Posts: 4,797
Joined: Jan 5 2009
Gold: 89.00
Jun 2 2009 02:58pm
Quote (coldguy @ Tue, Jun 2 2009, 02:47pm)
just have no clue what to do with the code alone :(


ok well if write the $MQpercent where ever you want it. Then it will show the percent in a number. Look for in your code where you write $percent to the image. Just change that to $MQpercent and then it will be mq percent. :D
Go Back To Ladder Slasher Topic List
Prev1394041424360Next
Add Reply New Topic New Poll