![]() |
Quote:
|
Well, you can run the query from the ACP if you want to^^
But in the end you will have to do it via query. Hmm I just looked into it and this would have to be a damn long query^^" |
I did it without queries ;)
Just selected the triad_user and deleted all the cards I had. Then deleted the battles via admincp :) Its all good now :P |
the stats are all created live, so to delete them would be to delete all of the matches. a simple chore of running 'delete from triad_match' using your prefix if you are. there is really no need to delete matches from what i believe :-p as for deleting ALL owned cards....
it would need a script, but if you have only a couple users it would be better to just fix them by hand with phpmyadmin. if you need specialized help, pm me and i might be able to fix it using your phpmyadmin edit: okay, great, makes it easier on me :) i found your site btw, and its a great implementation of tt from what i can see. i hope your large userbase uses it a lot :) |
I got a question about the points system...
Well, you know how when you move a post from a forum that counts posts towards user post counts to a forum that doesn't, it deducts the post from their postcount? How could I get it to deduct the points they got for the post as well? I'm pretty sure it would go somewhere in postings.php here: PHP Code:
If anyone can help out with this, I would be grateful...thanks. |
as i said when i first posted the points hack, its very very crude and meant to provide only the minimum needed to get the job done.
this is one thing i dont think my points hack needs to do im afraid, i suggest you use a conventional points system, such as ucash. (if you want to disable any extras from such a hack, like the shop part, then remove all links to it, and remove any extrenal files. keep in mind this might remove functionality such as donating. i really dont know for sure) |
Thanks, I got the uCash installed and I asked the same question in the uCast/uShop forum.
Another question: Sorry if this has already been covered, but the matches keep coming up as Invalid Match ID. Any idea why? |
are the matches listed in the browse screen?
If you arent running the newest version, you should upgrade, because there was a bug concerning displaying unactivated matches (which would not load with triad_match [intended behavior]) fixed in the latest version. if things like AI matches are turning up invalid, then I'll take a look. Edit: yes, you are running v2.6, and current version is v2.7, please follow the link in the first post for upgrade files. Also, if you created the member Triad BOT, it is unnecessary, as the bot is an independant entity, not a hijacked user :) |
Ok, thanks. The bot matches are working, but the PvP matches are giving invalid ID when you go to browse matches and click on the match number. I'll upgrade, hopefully it fixes it...
So, for the PM Alert Sender UserID in the admin options, do I put a non existant userID? At first I had it set to 1, which is my ID, but I thought it would send PM's under my name so I made the Triad BOT user... |
OOOOh i understand what you mean :) yes doing that would be a bit interesting. (although my original intent was to set it as the main admin, such as people could just hit reply when they had questions/concerns over the alert itself -- the message even directs them to do so)
Again, please upgrade and tell me if that fixes the problem. Keep in mind that un-accepted matches will NOT be available for viewing, and shouldnt be listed in the browse screen (you can tell the status of EVERY match by going to the acp and the match manager, and looking at the list of matches in the dropdown under 'pending'. These cant be displayed, only canceled by you.) Edit: clicking install allows you access to the upgrade messages i send out, so you probably would have noticed it sooner :) |
I think you need to add better Admin CP support. Like the ability to delete matches and stuff like that. I'vehad some problems with some matches and things. And wish I could delete them.
|
Hey, Vengeance. XD (You are the one from RPGP right?)
Yeah, that would be nice...those matches that said invalid ID stole my cards. ;_; I need to finish my upgrade, I'll edit this post when I'm done... EDIT: Done. The matches were reset so the ones that were saying invalid ID are gone. I need to do a test battle... EDIT: It works, thanks alot man. ^^ |
um, did you even look in the ACP?
the acp has a settings page, for setting up info, you SHOULD have visited it if you are using the hack below that is a link for card and match manager, allows you to edit/delete/add cards, as well as reset/delete specific matches (as i believe AllenSam found correctly) and below that is a match and trade processor. this is a mass-action script which updates/corrects/recounts as well as prunes/resets matches and trades based on time or now-missing information (such as deleted cards or users who appear in a match.trade) Not only does this have what you said it didnt, it has much more o.o Note: the majority of above is newly in the current version (2.7) Also thats wonderful AllenSam :) again, if anything else arises, dont hesitate to ask, i probably want to see my code working correctly on your installation more than you do :-p Edit: imported_Vengeance2k0, you also are not running the current version of vbtt, which explains why you are missing some features :) again, clicking install will help keep you on top of errors/missing features which others find and get subsequent updates |
Awesome hack, I love it!
The only suggestion or thing I can't figure out how to do is to set it so that some of the cards are rare. The character cards, a few bosses, and then the GFs. By rare I mean like there's only one Seifer card on the forums...once someone gets it, they have the only one there is, and someone else has to win it from them or it needs to be given to them. I believe thats how it worked in FF8...there was only one seifer in the entire world. Is this possible? |
You can set the cards to "UC" level and they won't appear in packs. Then you can just give out one Seifer card in a special event or something and it will float around from there. Or just give yourself a Seifer card and see if someone can win it from you.
EDIT: What are the MIDI's for, that come in the images folder? Also, is there a way to change the element names? |
Quote:
|
hmmmmmmmmm, right now support is not added to change levels once you set them (this will change in the future)
But for right now, go to your tt settings page, and look at the value you have for 'Numeric Usercard Level' or something like that Go to phpmyadmin, and into the triad_cards table. scroll through to find the card you want (the names are right there) and edit the level value to whatever you had for that setting you were supposed to look up. That should do it :) ------------------------------ midis play in the background of vbtt during active matches and when you win. they are the originals. they play only once per pageload, and you can stop them by clicking stop. if you wanted to remove them i could give you the instructions ------------------------------ follow the instructions in this post for adding elements https://vborg.vbsupport.ru/showpost....2&postcount=73 although youll notice that the names for the rest of them are right there, so you can edit them that way |
Hmmm...I never hear the MIDIs...could it be because I'm on dial up and they take time to load?
I don't have phpmyadmin because a friend is hosting my vB, but couldn't you just delete the card and remake it? Since you assign the level when you create them. EDIT: Nevermind about the MIDI's, they just don't work on FireFox. |
Okay, I set the level 10 cards to level 20 (to make them UC in the database) and now i get this error if I try to play a level 10 match with the AI:
PHP Code:
Okay, I've determined that I can't set cards to "UC" by changing their level to 20 in the database (which matches my Numeric Usercard Level). What am I doing wrong? And if it's possible, how can I set it so that the AI doesn't use multiples of cards like Squall? Final question: I'm trying to give people back the cards that were eaten by the system, I know the names of the ones they lost - but how do you send someone a specific card out of thin air? Thanks for any help! |
AllenSam: yes, deleting and re-adding would probably do the trick o.o
and yes, firefox requires a plugin to hear background midis :) -------------------- lonely: the system currently requires at least one card per level, otherwise itll search forever, hence the error. im thinking of working on deck support first, as itll address all of the issues that are coming up, as well as aiding with more advanced editing (like changing levels or adding elements) as well as remove some of the hard-coded dependancies that you have. A workaround you could use for that, is removing the option for a level 10 match from the newaimatch template, and then selecting the new BONUS level that appears, and it will allow you what you want. the cards you select are moved into a match, and are no longer 'available' to you. this ensures that you cant resell or trade away a card that you are using. this is normal behavior, and you recieve the cards back at the end of a match, whether its played through or rejected by your opponent (and depending on if you didnt lose them because of a prize rule!) there is not a 'no multiples' rule currently, but there might be on in the future (if i am convinced of its merit) as per the issue i explained above, you dont need to 'return' the cards to the user if they selected to use them in a trade/match, as they will be returned automatically once they are done being used. however the deck support update might include an inventory editor. |
Darkwaltz4, do you plan to port this hack to vb3.5 ?
|
yes, in fact i just got finished gathering stuff from the how-to forum on conversion :-p
but before i do that ive been implementing some better caching ideas, since some queries in the hack could potential grab lots and lots of data, and i want to make it better. also, i want to reduce the amount of plugins for the hack to possibly even 0 (its very non invasive in the first place) but id have to add another small thing to it short answer: yes, of course :-p |
Quote:
I still have one more thing that's bothering me though - How do I assign people one of the UC cards, or ANY card for that matter. I see how to make new cards, and give those to people, but I want to be able to send someone a specific existing card. If this can only be done in the database right now, where in phpmyadmin could i go to assign someone a card? The triad_user table is really confusing to me, it doesn't seem to match up with the people playing. Anyway thank you for your responses Dark :D |
oh nice, I'd be looking forward to this.
be sure to send an update when you release the vb3.5 version. keep it up ! |
you bet i will :)
lonely: yeah, again, an inventory editing thing im working on. for now, find the card you want in the triad_card table (or select to edit it in the card editor thing in ACP, im pretty sure 2.7 has the id:X thing, but the first method is foolproof) and look for its rowid. now in the triad_user table, find the userid row of the person, and a column cr_X where X was that rowid. Its a big table (might change) edit that column for that user, as a number available for that card for that user |
Is there a way to close this off to certain users/usergroups? I have a temp banned usergroup that I still allow to view the foums, they just can't post or anything...So, I want to deny them access to TT.
Also, I think I found a bug...either that or something I messed up when I installed. When I go to view someone's statistics, it shows my stats (userid 1) under "Available Inventory Statistics" no matter who I'm viewing, except Usercards. The Usercards number is right, but the other stuff like "Collection: xx/xx (xx%)", "Standard Cards", and "Most Available Cards" show only my stats, even if I'm looking at someone else's score card. EDIT: I take that back...It's not using my stats for everyone...some people have my stats, but one user has "Collection: 188/138 (136%)". =\ I think maybe it's adding my cards in with theirs or something... |
hmm that last one does sound like a bug, ill look into it. (it might already be fixed since the stats sections have been heavily optimized in the version i am working on)
find out the usergroupid of your banned usergroup (its in the ACP) in the tops of the TT files in question, and underneath this PHP Code:
PHP Code:
|
can't wait for 3.5 update, seems I've updated everything to that now .. but miss these hacks :( but I know your busy .. so its all good
|
any word on this bad boy yet? I hope it will be out soon.
|
i am recoding a bit of it as well as infusing the deck support system, this is about half done. i also am setting up a website which will host a demo of triple triad, and yes that forum is 3.5, so this should be a good sign for you :-p
version 2.8 will be the vb3.5 version 1.0, im still learning the apis for 3.5 :) |
Quote:
sweet thanks m8! cant wait! :banana: :banana: |
Sounds good, looking forward to seeing what you changed :) Have a good one
|
Awesome news Darkwaltz4!! You will so get my vote for hack of the month if this gets on the poll! :)
|
Oh, i just want to let those of you who want to upgrade to vb3.5, do NOT worry about leaving this hack installed on your system until the product is ready.
The changes, even those made to the vbulletin files, will not even be used on the 3.5 product. Also, the 3.5 version will be compatible with the data saved from vb3.0 version 2.8 of vbtripletriad. And thanks for the support :) Im working on this heavily this weekend, I have some vacation from school :D |
Quote:
Sweet! Dont use up all your free time on this. :banana: |
Donated. :)
|
Is this still in the works? Someone told me you guys gave up on the 3.5 version...
|
Quote:
I hope it still in the works. |
you guys? o.o its just me working on this ! and no this is completely not given up !
right now i am upgrading the current version to a vb3.5 friendly version, which will convert more easily to 3.5. this will (and is already 75% finished) have MANY new things, especially for those who want multiple AI types, card packs, and most importantly: decks. stuff you can download and upload as XML files. also incorporating some ideas people have suggested to me, such as being able to sell your cards without someone applying for them. as for release date of 2.8 and the corresponding 3.5 version i dont know :( ive done as much as i can as i have time, but please be patient as i cant put all of my time towards this with college. even the rpg hack has no 3.5 version yet, and revan doesnt have school i believe. and yes, just cause this isnt as widely distributed as the rpg doesnt mean its any smaller :-p so just be patient, and make sure you click install because ill be sending an alert to that so you wont have to watch over the new releases (although i know you all do anyway, lol) thanks for the support :) especially Jedi Blaze |
wooot .. its great to hear a update on this..
I never gave up hope. LIke i never gave up on Hidden & Dangerous 2. :nervous: |
All times are GMT. The time now is 04:21 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|