d2jsp
Log InRegister
d2jsp Forums > d2jsp > Ladder Slasher > Guide: How-to Make A Dynamic Ladder-slasher Sig > In A Few Easy Steps With Pics
Prev1424344454660Next
Add Reply New Topic New Poll
Member
Posts: 4,921
Joined: Mar 25 2008
Gold: 1.02
Jun 8 2009 12:48pm
what's the tranparent code?
Member
Posts: 2,088
Joined: Jun 27 2006
Gold: 1,920.65
Jun 8 2009 02:25pm
This is amazing, TYVM for making this :)

1 issue... My "TO LEVEL %" is saying 0% but I have 23% experience so far... is something wrong with that?

This post was edited by KDawg08 on Jun 8 2009 02:32pm
Member
Posts: 4,921
Joined: Mar 25 2008
Gold: 1.02
Jun 8 2009 02:50pm
the exp bar should work for you. pm me your code and i'll look whats wrong :)
Member
Posts: 2,088
Joined: Jun 27 2006
Gold: 1,920.65
Jun 8 2009 03:02pm
Quote (coldguy @ Mon, Jun 8 2009, 01:50pm)
the exp bar should work for you. pm me your code and i'll look whats wrong :)


i had to get a lvl up before it would start working :P
Member
Posts: 12,935
Joined: Dec 10 2007
Gold: 0.00
Jun 9 2009 01:28am
how much fg would it cost me to pay you to make one for me? or pay anyone to make one for me?
please pm me

iso someone to make one for me

This post was edited by unicoke on Jun 9 2009 01:28am
Member
Posts: 4,921
Joined: Mar 25 2008
Gold: 1.02
Jun 10 2009 11:45am
can anyone help me on making an exp bar for my proficieny?

i can't figure out how to make the code that well.

<wprof>1,1,64;2,1,184;3,4,2241;9,0,30</wprof>
<cprof>1,0,1;2,0,8;5,1,541;6,0,13;7,1,1566</cprof>
<sprof>0,1,66;1,0,60;2,0,5</sprof>

i want the bolded proficiency (my dagger) and then make an exp bar so 0 is 0% and 5000 is 100%
can someone please help me with the code?

i got this as far:

Code
$wprof = array(
                   sword => 0,      // set names and fill them with 0's  so we always get a result from a call
                    club => 0,      
                     axe => 0,      
                  dagger => 0,      
                   staff => 0,      
               longsword => 0,      
               warhammer => 0,      
               battleaxe => 0,
                   spear => 0,
                 polearm => 0 );    

$w = split(";",$data->wprof);
     foreach ($w as $a)
     {
   $wpn = array( 0 => 'sword', 1 => 'club', 2 => 'axe', 3 => 'dagger', 4 => 'staff', 5 => 'longsword', 6 => 'warhammer', 7 => 'battleaxe', 8 => 'spear', 9 => 'polearm');  
   $temp = split(",",$a);
   $wpname =  $temp[0];
   $wpdata =  $temp[1];
   $wprof[$wpname] = $wpdata;
}

$temp = explode(";",$data->wprof);
foreach ((array) $temp as $value) {
$temp2 = explode(",",$value);
$wprof[(int)$temp2[0]] = (int)$temp2[1];
}


This post was edited by coldguy on Jun 10 2009 11:46am
Member
Posts: 4,921
Joined: Mar 25 2008
Gold: 1.02
Jun 10 2009 01:08pm
Bring
This
Post
Up
Member
Posts: 2,088
Joined: Jun 27 2006
Gold: 1,920.65
Jun 11 2009 12:29pm
Quote (coldguy @ Wed, Jun 10 2009, 12:08pm)
Bring
This
Post
Up


up

This should get Stickied...

This post was edited by KDawg08 on Jun 11 2009 12:30pm
Member
Posts: 4,921
Joined: Mar 25 2008
Gold: 1.02
Jun 11 2009 03:26pm
can anyone answer the question?
Member
Posts: 1,536
Joined: Nov 13 2006
Gold: 104.00
Jun 12 2009 03:24am
awesome guide, very good job. Will try it later
Go Back To Ladder Slasher Topic List
Prev1424344454660Next
Add Reply New Topic New Poll