Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Southern

Members
  • Posts

    65
  • Joined

  • Last visited

    Never

Everything posted by Southern

  1. ``` Case "/colorz" If GetPlayerAccess(Index) = 0 Then call colorplayername(index, 12) call sendplayerdata(index) Else Call playermsg(index, "You can't use this script", YELLOW) End if Exit sub ``` ``` Case "/colorz" call colorplayername(index, 6) call sendplayerdata(index) Exit sub ``` ``` Case "/bebaz" baza = TextSay(1) If GetPlayerAccess(Index) > 3 Then call colorplayername(index, baza) call sendplayerdata(index) Else Call playermsg(index, "You can't use this script", YELLOW) End if Exit sub ``` None of them seem to work…. Also tried it on scripted tile, scripted item, and even scripted npc xD
  2. Southern

    Ingame ads

    Or you can do what some games did…make a billbord for your game and put it in your game somewhere. RED ALERT did that
  3. this is actually a good template to base your sprite off of. >_> Great find, thank you.
  4. That sounds great man. 2.7 would be wonderful.
  5. Isometric movement= HECK NO…I HATE THAT STUFF >_> Second all this can be done easly with sadscripting or alittle bit of aligne'n stuff. Not that hard mind you.
  6. @gamernick1: > 3 can someone give me an normal main file but whit barons quest script in it and where do i need to create wich files for it ? @Baron: > DISCLAIMER > > This script is not to be hardcoded into any engine. > Creator: Baron > http://Barony.deviantart.com I would help you out but it is Baron's script, so I will only do it if Baron say's its ok. He is a nice person but I doubt he will let anyone.
  7. I'm pretty sure there is a way to do this without source. Let me try it out on my game and see if I can get it to work.
  8. only way I know man would be soruce coding
  9. /kick playername Forcibly removes a group (party) member UNCONFIRMED. MAY BE A KICK FROM SERVER That kicks you from the server too. (if you have access higher then 0) Thank you for the list Baron, big help
  10. http://forums.techarena.in/windows-vista-performance/694416.htm I've had the same prob, and this is how to get it to stop.
  11. I didnt mean for it to be on the people. Just most people that are not used to pixel'n make the item but then when they try to use it for their game, it doesnt fight thier people. What I ment was have a layer with the sprites he is using, and the second layer draw the items.
  12. What you need to do is go to your server folder, and in the data.ini were it says "SpriteSize=1" change that to "SpriteSize=0" I think thats how you do it :D Its something like that man. Sorry if I am wrong. Kind of busy to see if I'm right.
  13. I have all of the items :D Anyways, you shouldn't use this because its copyrighted by runescape. Anyways if you were to use this you will need the full items. You need the front, back and sides. But that game is isometric and this platforum is 2D. So it will be kind of hard to convert. Your best bet is to remake them (redraw them from scratch) to fit your people on the item sheet.
  14. Umm, so, can someone please tell me what I am doing wrong? Is Call MutePlayer even a command :P > Case "/mute" > If GetPlayerAccess(Index) > 0 Then > PlayerID = FindPlayer(TextSay(1)) > Call MutePlayer(PlayerID) > Call GlobalMsg(GetPlayerName(PlayerID) & " has been muted", BRIGHTRED) > Else > End If > Exit Sub > > Case "/unmute" > If GetPlayerAccess(Index) > 0 Then > PlayerID = FindPlayer(TextSay(1)) > Call UnMutePlayer(PlayerID) > Call GlobalMsg(GetPlayerName(PlayerID) & " has been unmuted", BRIGHTRED) > Else > End If > Exit Sub
  15. Southern

    NPC Chatbox

    Not really what I wanted but thank you. :D This helped me get what I wanted. Thank you so much.
  16. Southern

    NPC Chatbox

    Is there a way to make the npc have a chatbox that everyone can see? (without source editting) Like when player's talk.
  17. Someone needs to grow up >_>
  18. Well on the client side… If your logged on the game-go to settings, then uncheck Music and Sound If your not logged in the game- go to Config and change the 1 to 0 on music and sound. (sorry i'm not that good at explain'n things)
  19. I never got this error before, and I'm on vista…All I can say is turn off sound for now ;)
  20. Southern

    Installer

    http://www.clickteam.info/unregistered_IC.php Great program to use. Sorry, won't tell you how to use because its pretty straight forward.
  21. Southern

    Need Hoster.

    Yes, I have 3 games running off my computer v.v
  22. Southern

    Sprite :D

    I see nothing wrong with them, they look really good. Maybe make a nose xD Na but really the shading looks good on them. Maybe make the sword a little less choppy and a little more worn.
  23. Southern

    Dynamic Items

    Actually there is a lot of ways to do this, and you could even do this in the main text. Ini would lag a bit, but it all depends on your computer's processor. Ghost way isn't the best but its not the worst, and the way he is saying way WILL work.
  24. my ip is 173.19.60.220 (yea dont care try to hack me…wont happen) and yes the ip & port is the same as the servers. you sure it has nothing to do with the internet connection you have?
  25. na took off firewall, and all that. Trust me I looked through all the simple answers.
×
×
  • Create New...