hadji22 Posted May 12, 2020 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 35 Reputation: 1 Joined: 12/28/14 Last Seen: June 8, 2023 Share Posted May 12, 2020 good day masters can i request a gold room for my server? something like this when you die inside the gold room, 10% of your gold loot will dropped from your inventory ex. i have 100 gold in my inventory and someone killed me so 10% of my gold will dropped. Quote Link to comment Share on other sites More sharing options...
0 Patskie Posted May 12, 2020 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 8 hours ago Share Posted May 12, 2020 Try below prontera,150,150,6 script Gold Room Warper 100,{ warp "ordeal_3-1", 149, 149; end; OnPCDieEvent: if (strcharinfo(3) != "ordeal_3-1" || !countitem(.item) || killerrid == getcharid(3)) end; getmapxy .@map$, .@x, .@y; .@i = countitem(.item) / 10; if (!.@i) end; delitem .item, .@i; makeitem .item, .@i, .@map$, .@x, .@y; end; OnInit: .item = 969; // Gold end; } ordeal_3-1,0,0 monster Dokebi 1110,50,5000 Quote Link to comment Share on other sites More sharing options...
0 hadji22 Posted May 12, 2020 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 35 Reputation: 1 Joined: 12/28/14 Last Seen: June 8, 2023 Author Share Posted May 12, 2020 3 hours ago, Patskie said: Try below prontera,150,150,6 script Gold Room Warper 100,{ warp "ordeal_3-1", 149, 149; end; OnPCDieEvent: if (strcharinfo(3) != "ordeal_3-1" || !countitem(.item) || killerrid == getcharid(3)) end; getmapxy .@map$, .@x, .@y; .@i = countitem(.item) / 10; if (!.@i) end; delitem .item, .@i; makeitem .item, .@i, .@map$, .@x, .@y; end; OnInit: .item = 969; // Gold end; } ordeal_3-1,0,0 monster Dokebi 1110,50,5000 Oh thank you, it's working perfectly Quote Link to comment Share on other sites More sharing options...
0 abdol Posted April 16, 2022 Group: Members Topic Count: 17 Topics Per Day: 0.02 Content Count: 43 Reputation: 0 Joined: 04/06/22 Last Seen: November 24, 2022 Share Posted April 16, 2022 On 5/12/2020 at 10:32 PM, Patskie said: Try below prontera,150,150,6 script Gold Room Warper 100,{ warp "ordeal_3-1", 149, 149; end; OnPCDieEvent: if (strcharinfo(3) != "ordeal_3-1" || !countitem(.item) || killerrid == getcharid(3)) end; getmapxy .@map$, .@x, .@y; .@i = countitem(.item) / 10; if (!.@i) end; delitem .item, .@i; makeitem .item, .@i, .@map$, .@x, .@y; end; OnInit: .item = 969; // Gold end; } ordeal_3-1,0,0 monster Dokebi 1110,50,5000 Hi. im using this script and it doesnt delete the item warp "guild_vs3", 50, 50; end; OnPCDieEvent: if (strcharinfo(3) != "guild_vs3" || !countitem(.item) || killerrid == getcharid(3)) end; getmapxy .@map$, .@x, .@y; .@i = countitem(.item) / 50; if (!.@i) end; delitem .item, .@i; makeitem .item, .@i, .@map$, .@x, .@y; end; OnInit: .item = 671; // Gold end; } guild_vs3,0,0 monster Dokebi 1491,50,0 Quote Link to comment Share on other sites More sharing options...
Question
hadji22
good day masters can i request a gold room for my server?
something like this
when you die inside the gold room, 10% of your gold loot will dropped from your inventory
ex. i have 100 gold in my inventory and someone killed me so 10% of my gold will dropped.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.