콘텐츠로 이동

Snooping

이 콘텐츠는 아직 번역되지 않았습니다.

Snooping skill banner

Snooping lets you secretly look inside another character’s backpack. The prose is community-derived (paraphrased from the uorenaissance.com skill list plus ServUO behavior) pending field verification; the stats table and skill-check note below are source-verified against ServUO.

Snooping opens the backpack of another player or NPC so you can see what they carry — the reconnaissance step before a Stealing attempt. Each snoop costs you a little karma (−4), and a victim may notice you peeking, so rogues snoop from hiding/stealth — a failed snoop can reveal you. See notoriety & PvP.

Activate the skill and target another character’s pack (you must be adjacent). A successful roll reveals the contents; failing the roll may reveal you, and a player victim may notice the attempt. See items & inventory.

No regular town trainer. Like Stealing, Snooping is a thief skill no ordinary vendor teaches (only a wandering Gypsy/Thief NPC carries it), so train it by use.

The trick: open and peek into other packs, repeatedly.

  • Low/high skill — snoop packs over and over. A fellow thief who lets you snoop a stocked pack is the classic training partner; NPC backpacks also work, so snoop wandering town NPCs in a loop. GGS guarantees the slow late points as long as you keep snooping.

See skill gain and using & training skills.

Primary statDexterity
Secondary statIntelligence
TitleSpy
Mastery skillNo
Gain notesskill-ups can raise Dex +2.5 (per-use stat gain weights)

From Scripts/Skills/Snooping.cs: success is always a CheckTargetSkill(Snooping, container, 0.0, 100.0) roll (0.0 difficulty floor, 100.0 ceiling). Separately, if Snooping.Value < Random(100) the victim is notified (“You notice … peeking into your belongings!”) — that’s a detection roll, not the success check. Each snoop costs −4 karma, and a failed snoop reveals you unless Hiding.Value / 2 > Random(100). The code does not flag you criminal for snooping (criminal status is a Stealing consequence).

Banner icon courtesy of uorenaissance.com.