• 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 Sean Larson

  1. S

    Data spoof help..!

    uh dude if you have the forgotten server tala is the maker of it lol and he did release the sources....
  2. S

    shootEffects and areaEffects

    Its your global.lua dude, the area effects of spells and the shoot effects of spells, like CONST_ANI_SNOWBALL = 12 <---- <attribute key="shootEffect" value="snowball"/> <attribute key="areaEffect" value="poff"/> <---- CONST_ME_POFF = 2 (smoke looking thing)
  3. S

    getSummonCount

    Does that work?? I was looking through the TFS sources and saw that being used on summon creature and convince creature... can I use it like this? function onTargetTile(cid, pos) local position = pos position.stackpos = 255 local item = getThingfromPos(position) if item.itemid > 0...
  4. S

    Acces and Npc error.

    Yes thats exactly why too, cuz evolution and tfs are not compatible they use a different npc system, also when posting npcs and spells, i will work on this for you not sure how long it will take me to revise it to work in tfs maybe one of the better scripters could try to make one faster then...
  5. S

    Bugreporting!

    Okay guys I am testin out your server cuz I wanted to see how a very good group makes an ot. I like your ot alot it is quite fun kind of a pain in the butt in the beginning but Im gettin the hang of it. 2 main things i have found that might want your attention **** Second thing I noticed...
  6. S

    help with summon spell

    I like your idea, how exactly would i be able to do that I have local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) local arr = { {0, 0, 0, 1, 1, 1,0 , 0, 0}, {0, 0, 1, 1, 1, 1, 1, 0, 0}, {0, 1, 1, 1, 1, 1, 1, 1, 0}, {1, 1, 1, 1, 1, 1, 1...
  7. S

    Acces and Npc error.

    Monte you have to post your npc script or we cant really help you to find the error in it.
  8. S

    help with summon spell

    Bump, noone can help me??? :(
  9. S

    Tibiaclient for radonia!

    Jonny thats not really the point, its to get people to not affiliate his server with tibia as much, cuz lets face it tibia has gone DOWNHILL
  10. S

    help with summon spell

    How would I make a spell that can summon certain monsters that the other spell cant like utevo res summons the normal stuff and utevo gran res summons harder monsters? or if thats not possible how do i change the undead legion to check if u have 2 summoned all ready instead of being up...
  11. S

    Summoning spell

    How would I make a spell that can summon certain monsters that the other spell cant like utevo res summons the normal stuff and utevo gran res summons harder monsters? or if thats not possible how do i change the undead legion to check if u have 2 summoned all ready instead of being up...
  12. S

    Help Me Please.

    Im very confused at this post.... first how did u connect to a tfs server without having a mysql or sqlite alrdy set up??? it gives you and error right away saying you dont have a database set up. If you are using a router, you need to port forward ports 80, 7171 and sometimes 3306 go to...
  13. S

    [Linker error] Undefined reference

    You have it in the linker section? under project options?
  14. S

    Trying to go from EVOLUTION to TFS.

    Dont use anything from evolutions, its a crappy disto and a waste of space... Start over with TFS and learn how to use tfs monster spell system
  15. S

    Making Monsters

    the monster system is quite simple if you look at it, and it is ALOT better then having monster spells
Back
Top