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

turbocookie

Members
  • Posts

    193
  • Joined

  • Last visited

    Never

Everything posted by turbocookie

  1. hey i made a custom GUI with a image to fit the new screen size i made, i drag the main screen bit (grey box) bigger to fit it but the game size stays the same and leave a black background, does anyone know how to fix this? i need it 520 pixels hieght 728 pixels width someone please help k thx bai
  2. hahaha i acctually have them in my game, but i need to know how to let players sell thier houses in my game, anyone know how?
  3. does anyone know how to sell houses?
  4. umm nah i just started. iv like, moved hp bars ect…. but nothing major. or can you pretty please if you have the time re-write one for me. im going to bed now so i wont be on for like 7- 15 hours =] thanks if you can
  5. that gives me error. Compile error. Case without select case. ``` Case "mapdata" ```
  6. changing it give me this ``` Case "mapdata" Then ``` thats the code and its red
  7. i hoped so aswell. but guess what, theres more! hahaha when i click add or close the friends again it disconnects from server and closes game.
  8. yay sillyface, thanks once again =D
  9. ok previos error is fixed. now the new one is this. when i click on the button to open up friends. i get this error Compile Error: Variable not defined. ``` Private Sub cmdFriendList_Click() picFriendList.Visible = True 'Finds out if players are online or not Call SendData("friendonlineoffline" & SEP_CHAR & lblFriend(Index).Caption & SEP_CHAR & Index & END_CHAR) End Sub ```
  10. yeah im using stable :) thanks a heap
  11. this is what pops up. Compile Error: Variable not defined. the script.. ``` If Casestring = "friendstatus" Then Dim Q As Integer i = Val(Parse(1)) Q = Int(Parse(2)) If i = 0 Then frmMirage.lblFriend(Q).ForeColor = &HFF& ElseIf i 0 Then frmMirage.lblFriend(Q).ForeColor = &H8080& End If Exit Sub End If ```
  12. i have edited the max level somewhere (not data.ini) and i need to know where it is to change it back D= anyone know where i might of done this? it had options to change max amount of maps, items, spells ect…
  13. well programming then =D im still learning i can make all the crap on VB thats easy, just doing scripts. i get totally lost xD
  14. iv never written a full script. i can edit little bits of them but i dont know how to do all that D=
  15. you lost me… xD i just need to know to change the font and put an image saying Hit!
  16. ummm, nah thats not far =] infact i might just do it that way, im new to scripting so all this variable stuffs confusing here is what i want, something like this. see where it says 15 HIT! like that =] ![](http://amityonline.gotdns.com:4001/untitled.bmp)
  17. haha sorry but you jhust confused me xD
  18. Private Sub trade_Click() Call SendTradeRequest(GetPlayerName(GetPlayerTarget(MyIndex))) End Sub gave me an error :( Compile error: Sub or Function not defined.
  19. i have made a button called trade, i want to make it when you click trade it auto-matically types /trade and then press's enter for you. can someone just give me the code to type commands. this is code so far in VB for a button. Private Sub trade_Click() (NEED THE CODE HERE) End Sub thanks =]
  20. thanks ill take a look at it now =D
  21. how do i make the damage above the players names to be like bublble writing ones? do i have to make a picture for each number and then edit some script? someone please help
×
×
  • Create New...