• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Scripter Looking to join a team

Dileck

New Member
Joined
Sep 20, 2008
Messages
93
Reaction score
2
Im looking for a good team, im able to do nice scripts in any section; Actions,Globalevents,Creatureevents and talkactions. I started to script some months ago and i need a good team to make a nice server.

Some examples of scripts i have made:
Talkaction to remove frags
PHP:
function onSay(cid, words, param)
         local gp = 10000  
     
       if getPlayerFrags(cid) >= 1 and getPlayerMoney(cid) == gp then
           doPlayerAddFrags(cid, - getPlayerFrags(cid))
           doPlayerRemoveMoney(cid, gp)
           doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You removed " .. getPlayerFrags(cid) .." frags.")
return TRUE
else
      if getPlayerFrags(cid) == 0 then
           doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You dont have any frags to remove.")
    return TRUE
   end
   end
end
--By Waxel
Action, when you use the item gives you a set and labels your name to the set.
PHP:
function onUse(cid, item, frompos, item2, topos)
  if getPlayerLevel(cid) >= 1 then
	local name =   getCreatureName(cid)
        legs =   doPlayerAddItem(cid,9928,1)
		   doSetItemActionId(legs,12013)
		   doSetItemSpecialDescription(legs, "Belongs to " .. name .."." )
		armor =   doPlayerAddItem(cid,8876,1)
		   doSetItemActionId(armor,12013)
		   doSetItemSpecialDescription(armor, "Belongs to " .. name .."." )
		mask =   doPlayerAddItem(cid,9822,1)
		   doSetItemActionId(mask,12013)
		   doSetItemSpecialDescription(mask, "Belongs to " .. name .."." )
		ring =   doPlayerAddItem(cid,8752,1)
		    doSetItemActionId(ring,12013)
		    doSetItemSpecialDescription(ring, "Belongs to " .. name .."." )
		 boots =   doPlayerAddItem(cid,9931,1)
		   doSetItemActionId(boots,12013)
		   doSetItemSpecialDescription(boots, "Belongs to " .. name .."." )
		 shield =   doPlayerAddItem(cid,9816,1)
		   doSetItemActionId(shield,12013)
		   doSetItemSpecialDescription(shield, "Belongs to " .. name .."." )
	doRemoveItem(item.uid, 1)
       else
           doPlayerSendCancel(cid, "You have to be atleast lvl 2.")
       end
  
       return 1
   end
 
I need a Scripter, too.
Also someone who makes 8.00 Server "again", I got the map, but lost contact to the one who had the Server and all scripts.

Join my Team.
 
Hi, sounds like good. Add my messenger for more talk , [email protected]
Im the owner of justiceot.com had 270 players online 24 / 7 before, but now it's very bad so we will starta a new projcet, contact me dude and we can talk about moneys 2.

regards
 
Hello Dileck,

I'm the hoster of Mandria, and I'm in very need of a scripter. If you're intressted, I could call you welcome in our team,.

Send me a (private) message or an email to [email protected].


Thanks in advance,

Kind Regards,
Kezuino
 
Back
Top