-
Content Count
75 -
Joined
-
Last visited
-
Days Won
11
Cretino last won the day on April 12 2021
Cretino had the most liked content!
About Cretino
-
Rank
Advanced Member
-
astralprojection reacted to an answer to a question: Menu Pagination (Is it possible?)
-
Hey, this is one way to do it.
-
evilpuncker reacted to an answer to a question: Abuse kill "Stop killing player"
-
MikZ reacted to an answer to a question: Hourly Points Request
-
Cretino reacted to a post in a topic: Upcoming hercules feature
-
npc that checks cells if there's already a player on that cell
Cretino replied to celeron0134's question in Script Support
You can use this command: -
Cretino reacted to a post in a topic: Successor to NEMO [WIP] - Need UI Suggestions
-
Cretino reacted to a file: Medieval Tavern - [FREE MAP]
-
Tio Akima reacted to an answer to a question: doubt about weight
-
I think the 'problem' is the character inventory size. The client send the message 'You're overweight', but really you don't have space in your inventory.
-
VictorLarcher started following Cretino
-
VictorLarcher reacted to a post in a topic: Build Manager - Create your builds and load them when you want! (For Stats and Skills!!)
-
VictorLarcher reacted to a post in a topic: Quest Manager - Create quests with various requirements and prizes!
-
Tio Akima reacted to an answer to a question: combat arena error
-
I made some changes, now is working fine. OnPCDieEvent part: OnPCLogoutEvent part:
-
Tio Akima reacted to an answer to a question: combat arena error
-
'getmapusers' only will count a 'dead player' if he still in the map... but you already added this: When a player die, it send back to 'kame_house', Now about the the quit players you can do this: Add: And change these: OnPCDieEvent part: Enter arena part: I think is it, not tested.
-
Tio Akima reacted to an answer to a question: combat arena error
-
I made a little mistake, now is tested and working:
-
Not tested, but I think now is working fine.
-
Kavaline reacted to an answer to a question: How create a 'input' with 'timer'?
-
Not tested, but I think will work.
-
You'll need use this plugin: OnPCUseSkillEvent
-
Try to update your Hercules emulator to the latest version.
-
I remember a way to do it by script... but I think you need to search and try to make little bit. This is the last time I 'teach (give)' you something. If you want help to you make something, I can help you with pleasure.
-
This can't be done without source modification. But you can add a buff for VIPs to improve the drop rate: 'SC_CASH_RECEIVEITEM'. Search in your 'item_db' for more information.
-
What you want to do is not possible with these script commands. Using 'setbattleflag' you'll change the server rate for all when reload. If you only want give 2x EXP to 'VIP' players, you can do this:
-
Cretino reacted to a post in a topic: r900 - Elemental System Recode Part 10 / Elemental System Recode Complete
-
The actual 'getunitdata' has no support for player units. This is why you receive this message error. If you want to get values from player units, you'll need to make a source modification. I made one, you can test if you want. getunitdata_pc_type.diff
-
Cretino reacted to a post in a topic: Merry Christmas 2019 - A few words for the end of the year
-
Yes, but you'll need to create a script command to do. You can use this example I made: rentitem2_by_cretino.diff rentitem2 usage: I also made a 'protection' if you create a rent item with cards, so players can't remove cards from rent items. I think is it you want, good luck.