rank by quantufusion

Newbie Spellweaver
Joined
Jul 26, 2006
Messages
72
Reaction score
0
If someone has that script it will help me if you'll solve my problem:
Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'listalllevel'
/rank.asp, line 16
the file is rank.asp attached
 

Attachments

Maybe on SQL u have to create listalllevel on any database
=)
 
guys i did this but it says
script error detected line 15
source line : temp=objvarible.listalllevel(ptdir.1)
Description: object requires 'objvariable'
can anyone help me with this one??
thanks in regards
 
must use his dll file / check the readme file in pre released post that was posted after Gamerzplanet was off.. i do use different type of level script with modified clan.dll to get the level of player from Clan ticket in sql server.
 
lol.

whats one level script from another.

make either RptDB or execute it in accountdb.

however i recently walked away from my computer and my cousin deleted the Inetpub folder. so what im saying: dont leave **** open ont he desktop if u have ppl younger then u at the house
 
Yes, just include a exclusion clause to ignore all tagged names [GM], if your GMs have normal names then your going to be including a lot of clauses.
 
You have to make character names containing special symbols ( [,],~,- etc etc) via the MakAcc.exe or whatever those things are called. or you could use the CU to edit a already made chars name (If that character is in a clan you will have to edit his name in the SQL ClanDB also)
 
Yah just take the user level script from the clan scripts
Paste it into another another file, then include it into the main file. After which you can change the database to which it stores and bam you have an independent db that you can do anything with.

Repeat the process but with other vars (ie level, name, clan) to get different inserts ^_^

That way you can make that database none local and not have to worry if someone screws you over with it because it won't effect the server a'tal

It takes minimal scripting knowledge to do this too... just have to know where the vars are introduced and initially stored then you can take the command/function and use it almost anywhere lol
 
Back