View Single Post
  #8  
Old 04-24-2008, 02:14 PM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Quote:
Originally Posted by arkinia View Post
The problem seems...that scribe() puts the spells in a random, jumbled order (maybe by spell ID?)..............
That is correct. This is a partial dump from one character's spells list (from the profile blob) after using scribespells():
Code:
    [spell_book] => Array
        (
            [1] => 9
            [2] => 12
            [3] => 15
            [4] => 17
            [5] => 31
            [6] => 32
            [7] => 35
            [8] => 36
            [9] => 39
            [10] => 40
            [11] => 42
            [12] => 46
            [13] => 48
            [14] => 49
            [15] => 50
            [16] => 60
            [17] => 61
            [18] => 62
            [19] => 63
            [20] => 64
            [21] => 75
            [22] => 79
            [23] => 86
            [24] => 93
            [25] => 95
            [26] => 96
            [27] => 98
            [28] => 110
            [29] => 111
            [30] => 112
            [31] => 131
            [32] => 132
            [33] => 133
            [34] => 134
            [35] => 144
            [36] => 145
            [37] => 146
            [38] => 147
            [39] => 148
            [40] => 149
            [41] => 150
            [42] => 151
            [43] => 152
            [44] => 153
            [45] => 154
            [46] => 155
            [47] => 156
            [48] => 157
            [49] => 158
            [50] => 159
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote