Petition Manager
Don't remember if I posted this way back when I made it or not, but I figure, what the hell. This was a petition manager I made a while back for devn00b. If you want to check it out, grab it here.
I'm bored and will probably have some spare time, so if anyone is interested in it and wants me to add something to it, let me know. |
Whats this for? Is it an ingame ui for petitions? Does it use my old petition commands? (#viewpetition, #delpetition, #listpetition,#petitioninfo) If so I got the real petition system to work (the one that live uses) and its 1000% better than my old system with the # commands. It has a nice interface it lets you add comments to petitions, escalate them, shows you when they were sent, you dont need to know the petition number, it will use the /inquire command so you can place warnings on ppls accts, its nice.
|
ahh
Nope, mine is just a 3rd party (out-of-game) tool that I made a while ago. How exactly did /inquire work? Mine seperates the checked and unchecked petitions into two different lists.
With the interface you can check the petition text, add a comment, set the urgency level and it will leave your GM name so other GMs know who checked it. Give it a try, see what you think. But if you have any ideas for something for me to add, let me know, I need something to work on :) |
/inquire charname PID (kinda like our acct name) lets you add warnings and praises to a character so that if a player exploits the gm can look at their acct and see if they warrant a suspension. Also its used on live for a way to track item reimbursements and other adjustments for future guides and gms to reference.
|
Edgar, is the code for the GUIDE window (petitions) in the current CVS? I'd love to have it :D
|
No its only on my server atm I'm still making a few adjustments and I would like to get /inquire finished before I check it in because the petitions window has a button for inquires. Oh and one other thing the petitions windows works like live which might need some time getting used to when you want to send tells :P If you have a petition on your screen and hit the 't' button to send a tell it automatically puts in the characters name so you dont need to type it in.
|
Hmm
Code:
dib - int(10) unsigned **Edit: Do you have a newer version of the table or did you modify yours?** |
/inquire doesnt work with the current releases, I just recently discovered the structs. It will need a new table to hold these because petitions are meant to be erased, while Soulmarks (thats what /warn'ings and /praise's are) are meant to be stored forever. What /inquire does is simply retrieve these warnings and praises on the acct. Oh and it lets you add them also after the window pops up.
|
Ahh!
Ahh, that makes sense.
Do you have the struct finished? That would give me something to work on, if you could send me the .sql for it, assuming it's done. Another thing, any idea how the senttime field works? If I remember right, it stores a large number in the field, but I'm not exactly sure how to convert it to actual time. |
Actually, soulmarks are deletable.
|
Awesome, thanks a bunch for this, LE.
|
T_T
/me cries
|
Well the point was that they were designed to be kept while petitions werent designed to, thats what I was saying. I'm still working on the structs (I know what everything is and where its stored, I just have to finish making the table and add code to call from the table when needed), but I should have it done by next week or so. Oh and the sent time is just a unix timestamp, number of seconds since epoch.
|
cool
Sounds good.
|
All times are GMT -4. The time now is 09:47 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.