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

aster

Members
  • Posts

    37
  • Joined

  • Last visited

    Never

aster's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. aster

    Variables

    is there anyway to give a player gold = to X variable I'm messing around with 4.0 events and trying to make a stall that increaes gold every 5 seconds by 1 and then the player can collect it. edit: or even make the variable increase while you aren't on the map - Couldn't do what i wanted as of the current event system. Instead I just made it increase while player on map with parallel process and increase a var every couple seconds after var reached set amount the event wld show up.. Little bland I guess
  2. Dont encourage robin if he gets drunk then we'll have or characters facing horizontally, NPCs yelling profanity, random WTFbombs during game play, and clans will become gangs called bloods and crips, random sex vulgar will pm your character and he'll have no idea that he coded all of it lol, anyway off that. Keep up with the fantastic work I like the visual trade and directional blocking the most, any hints on what the new combat system might be like?
  3. When I try to host with a different IP I get Compile Error: Expected: End Of Statement here is what it looks like ``` Private Sub Server1_Click() Dim IP As String, Port As String Dim fErr As Integer IP = 000.00.00.0 Port = Val(4000) fErr = 0 If fErr = 0 And Len(Trim$(IP)) = 0 Then fErr = 1 Call MsgBox("Please Fix The IP!", vbCritical, GAME_NAME) Exit Sub End If If fErr = 0 And Port
  4. lol my story isnt as great as that little kids but when i was like 7 my dad gave me 8$ to pull out my loose tooth infront of him
  5. gfda giraffes f****** dirty apples
  6. I have a few questions, 1\. Why wont my goodies attack my baddies? 2\. How do I add more factions? 3\. Can you explain a lil further on making the animated items in the inventory/on ground? Edit: Thanks for the help Robinyour awesome for making such a good engine and actually helping.
  7. ``` Private Sub Class_Initialize() Set m_Server = JBSOCKETSERVERLib.CreateSocketServer(GAME_PORT) Set Sockets = New colSockets End Sub ``` im getting an activex error 429 i ran server in debug and found that code can anyone help me? :lipsrsealed:
  8. says this is wrong in the vb project Public Property Get Item(vntIndexKey As Variant) As clsSocket Set Item = mCol(vntIndexKey)
  9. Oo me, draw me!! I want a sniper =p GJ with the fetus on the side of the head btw XD
  10. =/ It says HasSpells(index, Spellnum) and If Player(index).SpellsLocked = True Then Compile Error: Method or Data not found
  11. aster

    Tabbed Chat!

    ya without soul and damian i prob couldnt have done this and i still use 2.8 cuz dont like Main.ess XD
  12. easiest solution to me is: 1st make sure he's logging in withright pass nd everything. 2nd if thatfails delete his ENTIre account in the acounts folder in your Server folder 3rd Ask him/her to make a new account. 4th If your gonna be nice raise him/her to level they werre before + give them their items back that they had.
  13. lol am so noob found out i was running wrong server for 3 days talk about fail. Prob fix it, will go see now. Nope still doesnt save the length and frequency >=(
  14. Huza, i got everything to work. Only problem is, it doesnt save the spells.
×
×
  • Create New...