Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
Oh, well pardon me then. I do not intend to insert myself or others into pointless chit-chat as I find it disgusting and view it as a waste of time.
Yes, now that I can see your point of view towards this conversation between me and you, I recommend AMD for Peroxide. Intel is blatantly...
The term "comparable" is used to state either all of the pros and cons of two factors, or a specific area's pro and cons, and state the differences between them, using a certain system, take scoring as an example.
Regarding CPUs, in order to compare between two processors in regards to...
If we don't count pricing, which is AMD's true capability,
I challenge AMD's beastly Vishjera to defeat Intel's godlike i7 3930k.
Winrate of AMD? -10%.
Winrate of Intel? ∞%.
*EDIT-1*: And that's not even talking about the i7 3970X.
http://www.youtube.com/watch?v=rQ27K8vZjHw
*song* I'm think I'm ready to kill, the next person who doesn't fiiit! *song* DUNDUNDUNDUNdunDUNdunduDNDUndDUNDUdun
The onStepIn() function is correct, please use tags to tag your scripts.
As for setting an aID to the teleport, use this type of function:
[code=lua]
doSetItemActionId(doCreateTeleport(tpId, tp.toPos, tp.pos).uid, xxx)
xxx being your aID.
You should also remove your other doCreateTeleport()...
Well, good sir, I can tell you, I have improved a million times. Take a look at this:
I call it: Eye of Eve.
*EDIT-1*: I have to admit, I fucked up on the amulet's neck-thingy.
Try this:
function onDeath(cid, corpse, deathList)
local x, y = 0, 0
local z, n = 0, 0
local ntable = {}
local l = getPlayerLevel(cid)
for y = 1, 717217 do
n=n+1
if n/5 == math.floor(n/5) then
table.insert(ntable, n)
end
end
for i =...
First of all, close 443 and 3306. They are pointless to be opened unless you want to get hacked.
Now, your ports will not appear to be open unless you have a service behind them. So if you do not have Apache+MySql open, port 80 will not work. You must test those ports with your services online.