Jump to content

Roland

Member
  • Content count

    36
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Roland

  1. Roland's Budget Cratelist

    This list aims to cater to the budgets and context of newer players. Almost everything is discounted, some heavily. Buy 50 crates-worth or more and get 15% off. Enjoy! Larger items can be bought from my tradelist (https://discord.com/channels/363947585154580480/1332165829160210505) with a 10% discount, @ 2crates:1DT # :DARKFLOW: Swords JUDGEMENT BLADE [0/0/35/25|40] - 15 Crates ILL GILL REAPER [0/0/0/25 | 0] - 12 Crates TWIN CYCLONE [0/20/10/0 | 0] - 8 Crates ZANBA [50/40/0/50|0] - 6 Crates LAME D'ARGENT [0/0/50/0|0] - 5 Crates DEATH REAPER +30 [0/45/0/40 | 45] - 2 Crates # :DARKFMETEOR: Guns TypeSH/SHOT [Hell] [0/0/0/0|25] - 10 Crates TypeSH/SHOT [Hell] [0/0/0/0|30] - 13 Crates YASMINKOV 9000M [Demon's] [5/15/0/0|20] - 4 Crates YASMINKOV 9000M [Demon's] [20/20/0/0|25] - 5 Crates YASMINKOV 9000M [Charge] [5/0/30/0|30] - 6 Crates MASTER RAVEN +9 [0/0/0/0 | 50] - 9 Crates Laser +4 [Hell] [35/0/0/0|40] - 5 Crates BARANZ LAUNCHER [30/0/0/0|20] - 3 Crates # :DARKFBRIDGE: Magic CLAW OF ELEMENTS [0/0/40/0|0] - 3 Crates GLIDE DIVINE S [35/0/0/0|0] - 2 Crates GLIDE DIVINE X [35/0/0/0|0] - 2 Crates LAST EMPEROR [0/0/30/0 | 0] - 10 Crates # :REDRING: Armor/Units PRIMAL NEXUS - 18 Crates MOTHER GARB+ - 2 Crates DYNASTY ARMOR - 4 Crates SHADOW CLOAK - 5 Crates RED PHANTOM FIELD - 3 Crates HALLOWED GARMENT [def:45/50] x2 - 3 Crates/ea HALLOWED GARMENT [def:35+/50] x3 - 2 Crates/ea PB/Flow - 14 Crates V503 - 9 Crates V802 - 7 Crates Immortal/HP - 2 Crates Trap/Search - 4 Crates V101 - 1 Crate Heavenly/Battle - 1 Crate Centurion/Mind - 1 Crate # :RedBox: Tools Dragon Scale - 3 Crates Dark Matter x2 - 17 Crates/ea # :package: Mats Power/HP Materials - x33/crate Mind Materials - x50/crate Luck Materials - x6/crate Grinds - x99/crate PDs: x4/crate <copied from https://discord.com/channels/363947585154580480/1341164338622238753/1341164338622238753 for those forum users who don't use Discord>
  2. Roland's Trade List

    I might have some immortal/hp for sale later this week.
  3. Roland's Trade List

    For trades please see my Discord trade list, thanks!
  4. Reverse Auction

    You said to have fun! So, I just wanted to give some laughs and a free bump. Trolling is a more nefarious act, mine was more friendly (I hope, lol). Sweet, thanks for clarifying the authorization. I've bought an item and got it confiscated it the past (schthack) due to the seller not being authorized to sell it.
  5. Reverse Auction

    I was just having some fun and humor. I'll place a real bid now. Thanks for the auction! 195 PDs. (Also, did you ask Orgo before auctioning off one of his trinkets? This has gotta be one of Orgo's golden-boy/Yellowboze specials. )
  6. Reverse Auction

    199.99 PDs! Am I doing this right?
  7. S> Starter Hell TypeSH/SHOTs

    For sale are some starter (low-hit) Hell TypeSH/SHOTs. Instead of adding hit to a 0'd one for 1 PT per hit, buy one of these for half the cost!
  8. Roland's Trade List

    I've updated the shop.
  9. S> UDC 0/0/100/100|25

    For sale is an Ultimate Double Cannon [0/0/100/100|25]. Please PM me your offers here or on Discord. Thanks! Wants (Make an offer comprised of some of these, please)
  10. S> Astral Wings

    For sale are Astral Wings. Please PM me your offers here or on Discord. Thanks! Wants (Make an offer comprised of some of these, please)
  11. B> Ill Gill Reaper

    Looking to buy an Ill Gill Reaper with low stats. Please PM me, thanks.
  12. This is a guide that will help you to, with UAC enabled (for higher security), start the PSO-related apps in any order/at any time without crashing PSO. THE ISSUE: PSO crashes whenever a UAC prompt is displayed and the PSO apps - PSO BB, Destiny Reader, AHK scripts - all trigger UAC prompts when launching. THE SOLUTIONS: Listed below are some of the potential solutions. Disable UAC Prompts Globally: Lowers the security on the machine by allowing unknown actors to secretly make unauthorized system changes without your knowledge. (Not recommended) Disable UAC Prompts Selectively: Utilize advanced techniques to launch selected apps without UAC prompts, leaving the prompts on for all unrelated applications. (Suggested) Solution #2 is what is covered in this guide. For this guide, we are specifically using Task Scheduler Tasks and Task Scheduler Shortcuts to circumvent UAC prompts for PSO apps only. That might sound complicated, but below is a step-by-step guide to make it less daunting. GUIDE: Creating a Task Scheduler Task & Shortcut Launch the Task Scheduler Click on the start menu Type and select "Task Scheduler" Create a Task Scheduler Task In the left hand pane, make sure "Task Scheduler Library" is selected In the right hand pane, click "Create Task..." Give it a name Note: You'll need this name in step 3.2 below. Tick "Run with highest privileges" Note: This skips the UAC prompt and runs it with admin privileges. Click the "Actions" tab in this popup Click "New..." Click "Browse..." Browse to the target executable and select it. Example: DestinyReader v0.9.17.exe Click the "Conditions" tab Un-tick "Stop if the computer switches to battery power" and "Start the task only if the computer is on AC power" Click "OK" to finish creating the task. Create a Task Scheduler Task Shortcut For simplicity of the guide, go to your Documents folder and right-click and select "New > Shortcut" Note: The New>Shortcut prompt is blocked in admin-only folders like C:\Program Files, which is why I'm suggesting your "Documents" folder. In the "Type the location of the item" input box type "C:\Windows\System32\schtasks.exe /run /tn "[TaskName]"" Note: Don't include the outside quotation marks. Replace [TaskName] with the name you chose in step 2.3. Click Next Give the shortcut a name Click Finish Optionally, move the shortcut to the intended target folder. For example, I keep mine in my PSO installation folder, but I created them in my documents folder due to the note mentioned in step 3.1.1 above. Ta-Da! Now when you double-click this shortcut it'll launch the target application with admin privileges without a UAC prompt. Go launch your Destiny Reader like a pro with full security.
  13. B> Bat Wings

    Looking to buy 3 Bat Wings for 10 DT/ea. Please PM me here or on Discord, thanks!
  14. B> Bat Wings

    Looking to buy 2 more Bat Wings 10 DT/ea. Thanks!
  15. [SOLD] S> Astral Essence

    For sale is an Astral Essence. None are for sale at this time. Wants (Make an offer comprised of some of these, please) Previous Sales I'll add "[SOLD]" to the topic's title when none are for sale. Until then. please send me offers, thanks! I'd like to get a few offers before each sale. This is my first sales post, so please let me know if anything needs to change, thanks.
  16. [SOLD] S> Astral Essence

    I have one more for sale, PM me, thanks
  17. Destiny Reader Update!

    Please add an option to turn the map item labels to be always-on instead of just on-hover. To combat congestion, make the labels semi-transparent, so that map items hidden underneath any label - especially always-on labels - can still be seen through the label(s). This should help in a moderately-filtered scenario to identify quickly in a room with 4 green items which one is the lv 30 tech compared to the other 3 trimates. There would still be some overlap conflicts, but nothing that can't be managed by either the user turning the optional feature off - such as in unusually high density rooms - or filtering more aggressively. I doubt it'd be worth fancy repositioning logic for a more automatic resolution.
  18. [SOLD] S> Immortal/Battle 10 DTs

    For sale is an Immortal/Battle for 10DTs, 20PTs, or 100 PDs; not looking for items currently.
  19. [SOLD] S> Astral Essence

    Please make an offer comprised of some of the wants posted, thanks.
  20. [SOLD] S> Astral Essence

    I've got another one for sale.
  21. hi!

    FYI, the game will crash whenever the Windows UAC opens up. This is the prompt you get whenever you need to start a program in admin mode. The Destiny Reader and any AutoHotKeys you have need to be started in admin mode, making both likely culprits. One way to handle this is to start all other admin programs before launching PSO. This way is less forgiving; if you hop in the game w/o Destiny Reader, be prepared to have to shut it down and start over again to get Destiny Reader running. Another way is to create Task Scheduler admin tasks for all the PSO-related admin programs and start each one via task scheduler shortcuts. This skips the UAC prompt and saves the day for PSO, letting you launch Destiny Reader while PSO is running! This is what I do. To find out how, just google for "Task scheduler admin shortcuts" and it should take it from there.
  22. [DONE] B>Shadow Cloak

    WTB Shadow Cloak
  23. In the Destiny Reader add-on - thanks for making that, by the way! - how do we filter out normal weapons that have less than a given hit amount? This is very useful for Calibur hunting for Dark Flow, for instance. I remember doing this in another drop reader, but I can't find a way to do this here. Please let me know what I'm missing, thanks!
  24. Is the 'PSOBB Input Map' Tool Allowed?

    Thanks for your contribution to the Key Remapper utility, it is handy! The improvement you proposed would be great! My use case for remapping keys is, as a keyboard-only user, I prefer using only WASD/arrows/numpad for ergonomic reasons. On the numpad I prefer to have my hotkeys, menu shortcut, F2 (equip), and a quick-menu shortcut (ctrl+chat, unable to make with current tools). The issue with it running system-wide is that when I have many programs running on my machine and are performing various tasks, the system-wide implementation often interferes with other tasks, requiring me to turn it off and turn it back on in between tasks; a mild or noteworthy annoyance, depending on how frequently I'm changing tasks and how much it affects the other tasks. BTW: it turns out that the PSO Input Map program doesn't work with this client, probably due to a changed process name or something of the sort, as it gives a process not found error.
  25. Hello, I've noticed that third party tools are strictly regulated here. I'm also a diehard keyboard player, and there's one tool that could help me. But, since it's a third party tool, I wanted to ask here to be safe, as I don't want to get in trouble. Please advise, thanks! Is the PSOBB Input Map program allowed for use here? It remaps keys the way the ingame UI does, by modifying the mappings on our server profiles. It allows us to remap any key exposed in the Keyboard Config vanilla UI. As a reminder, many keypresses in that UI are locked and uneditable, or just for show, and this tool resolves that. You can find it here: link to page, link to file Just to clarify, I'm not speaking of the Key Remapper program. That one runs on the OS and aggressively takes 0-9 presses and simulates numpad 0-9 presses. This means it also interferes with all other programs running on the machine. To my knowledge, this is the only way to remap the hotkeys to the numpad. One noteworthy issue I've noticed with it is that people can back themselves into a corner if they mess up crucial keypresses such as confirm, cancel, menu, or the directionals. One user had a huge issue after mapping confirm and cancel to the same key; they couldn't undo the mapping and, after reloading the game, they couldn't even get past the character select screen! So, beware. In such cases, the server admins/devs have to manually remediate their account's button configuration server-side. Having the default template available for copy/paste purposes in such cases could save some headache. Also, having a personalized version of this with more safety rails - like a reset to default option - could definitely be an advantage.
×