• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Recent content by dudeim

  1. dudeim

    TheImaginedServer & TheImaginedClient (custom TFS and Client) - Updated 1/16/2015

    Min level, so players can now ooh i can hunt that around level x So I have a dragon: min level 30 max level 50 Players then know I can kill that around the level the dragon currently is. Also the health and mana etc.. stats in the level config, that's the level increase? Could it also be...
  2. dudeim

    TheImaginedServer & TheImaginedClient (custom TFS and Client) - Updated 1/16/2015

    Would it also be possible to create a creatureevent of when you dodge, crit or block?
  3. dudeim

    TheImaginedServer & TheImaginedClient (custom TFS and Client) - Updated 1/16/2015

    Get all Monsters by name: Would it be possible to create a lua function grabbing all monsters and optionally filtering them autmaticly by name, like this? -- somewhere in a function local monsters = getMonsters() --returns a table of every living monsters local demons = getMonsters("Demon")...
  4. dudeim

    TheImaginedServer & TheImaginedClient (custom TFS and Client) - Updated 1/16/2015

    Fair enough, anything I can think of should be possible with onStatsChange, if I can think of something I wouldn't know how to do with it I will be back ;)
  5. dudeim

    TheImaginedServer & TheImaginedClient (custom TFS and Client) - Updated 1/16/2015

    Yes ofc you can return false, but if you don't want to return all of the damage for example monster deals 50 damage and you reduce it with 20 then you'd have to return false, disable the creatureevent checking for this, reapply 30 damage, enable the creatureevent. And in the latest tfs version I...
  6. dudeim

    TheImaginedServer & TheImaginedClient (custom TFS and Client) - Updated 1/16/2015

    If you make this could you add in a way to return the damage dealt, so you'd have something like: function onAttack(cid,target,damage,damagetype) --something like this dunno the exact parameters required if damage > (getCreatureMaxHealth(cid) *0.2) then --something simple like if the damage is...
  7. dudeim

    TheImaginedServer & TheImaginedClient (custom TFS and Client) - Updated 1/16/2015

    You cannot serialize metatables that's one of the problems I encountered.
  8. dudeim

    TheImaginedServer & TheImaginedClient (custom TFS and Client) - Updated 1/16/2015

    About the shared lua states: I once created a metatable containing all player values, including lots of custom ones, the table had over 50 different values and it had functions inside it. So there would be like a classlike structure for player. You could do stuff like: local player =...
  9. dudeim

    TheImaginedServer & TheImaginedClient (custom TFS and Client) - Updated 1/16/2015

    Aaah did not know you could, that must be new, like I said been a while since I've been around. The Min-Max would be awesome to have in loot. Nais:) Yes you can assign data to creatures with storage values, though that is only 1 value, if you have a giant table, you can ofc safe all those...
  10. dudeim

    TheImaginedServer & TheImaginedClient (custom TFS and Client) - Updated 1/16/2015

    Some more idea's: Add and change item stats ingame: This means you can change the stats on an item on the fly, so a monster dies and a sword drops it then has a chance to have +0-3 sword fighting or whatever all done through lua. Creatureevents registering to creatures: Make it easier to...
  11. dudeim

    Team Argonia RPG 9.6 - Calling for a team of great minds!

    This looks very interesting, so I would like to apply and see this to completion. Name: Guido Age: 19 Languages: English, Dutch Position Requesting: Scripter Experience: I've been working in lua for ot's for 2-3 years now I think, over those years I have gathered alot of experience over all the...
  12. dudeim

    [Lua] Array serialization/ deserialization into/from single storage value.

    Hmmmmm yeah that's too bad :P Had hoped I'd have found an easier way
  13. dudeim

    [Lua] Array serialization/ deserialization into/from single storage value.

    I haven't looked into OTC framework, how would I do something like that?
  14. dudeim

    Team Ascalon is searching for developers!

    Hey man, I have a pretty good knowledge of Lua and can make most things. You might remember me from Chasm or Ascalon, played both of them and have great memories of them. I also know some html/css/php, and currently following an ICT study so my knowledge only keeps extending in programming...
Back
Top