summaryrefslogtreecommitdiff
path: root/npc/003-5
AgeCommit message (Collapse)AuthorFilesLines
2022-12-17Inya now charges only 2 ingots per ring instead of 5Jesusaves1-4/+4
2022-05-18Fix shop startup sequence so new prices are shownJesusaves1-0/+1
2021-08-07NPC Eyes does not work globably because... ... ...Jesusaves1-1/+1
2021-08-05Dye Tulimshar NPCs in melanine because, well, we *do* have two suns.Jesusaves1-1/+1
And they weren't emitting enough UV rays. And NetSysFire was bothered by it. Related to evol-all#8
2020-11-06Fix GP exploit shopsJesusaves1-3/+8
(Temporary, ideally should fix the C code later)
2020-05-28More optional debugJesusaves1-1/+4
2019-09-04Mock items price: one million → half millionJesusaves1-1/+1
2019-09-02Charge taxes at Tulimshar.Jesusaves1-0/+12
Because Tulimshar shops are still the 'classic' shop style, some shops are tax-exempt. Right-click sell also allows you to evade taxes. Now, is this a feature or a bug?
2019-05-29Fix a bug on InyaJesusaves1-1/+6
2019-05-29Change jeweler price from 400 GP to 300 GPJesusaves1-4/+4
2019-03-15Well, [-1] causes script to break...Jesusaves1-0/+2
2019-03-04Remove every trailing whitespaceJesusaves1-1/+1
```sed -i 's/[[:space:]]*$//' npc/*/*.txt```
2018-12-16Cut several zeros in several places to please @demure and @Xtreem and make ↵Jesusaves1-9/+9
balance more smooth. Jhedia was on previous commit. Ingot sell price adjusted accordingly.
2018-12-14New Hercules Syntax for getnpcid().Jesusaves1-1/+1
sed -i 's/getnpcid(0, /getnpcid(/g' */*.txt
2018-08-06Typo reported by @msawisJesusaves1-1/+1
2018-08-02Fix bad menu on JewelerJesusaves1-2/+2
2018-07-12Silly script error '-'Jesusaves1-1/+1
2018-07-12Smash the gem!Jesusaves1-8/+16
2018-07-12First (and wrong) approach removing gemstone from ringsJesusaves1-0/+36
2018-07-12Name to InyaJesusaves1-5/+5
2018-06-10Free Jeweler to everyone. Silver Ring still WIP! Silver Pieces missing.Jesusaves1-1/+2
Also, add a joke ring: It's a good ring, but it is a TOTAL RIP-OFF. On purpose.
2018-06-05CommentsJesusaves1-3/+5
2018-06-05Prepare Jeweler to craft and sell Silver Rings. Missing Silver Pieces.Jesusaves1-8/+21
2018-06-05Jeweler is now capable to polish gemstones for ringsJesusaves1-67/+22
2018-05-31RewritewritewriteJesusaves1-7/+12
2018-05-29DummyJesusaves1-1/+1
2018-05-29Fix my own share of bugsJesusaves1-9/+9
2018-05-29Add gemstones to rings.Jesusaves1-1/+99
Everything is ***UNTESTED*** so please DO NOT reload scripts on test server.
2018-05-29TyposJesusaves1-1/+1
2018-05-29Commented code, for now. This will be the last stage of this RoadMap topic.Jesusaves1-0/+1
2018-05-29Prepare to rewrite stuff to finish item from RoadMap.Jesusaves1-2/+4
2018-05-29Golden Rings can be forget (+ price new specification)Jesusaves1-1/+25
2018-05-29Remove Gold Pieces drops, re-struct JewelerJesusaves1-0/+16
2018-05-25Make mapsJesusaves1-1/+0
2018-05-25Merge Tycoon quest mineJesusaves1-0/+1
Due huge amounts of problems and issues, leave NPC disabled. Maps not edited, quest won't work even if you enable NPC.
2018-05-22Sorry, I'm asleepJesusaves1-1/+1
2018-05-22Make mapsJesusaves1-0/+1
2018-05-22Minimalist version of Jeweler.Jesusaves1-1/+4
2018-05-22Fix a case, add an empty NPC templateJesusaves1-0/+26
2018-05-22Convert 003-5 warp to an standard oneJesusaves3-23/+4
2018-04-03Prepare to move Arnea, Silvia's questJesusaves2-146/+0
2018-03-20Stop using getgmlevel() and use is_gm() is_admin() and is_staff().Jesusaves1-5/+4
Our four power levels: getgmlevel() → Sponsors, etc. is_staff() → GM 5, Developers, test server, etc. is_gm() → GM 80, Game Master, controls the world is_admin() → GM 99, Administrator, controls the uniserver (pun intended)
2018-03-18Allow some NPCs to blink, and update various legacy setunitdata()Jesusaves1-0/+4
2018-03-01Bug fixjesusalva1-1/+1
2018-03-01Disable Arnea (unfinished script)jesusalva1-1/+4
2018-02-16Arnea is incomplete, and I do not think I'll complete her anytime soon.jesusalva1-0/+10
Keep NPC alive, but if not GM, dismiss player telling Arena awaits Government.
2018-02-15make mapsjesusalva2-4/+0
2018-02-12Remove broken filesjesusalva1-124/+0
2018-02-12This HORROBLE hack can fix Arnea in a normal gameplay, but is full of breaches.jesusalva5-1/+152
For a test server it can meet demands, but we'll need to fix it sometime
2018-02-12This Arnea is a little broken and doesn't works as I want. But well.jesusalva1-62/+82