Cord links in search tab
![]() ![]() |
I understand the cord links in search tab that should take you to the wild or barb camp are not working at this moment I am working on it just so everyone knows. I am just really busy at the moment b/c of the time of year. |
![]() ![]() |
Hi, I copied your search tab code and fixed the link issue, you could cut and paste from my version to save some time. http://userscripts.org/scripts/show/92712 |
![]() ![]() |
The problem is the PTgotoMap variable is used inconsistently. When I went through the source code and renamed them all to "PTgotoMap" the links worked. :) BBEdit showed the line numbers where this variable is found as being: 1142, 1257, 2061, 2109, 2402, & 4061. I don't know if it made a difference or matters, but line 2061 had "ptGotoMap2", which I just renamed "PTgotoMap2". FWIW, the links worked just fine after these changes. |
![]() ![]() |
Thank you foolery lol every time I went in there and changed them I was missing one before... I guess I was in a hurry or something but now its working. |
![]() ![]() |
Sorry Cool, the links in the search tab do not work, I have uninstalled and reinstalled but every time I click on a link it takes me to 0,0. Can you look into it. Thanks and great work!!! |
![]() ![]() |
Cool, I can verify Foolery's statement above, I have changed the script on my computer from PTgotoMap2 to PTgotoMap and it works great so far. There is only 1 reference of PTgotoMap2, after removing the 2 everything should work fine.. Thanks |
![]() ![]() |
you shouldnt of had to change anything bandit. I have already made all the changes and updated it and its working fine now. |
![]() ![]() |
no, it still had the PtgotoMap2 in the code. Thanks Cool!! |
![]() ![]() |
Had to do the same and change the PtgotoMap2 to PtgotoMap to get it from going to 0,0 |
![]() ![]() |
This is the best tools out there to me. Ive tried them all. But, I am still having problems with the wilds link. Unfortunately, I know nothing about how to change scripts like the other postings. Maybe someone can give me the "idiots" version on how to change the script. Thanks. |
![]() ![]() |
Anytime. Glad I could help. I am not much of a programmer, never had the chance to learn it- so I am teaching myself by looking at the snippets of code I can make sense of and the stuff I don't little by little to learn as I go. :) Glad I was able to help out in this case. :) |
![]() ![]() |
The solution is simple: Go ro row 2632 replace: PTgotoMap(this) with: PTgotoMap('+dat[i][0]+','+dat[i][1]+') |
![]() |
hello how can change the line? |


