Search found 11 matches
Replies: 5
Views: 4141
Character BrowserMy Changes.
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: 4141
Character BrowserMy Changes.
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: 4141
Character BrowserMy Changes.
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: 4141
Character BrowserMy Changes.
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: 3582
Character BrowserDual Wield.
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: 3582
Character BrowserDual Wield.
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: 3323
Character Browserstyles.css.
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: 3405
Character BrowserGet Deities.
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: 3531
Character BrowserBackstab Damage.
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: 3947
Character BrowserPermission 'bag's hiding charm slot?
That fixed the issue.

http://img33.imageshack.us/img33/4674/j1xo.png
Mon Feb 10, 2014 4:15 pm
Replies: 10
Views: 3947
Character BrowserPermission 'bag's hiding charm slot?
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
Search found 11 matches