But i really want to know the code for the stuff that you did in tibia i mean - the extra stuff (Dexterity,Constitution,Strenght & etc.)
Forum
CS2D Scripts Tibia script thread (Post tibia requests here)But i really want to know the code for the stuff that you did in tibia i mean - the extra stuff (Dexterity,Constitution,Strenght & etc.)
Night Till Death has written
But i really want to know the code for the stuff that you did in tibia i mean - the extra stuff (Dexterity,Constitution,Strenght & etc.)
i want it too
P.S. how to make "exp need" ?? pls
Bobakrome has written
Well if you want it, pay for it . What do you mean by exp need?
at stats menu.
"Experience = 100"
"Experience need = 156"
"level = 6"
"next level = 7"
like this
Bobakrome has written
Well if you want like that the next level is useless, also the experience will be useless too
that about lvl isnt i want.. i want "exp need"
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
{ 		name = 'Leaf Monster', health = 65, image = 'gfx/WoE/Monsters/LMonster.png', scalex = 1, scaley = 1, r = 0, g = 255, b = 0, 		atk = 0.7, def = 0.4, spd = 7, atkspd = 8, x = 0, y = 0, ang = 0, imgang = 0, runat = 10, 		spawnchance = {['World of Emithia'] = {10}}, 		spawn = { 			['World of Emithia'] = {SPAWNS.LEAFMONSTERS} 		}, 		exp = 9, money = 68, loot = {}, 	},
1
LUA ERROR: image - can't load image at 'gfx/WoE/Monsters/LMonster.png'
The path for the PNG is correct, I double-checked it. What am I doing wrong?
Also try to edit the name & see if there are any spaces in the name? or make it extra easy - copy the sprite inside and paste it in weiwens folder gfx and just do gfx/weiwen/'your file name'.png
Bobakrome has written
Well if you want it, pay for it
CS2D is a free game & everything it contains is free - inculding scripts - so why the f*ck am i suppose to pay?
or was that a very stupid joke?
Night Till Death has written
CS2D is a free game & everything it contains is free - inculding scripts - so why the f*ck am i suppose to pay?
or was that a very stupid joke?
or was that a very stupid joke?
It's no joke, people actually make you pay for scripts.
edited 1×, last 02.02.12 09:43:38 pm
Night Till Death has written
CS2D is a free game & everything it contains is free - inculding scripts - so why the f*ck am i suppose to pay?
or was that a very stupid joke?
or was that a very stupid joke?
There's also free games that has scripters which makes scripts for money.
Even mods.
edited 1×, last 02.02.12 09:42:09 pm
Night Till Death has written
If i was DC i would NEVER allow to sell scripts for the game
I thought it said somewhere that you are not allowed to use CS2D to earn money, or it's just me. Can't find it.
Yates has written
I thought it said somewhere that you are not allowed to use CS2D to earn money, or it's just me. Can't find it.
Night Till Death has written
If i was DC i would NEVER allow to sell scripts for the game
I thought it said somewhere that you are not allowed to use CS2D to earn money, or it's just me. Can't find it.
Indeed written by DC on some Topic
KenVo - If its not such a big deal - Can you please rewrite to Mana script - I kinda could not understand some stuff with 'How to add MANA to the STATS menu for the player'
Also, there's no rule that you can't distribute your script and money involved.
And chill I have money. Awesome. Isn't it?
3RROR has written
And chill I have money. Awesome. Isn't it?
I have a job, chill, right? - Please, don't brag about selling Lua scripts, because you sound retarded when you do so.
I just got home, and I will show you guys how to make 'Mana' in HUD and 'Exp need' later. Also, mana can regenerate.
Would you like to pay for CS2D? Like freaking runescape (40$ a month to keep your usgn? Hell no you dont)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[514] = { name = "dragon dagger[P]", desc = "Less dammage, but more speed. Upgraded with power hit [P].", r = 180, g = 0, b = 0, action = {"power hit [20]","equip"}, slot = 3, eimage = "gfx/weiwen/dagger.png", fimage = "gfx/weiwen/dagger.png", offsetx = 6, offsety = 17, atk = 1.4, speed = -0.25, level = 25, func = { function(id, itemslot, itemid, equip) if PLAYERS[id].Mana >= 34 radiusmsg(player(id,"name") .. " used special attack.", player(id,"x"), player(id,"y")) -- Line:1909 explosion(player(id, "x"), player(id,"y"), 64, 20, id) local pos = player(id,"x") .. " " .. player(id,"y") parse("effect \"colorsmoke\" " .. pos .. " 100 96 128 128 0") else message(id, "You don't have enough mana") end,equip}, },
Conlose log>>
1
[09:08:19] LUA ERROR: sys/lua/cs2dtibia/items.lua:1909: 'then' expected near 'radiusmsg'
Please help me!!!