Could use a hand

Siemi

LOMCN n00bie
Dec 8, 2007
3
0
32
I would like some advice on how to basically edit the SW npcs in my offline server so they would sell all weapons or just mainly magestaff & scythe, with that in mind i'd like another npe to be able to sell mc items, i.e. ruby rings,life necklaces, dbells etc with BIO too and :bounce: change the refine time from an hour to 10mins or something smaller.
Anyone have any clue how?

anything is appreicated

/Siemi
 

Bon

Legend
Legendary
Jul 29, 2004
6,726
330
300
Kent, UK
wot files are u usin?

1.4? 1.9? 2.3?

think u change SW refine time in setup.txt along with the rate of which it works (for 2.3 i think)


to change SW npcs so they sell items, go into the NPC script and just add this bit under the @main part

[@main]
<Buy/@buy> Item

then at bottom put this

[@buy]
Please select the item you want to buy\ \ \
<Back/@main>

[goods]
;Name
MageStaff 100 1
RubyRing 100 1
condoms 100 1
dildo 100 1

etc etc
just put the name of item exactly same as in database
 
Upvote 0

Siemi

LOMCN n00bie
Dec 8, 2007
3
0
32
wot files are u usin?

1.4? 1.9? 2.3?

think u change SW refine time in setup.txt along with the rate of which it works (for 2.3 i think)


to change SW npcs so they sell items, go into the NPC script and just add this bit under the @main part

[@main]
<Buy/@buy> Item

then at bottom put this

[@buy]
Please select the item you want to buy\ \ \
<Back/@main>

[goods]
;Name
MageStaff 100 1
RubyRing 100 1
condoms 100 1
dildo 100 1

etc etc
just put the name of item exactly same as in database


fankoo very much
I also have 1 snig with my offline server, than PB mobs no other bosses or mobs spawn, any clue how I fix this? :middle:
also could you explain the Magestaff '100' '1' part to me? so i understand better.
 
Last edited:
Upvote 0