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

Sigait

Members
  • Posts

    233
  • Joined

  • Last visited

    Never

Everything posted by Sigait

  1. @defendersdef: > yea im gonna do urs after im done with jokers, its 1st come 1st serve take your time,no problem for me. Sigait.
  2. @defendersdef: > their not their jokers ohh ok anyway tell me r u gonna do mines?Just do one and then invert the colores of hair eyes and clothes
  3. @defendersdef: > 2 sprites done :D a girl with pig tails wearin red and a skeleton with a cape I really hope these are not mines :P. Sigait.
  4. well you should install hamachi create a new network and change the ip of the game with that of the hamachi.Also you dont need to change the port and people who will connect should have hamachi too.If it still doesen't work check out some hamachi tutorials. Sigait.
  5. I'd like two sprites from you.I need a white male sprite with white long hair(not long like girl hairs),white eyes black jacket(should have only jacket on,on the upper body) and black jeans.The other one should be with converted colors.Black hair,black eyes,white jacked and white jeans.Realisting and 2D and also please try to do the best job you can ok?^^ EDIT:I forgot that they should be paperdolled.Pm them to me when ur done. Sigait.
  6. @Gareth556: > that works perfectly Sigait thank you > > one quick question tho in this section: > Case 0 > If GetVar("jail.ini", GetPlayerName(index), "ActiveTimes") = "" Then > Call PutVar("jail.ini", GetPlayerName(index), "ActiveTimes", 1) > End If > > im not sure if i understand what is happening here is the script checking to see if jail.ini has the varible Activetimes then putting the varible there if it is not there with the value of 1? I wasent pretty sure bout this line :"If GetVar("jail.ini", GetPlayerName(index), "ActiveTimes") = "" Then" since the ini wasent created and i thought this wont work so i modified it,but if it worked the first time then with this line of code ok.Anyway that was the basic meaning of it,to see if the inihad numbers or not this way it wouldnt make that 1 again and again and again Sigait.
  7. Hey!!!Everyone has the right to learn latin!!!I want a latin board too!!!:P Sigait.
  8. @The: > Simply a board where only Latin can be discussed. > Classical Latin, Vulgar Latin are considered A-OK in my opinion. > You could discuss for example homework, or ask some questions about the origin of a word if you really want to. Aha i got it Sigait.
  9. @Balliztik1: > ``` > Call PutVar("jail.ini", GetPlayerName(index), "ActiveTimes", 1) > ``` > You don't want to set it each time you run the script. That puts you in the same situation as the original script. > > you're right > > Sigait. > > Also, you forgot the GlobalMsg color, too.
  10. look If your new to scripting open data ini and change ScriptingErrors to 1,that would help you a little bit anyway back to topic Put this line OnNewchar cuz otherwise the script wont work Call PutVar("jail.ini", GetPlayerName(index), "ActiveTimes", 0) Sub ScriptedTile(Index, Script) Select Case Script Case 0 If GetVar("jail.ini", GetPlayerName(index), "ActiveTimes") = 0 Then Call PutVar("jail.ini", GetPlayerName(index), "ActiveTimes", 1) End If If GetVar("jail.ini", GetPlayerName(index), "ActiveTimes") < 3 Then Call Playermsg(Index, GetPlayername(Index) & " Leave Now Or You Will Be Jailed", RED) Call PutVar("jail.ini", GetPlayerName(index), "ActiveTimes", GetVar("jail.ini", GetPlayerName(index), "ActiveTimes") + 1) Else Call Playermsg(Index, "You have been Jailed", RED) Call Globalmsg(GetPlayername(Index) & " Was Jailed", 0) End If Exit Sub Case Else Call PlayerMsg(Index, "No tile script found. Please contact an admin to solve this problem.", WHITE) Exit Sub End Select End Sub Maybe this one would be better Sigait.
  11. with latin board u guys mean latin language or modern versions of it like French italian and spanish? Sigait.
  12. @xelander: > All .Ini files i know in client, is just settings for the game… > Also, a wordfilter exists allready i think, or you can code it in sadscript(I think!). There is actually no wordfilter in Eclipse(I just checked out) and no you can't script that. Sigait.
  13. I left you an e-mail on Msn,as soon as you read it reaply me. Sigait.
  14. if you can't go out with your friends without pressing the command "/join party" Sigait.
  15. Sigait

    Eclipse++

    I like 2 things about this project: 1 - it needs no portforwarding (I can't portforward as my router isn't even listed) 2 - the language it uses is C++ and thats great if you'd ask me. @xelander: > I Say Epic-ness. > This is gonna be great! It's actually too soon to talk about epicness,I guess we all should just hope for this to be good and without bugs and also wish to Marsh good luck. Sigait.
  16. Well I'm actually getting bored since I've got no project to work on and I don't like the idea of starting a new one from scratches so I guess i could script for a project and I can do some mapping too.There are some scripts of mine in the scripts database chech them out if u want. Sigait.
  17. It worked for me,since i can't really port forward this helped me alot thnx. Sigait.
  18. I am registered actually on April of 2008 but Ive been around as a guest in 2007 and i remember your name even though im quite sure that you don't even know who I am…:P Sigait.
  19. This project actually sounds pretty good and I really hope You'll achieve your objectives,anyway good luck with everything. Sigait.
  20. Sigait

    Eclipse++

    Oh well im currently free and not working on any projects,the only one i was working in for fun was deleted when my computer crashed so I think I'll take some free time for myself and enjoy the life till this is completed(if it will ever be) :P. Sigait.
  21. Sigait

    Eclipse++

    Thanx Marsh,i was looking forward to creating a game with c++ from scratch but u definitly made my job easier. Sigait.
  22. Everything will be just fine all u have to do is believe it ;) Sigait.
  23. @totalwar235: > i didnt want you to give me the script just to know if it was hard or not…... Oops sry my bad,though its not difficult at all. Sigait.
  24. ``` Case (case number here) If GetPlayerLevel(index) >= X Then If GetPlayerClass(index) = Y Then Call PlayerWarp(index, Z(map number), X(coordinate), y(coordinate)) End If End If ``` Sigait.
  25. @Fax: > guy's wouldn't calling the spam several times characterize spam itself… I'm aware of the irony in my own message by the way. yep nice irony though DDunit just posted faster than me, i had to send it twice because of the msg that says "there is a new post" and i didnt read that post though. Sigait.
×
×
  • Create New...