its common sense just play with it and you will get it.
Printable View
its common sense just play with it and you will get it.
It is usually a missing ocx or dll file. Try running each of the test tools below and see if any don't work, if one fails let me know whch one.
http://www.mediafire.com/download.php?ztuomiqjojz
Start by entering an account name to bring up all of the detail sof the account, then just edit. Almost everything only works after you have entered the name of the account you want to edit.
Works for me too (and over 1500 other people according to my stats :D).
Alternate link: http://mrmagoo.psiblade.net/chumpy's-GMTools-v0.61a.7z
why i'm getting duplicate error when trying to create account with your tools
We can create a character whit these tools? Hows that O.O
Some SQL configs do have this problem and i don't know why. SQL returns errors that don't make sense sometimes. I gave up work on these tools a while ago as CrazyArcad's tools do most of the same stuff and don't have the bug. Check the releases section for his tools.
Enter username. Enter pass. Confirm pass. Click Add.
Buttons don't light up in my tools unless they have what they need to work properly ;)
Oh I was thinking thats for making accounts not chars or for modifyeng passwords :P
Oh i see, yes that is only for accounts. You can't create chars in the tools you have to do it in-game.
i get "RUNTIME ERROR 339"
Component 'mshflxgd.ocx'
a file missing or invalid
Sorry, i'm a newbie. Please help me to edit a character max lv with hellpfull item. I've used this GM tools but after edit lv. alz, honor ... i can't login my character.
Run-Time Error
i got an itemlist now how do i use it? :/
simple, you get the item id and item opt and use of the gm tools to give you lame items.
Thank Microsoft for this. They have disabled older versions of that control. Google the filename and look for version 6.1 and put it in c:\windows\system32.
You edited somethign that invalidated the char. Just don't use such high values. Also check your worldsve config for the ALZ DB check and Alz DB cut as if they are enabled editing Alz counts as a hack and will stop you logging in.
[quote=Zemu;5115360]Run-Time Error
I have just put a new version of the old tools on my mediafire page which includes the extra files i use myself which should solve those .ocx errors.
http://www.mediafire.com/download.php?yndog1ngwyo
A few early alpha versions of the rewritten tools are being tested at the moment and if all goes well i should have a public beta to replace the 0.6x version by the weekend (or just after).
mshflxgd.ocx error?
For vista user:
Put ur ocx file in C:\windows\system32
Run Command Prompt As Admin. Type
regsvr32 c:\windows\system32\mshflxgd.ocx
Press Enter and click ok on pop-window confirm that the ocx has been installed. Close Command Prompt and your done. Your program now should function correctly.
Actually this is down to the fact that your operating system files are out of date, though so it the one that comes with the tools now. Microsoft sent out a Windows "kill bit" update recently which disabled several older versions of mshflxgd.ocx including the ones that come with the tools.
Your steps to fix are perfect but unless your mshflxgd.ocx is 6.1.xx it probably won't work unless you upgrade the file.
chumpy, when i give premium to an account; it level up a character instantly even if I have it turn off... Is that a bug or is there something i can fix that?
don`t use to high exp rates.
i don't even use the 25% exp... I only use the one it mention 25% craft, 3 slot inventory available, and 5% lucky... yet that will boost my skill points up and my exp up...
Hi chumpywumpy can u add me in my YM here's my YM jhongski_8@yahoo.com thnx^^
No Cypher means the rates in const.scp, not the premium type. By the sound of it you have them set very high.
I don't use messengers anymore as they became too much of a problem. If you want realtime chat join the IRC channel on the sticky in the main section (though i am only there after about 18:30 GMT).
hi chumpy's i have problem on send item part, i can edit at char lvl add stat and edit accout all work nice. thanks u
http://img73.imageshack.us/img73/120/snap2y.th.jpghttp://img131.imageshack.us/img131/8271/snap3d.th.jpg
Did you restore the CabalCash database to the name "CabalCash"? It should have a up_AddMyCashItem which is what the tools are trying to call. If it's missing run the query below on the CabalCash database.
The itemlist button is just a button and the tools don't come with a list, any excel file will do. Here is one:
http://forum.ragezone.com/f459/more-...m-list-460104/
Code:USE [CabalCash]
GO
/****** Object: StoredProcedure [dbo].[up_AddMyCashItem] Script Date: 10/18/2009 10:42:01 ******/
SET ANSI_NULLS OFF
GO
SET QUOTED_IDENTIFIER ON
GO
/****** Object: Stored Procedure dbo.up_AddMyCashItem Script Date: 2008-4-14 21:43:04 ******/
CREATE PROCEDURE [dbo].[up_AddMyCashItem]
(
@UserNum INT,
@TranNo BIGINT,
@ServerIdx INT,
@ItemIdx INT,
@ItemOpt INT,
@DurationIdx INT,
@ProductType int = 0
)
AS
BEGIN
SET NOCOUNT ON
DECLARE @Result INT
DECLARE @GoodsType INT
If @ProductType = 2 Begin
Insert Into Cabal_Activation(CashlogNo,ItemIdx,UserNum)
Values(@TranNo,@ItemIdx,@UserNum)
End
Else Begin
INSERT INTO MyCashItem( UserNum, TranNo, ServerIdx, ItemKindIdx, ItemOpt, DurationIdx )
VALUES (@UserNum, @TranNo, @ServerIdx, @ItemIdx, @ItemOpt, @DurationIdx )
End
SET @Result = 0
SELECT @Result as Ret
SET NOCOUNT OFF
END
Thansk again chumpy's , i run ur code in query CabalCash, and i try send item now another problem . and i download bigitemlist where i nid put it , i try rename it itemlist put at locat C:\ and no work:blush:
http://img43.imageshack.us/img43/2020/snap2yi.th.jpghttp://img42.imageshack.us/img42/2221/snap3z.th.jpg
error log in gm tool
before queryafter queryCode:---- 10/18/2009 6:51:04 PM
SQL error 80040E37
Invalid object name 'cabalcash.dbo.MyCashItem'.
DB address: 192.168.1.2 (1433, false)
DB user: sa
Code:---- 10/18/2009 6:53:41 PM
SQL error 80040E21
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
DB address: 192.168.1.2 (1433, false)
DB user: sa
That is not my cabalcash database, it's mssing several things.
http://www.mediafire.com/download.php?owggajidxxa
All the itemlist button does is launch c:\itemlist.xls, just load it manually.