-
Notifications
You must be signed in to change notification settings - Fork 758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add *duplicate/remove npc script command #2473
base: master
Are you sure you want to change the base?
Conversation
Are those treasure chest seen by all players or players who used the item? |
No idea, I am curious too but I didnt found any info regarding this. |
e5c4f27
to
3164dc7
Compare
I have no idea how to do the UPDATE:
it will change the sprite into |
96ecacb
to
049300c
Compare
049300c
to
db6fe14
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was my first source edit back then in 2012/13. Nice to see it again. 😊
Well, there are many things which should be improved...
9401b3d
to
b1188ac
Compare
88f0c3d
to
c42a1bc
Compare
c42a1bc
to
fc94cc0
Compare
ci still show overflow error |
@4144 |
look like compiler see issue in this code try change |
also change |
- `npc_duplicate()` duplicate any existing duplicated NPC. - `npc_duplicate_remove()` will remove any existing NPC other than source NPC.
fc94cc0
to
5d2f9e9
Compare
@Emistry |
101% agree + support |
Pull Request Prelude
Changes Proposed
npc_duplicate(....)
duplicate any existing npc.npc_duplicate_remove(...)
will remove any existing NPC other than itself.Recently kRO seem like added an item that will create a Treasure Chest NPC nearby player to retrieve item.
click on the item
create a npc, talk to it, select to consume 1 key or 10 keys.
obtain item
Anyway, its a useful script command.
Original src : https://github.com/dastgirp/HPM-Plugins/blob/master/src/plugins/npc-duplicate.c
Issues addressed:
none
Known Issue:
dastgirp/HPM-Plugins#40
Not sure if this issue still persists, cant seem to duplicate this issue for now.