AlbinoRhino
Active member
The link in the plains is place.php?whichplace=rabbithole
r583
You're welcome !
The link in the plains is place.php?whichplace=rabbithole
It sounds like you are critiquing KoLmafia's outfit switching, which doesn't have anything to do with this script.Is there are particular reason it uses its own method for outfit switching instead of calling the built in one?
I noticed that if I am missing an outfit item it will abort instead of doing a partial switch like KOL built in method.
Also, when modifying an outfit this script sometimes doesn't notice for a while, so it will switch you to the old version of the outfit instead.
Also, since it switches one item at a time using its own method instead of calling the saved outfit, it takes longer and involves more server hits.
All based on KoL having a placeholder name with brackets for the locations, and me not wanting to match those in mafia. So again, nothing this script can reasonably handle.There is an interesting interaction issue between gameinform dungeons and florist friar
Sorry, when I said "is there a reason it is doing" I was not being sarcastic nor trying to be disparaging. I was actually curious why it was doing that, like maybe there is a good reason to not call on the functionality of base kol outfit switching that I am just not familiar with.It sounds like you are critiquing KoLmafia's outfit switching, which doesn't have anything to do with this script.
if it is a known issue that is too difficult to handle then no problem, just trying to help.All based on KoL having a placeholder name with brackets for the locations, and me not wanting to match those in mafia. So again, nothing this script can reasonably handle.
So if mafia used [DungeonFAQ - Level 1] instead of what it currently does, the issue would be solved?You misunderstood the florist friar issue. KoL uses [DungeonFAQ - Level 1], mafia uses Dungeon: Video Game Level 1. Those aren't identical. The other stuff you posted is never used by anything.
That's a Mafia thing, fixed in r18763
In G-Lover, the equipment brick only allows changing to items with G's in them, but there are other things (Protonic Pack) that you might want to use anyway !
I am not 100%, but I think you are asking how it knows if it doesn't visit the pvp page?I'm not in pvp but a quick search through the code doesn't show me any place where chit visits "peevpee.php" for any reason.
It adds a link to that page if it sees the words "PvP Fights Remaining" on the page...but never actually visits it.
It adds a link to the PvP page if it sees the words "PvP Fights Remaining" in the charpane source...but never actually visits it.
I am not 100%, but I think you are asking
Oh, I see now. You are referring to the ability to click on the fights remaining count to go to pvp?Fixed to be more clear about what I was trying to say.
http:127.0.0.1:60080/peevpee.php
Oh, I see now. You are referring to the ability to click on the fights remaining count to go to pvp?
I just tested it by clicking the link CHIT adds, and it works. Clicking it brings me to "Huggler Memorial Colosseum".
Hovering over the CHIT link I am shown the URL it goes to is:
Code:http:127.0.0.1:60080/peevpee.php
This is why I suspect ChiT is causing the issue (or exposing an issue in mafia). There's no links to that page anywhere else in my relay browser which are being refreshed each round in fights.
wait, there is an issue? I thought he was just perusing the code for fun, and noticed a suspicious omission and wondering how it worked?This is why I suspect ChiT is causing the issue (or exposing an issue in mafia). There's no links to that page anywhere else in my relay browser which are being refreshed each round in fights.