Wortel Angels Posted April 19, 2012 Share Posted April 19, 2012 Now its working :DBut whenyou klick on Cancel it dissapear xD but thats easy to fix thanks :D Link to comment Share on other sites More sharing options...
kahnival Posted April 20, 2012 Share Posted April 20, 2012 Oh after reading the last few post…Does each code only have 1 use before it gets deleted? If so this is perfect! Link to comment Share on other sites More sharing options...
PVJsquad Posted April 21, 2012 Author Share Posted April 21, 2012 @kahnival:> Oh after reading the last few post…Does each code only have 1 use before it gets deleted? If so this is perfect!generally does how it works, if you have the code and after that put it into the redeem code then you will get the item, and the code is deleted Link to comment Share on other sites More sharing options...
DarkDino Posted April 23, 2012 Share Posted April 23, 2012 I click the cmdAClaim and no open the serial editor D:!? how to fix?this code in :```Private Sub cmdAClaim_Click()' If debug mode, handle error then exit out  If Options.Debug = 1 Then On Error GoTo errorhandler  If GetPlayerAccess(MyIndex) < ADMIN_DEVELOPER Then    Exit Sub  End If  SendRequestEditSerial  ' Error handler  Exit Suberrorhandler:  HandleError "cmdAItem_Click", "frmMain", Err.Number, Err.Description, Err.Source, Err.HelpContext  Err.Clear  Exit SubEnd Sub``` Link to comment Share on other sites More sharing options...
PVJsquad Posted April 25, 2012 Author Share Posted April 25, 2012 try this command input "/editcode"**Client Side****modInput** find```SendRequestEditSpell```below it add```Case "/editcode"          If GetPlayerAccess(MyIndex) < ADMIN_DEVELOPER Then GoTo Continue          SendRequestEditSerial``` Link to comment Share on other sites More sharing options...
Domino_ Posted April 25, 2012 Share Posted April 25, 2012 Everytime i save smtn in editor server crashes, and i cant debug he just "dont send" goes…(vb6 just crashes.. ) xD Link to comment Share on other sites More sharing options...
DarkDino Posted April 26, 2012 Share Posted April 26, 2012 don't display Serial Editor :/, I think it is a problem in "SendRequestEditSerial" :(.how fix? Link to comment Share on other sites More sharing options...
achap89 Posted May 3, 2012 Share Posted May 3, 2012 Very nice. Link to comment Share on other sites More sharing options...
abhi2011 Posted May 4, 2012 Share Posted May 4, 2012 Nice tutorial. And is this used for 1 person or for every account? 1 person meaning he donates he gets a unique code that can be used only 1nce. After that the code is deleted? or can it be used multiple times? Link to comment Share on other sites More sharing options...
PVJsquad Posted May 8, 2012 Author Share Posted May 8, 2012 @abhi2011:> Nice tutorial. And is this used for 1 person or for every account? 1 person meaning he donates he gets a unique code that can be used only 1nce. After that the code is deleted? or can it be used multiple times?exactly once, the code is valid only one time in its use Link to comment Share on other sites More sharing options...
PVJsquad Posted May 8, 2012 Author Share Posted May 8, 2012 I suggest If you have Error(*Crash VB) after Claim so delete all account … if it not working Give me ScreenShoot Link to comment Share on other sites More sharing options...
Killa_ Posted May 8, 2012 Share Posted May 8, 2012 Can you make it work not through the vb form?I mean all is right but how to make it redeem through chat message? Link to comment Share on other sites More sharing options...
DarkDino Posted May 8, 2012 Share Posted May 8, 2012 Work! nice! :3 Link to comment Share on other sites More sharing options...
abhi2011 Posted May 9, 2012 Share Posted May 9, 2012 @Killa_:> Can you make it work not through the vb form?I mean all is right but how to make it redeem through chat message?modInput(client side). long list of case selects. Type "/reedem" code underneath it. something check the code if it has the correct digits or something call the packet to send the code to the client and redeem it. Link to comment Share on other sites More sharing options...
kewzaza2002 Posted May 9, 2012 Share Posted May 9, 2012 [![](http://upic.me/i/6z/96untitled.jpg)](http://upic.me/show/35491921) Link to comment Share on other sites More sharing options...
abhi2011 Posted May 9, 2012 Share Posted May 9, 2012 Other than my name on the pic what I am supposed to see? Just restart client. Link to comment Share on other sites More sharing options...
kewzaza2002 Posted May 10, 2012 Share Posted May 10, 2012 i save the serial Link to comment Share on other sites More sharing options...
abhi2011 Posted May 11, 2012 Share Posted May 11, 2012 So this happened when you tried the save a serial but the server crashed? Link to comment Share on other sites More sharing options...
Domino_ Posted May 11, 2012 Share Posted May 11, 2012 When I even edit serial it crashes :D Link to comment Share on other sites More sharing options...
abhi2011 Posted May 11, 2012 Share Posted May 11, 2012 Never tried it. So mine doesn't crash! And do u mean u changed an already made serial number or u added 1? Link to comment Share on other sites More sharing options...
kewzaza2002 Posted May 11, 2012 Share Posted May 11, 2012 yesi save a serial but the server crashed Link to comment Share on other sites More sharing options...
abhi2011 Posted May 11, 2012 Share Posted May 11, 2012 a new serial? though i have never tried the tut i cant be of any help! i will try to add and try to help! Link to comment Share on other sites More sharing options...
fernz123 Posted May 11, 2012 Share Posted May 11, 2012 I hate people that want to make minor adjustments and they just expect someone to do it for them Link to comment Share on other sites More sharing options...
Sakuray Posted May 16, 2012 Share Posted May 16, 2012 @kewzaza2002:> yes> i save a serial but the server crashedHere too.Please correct this, owner of the topic. Link to comment Share on other sites More sharing options...
kira423 Posted May 18, 2012 Share Posted May 18, 2012 As others have stated, after implementing this source when a new serial is created in the serial create form and the add button is hit the server crashes, I have went through and checked several things that could have caused this, but unable to find the cause, if it is possible to re-look over this please do, I would love to have this implemented into my game! Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now