Replies:
5
Views: 6886 Understandable, I read everything from a developer standpoint, so the -1 didn't bother me because I know what it means, haha.
Views: 6886 Understandable, I read everything from a developer standpoint, so the -1 didn't bother me because I know what it means, haha.
Wed Feb 26, 2014 11:51 pm
Replies:
5
Views: 6886 I added Drakkin to the Bazaar search race array as well as Powersource to the Bazaar search type array.
@@ -167,7 +167,8 @@ $language
Views: 6886 I added Drakkin to the Bazaar search race array as well as Powersource to the Bazaar search type array.
@@ -167,7 +167,8 @@ $language
Fri Feb 14, 2014 6:47 am
Replies:
5
Views: 6886 I also noticed that item.php was checking if the item had a click type, then checking if its charges were greater than zero, but some items use -1 for infinite, so it confused me as to why you'd want ...
Views: 6886 I also noticed that item.php was checking if the item had a click type, then checking if its charges were greater than zero, but some items use -1 for infinite, so it confused me as to why you'd want ...
Fri Feb 14, 2014 6:40 am
Replies:
5
Views: 6886 I thought I'd just make a thread that I can update over time with my changes, rather than continuously making separate threads. To start this thread off, aug types. Also, I'm not going to post all the ...
Views: 6886 I thought I'd just make a thread that I can update over time with my changes, rather than continuously making separate threads. To start this thread off, aug types. Also, I'm not going to post all the ...
Fri Feb 14, 2014 5:54 am
Replies:
2
Views: 6299 Yeah, my bad, they were different things, so I thought it'd be easier to make them all separate posts in case people were looking for specifics.
Views: 6299 Yeah, my bad, they were different things, so I thought it'd be easier to make them all separate posts in case people were looking for specifics.
Thu Feb 13, 2014 10:09 pm
Replies:
2
Views: 6299 Nitpicking again, I apologize for posting so many times in such a short span, I just find a lot of things when I snoop.
profile.php
From:
"duel_wield" => array( 4884, 4, "uint32 ...
Views: 6299 Nitpicking again, I apologize for posting so many times in such a short span, I just find a lot of things when I snoop.
profile.php
From:
"duel_wield" => array( 4884, 4, "uint32 ...
Thu Feb 13, 2014 8:04 pm
Replies:
0
Views: 5975 I'm not sure if this was intentional or not, but bagrow1 through bagrow5 seem rather glitched in the CSS, the original doesn't have ':' beside 'max-height'.
.bagrow1 {
height: 107px;
max-heig ...
Views: 5975 I'm not sure if this was intentional or not, but bagrow1 through bagrow5 seem rather glitched in the CSS, the original doesn't have ':' beside 'max-height'.
.bagrow1 {
height: 107px;
max-heig ...
Thu Feb 13, 2014 7:55 pm
Replies:
0
Views: 6103 Get Deities' function was misspelled, so I spelled it correctly, I apologize for nitpicking. This is all in item.php.
From:
function gedeities($val)
To:
function getdeities($val)
From:
$Ou ...
Views: 6103 Get Deities' function was misspelled, so I spelled it correctly, I apologize for nitpicking. This is all in item.php.
From:
function gedeities($val)
To:
function getdeities($val)
From:
$Ou ...
Thu Feb 13, 2014 7:40 pm
Replies:
0
Views: 6258 Backstab Damage is no where in the Magelo, weirdly enough. So I added it after damage.
Line 300ish in item.php.
$Output .= " Delay: " . $item
Views: 6258 Backstab Damage is no where in the Magelo, weirdly enough. So I added it after damage.
Line 300ish in item.php.
$Output .= " Delay: " . $item
Thu Feb 13, 2014 7:31 pm
Replies:
10
Views: 6686 That fixed the issue.
http://img33.imageshack.us/img33/4674/j1xo.png
Views: 6686 That fixed the issue.
http://img33.imageshack.us/img33/4674/j1xo.png
Mon Feb 10, 2014 4:15 pm
Replies:
10
Views: 6686 I found these in character.php.
foreach ($allitems as $value) {
if ($value->type() == INVENTORY && $mypermission
foreach ($allitems as $value) {
if ($value->type() == INV ...
Views: 6686 I found these in character.php.
foreach ($allitems as $value) {
if ($value->type() == INVENTORY && $mypermission
foreach ($allitems as $value) {
if ($value->type() == INV ...
Fri Feb 07, 2014 7:56 pm