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

Severedskullz

Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Severedskullz's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. If anyone is interested in helping me find some good paperdoll items either by you making them or just ripping, compiling, and giving them to me dosent matter… i am just in desperate need of some cool looking paperdoll items (medieval items) TY in advance
  2. kinda hard to word this but here we go: is there a way to give 5 items at different chances like 1 out of 5 i get a trout 1 out of 3 i get a sardine 1 out of 4 i get a bass here is my code… Please alter to fit the events above... thanks in advance! ``` Sub Mining(index, 499, 0, "Ore", "hammer", 498) Dim c Dim weapon Dim n n = 1 weapon = Int(GetPlayerWeaponSlot(Index)) weapon2= Int(GetPlayerInvItemNum(index, weapon)) If GetPlayerLevel(Index) 24 Call PlayerMsg(Index, GetPlayerName(Index) & " found some " & orename & "!", 15) Else Call PlayerMsg(Index, GetPlayerName(Index) & " found nothing!", 15) End If Else Call PlayerMsg(Index, GetPlayerName(Index) & " must equip a " & weapname & "!", 15) End If Else If GetPlayerInvItemNum(index, weapon) = weapitem Then Do If GetPlayerInvItemNum(index, n) = 0 Then Call SetPlayerInvItemNum(index, n, oreitem) Call SetPlayerInvItemValue(index, n, GetPlayerInvItemValue(index, n)+1) 'added by unknown_raven Call SendInventoryUpdate(index, n) Exit Do End If n = n + 1 Loop Until n > 24 Call PlayerMsg(Index, GetPlayerName(Index) & " found some " & orename & "!", 15) Else Call PlayerMsg(Index, GetPlayerName(Index) & " must equip a " & weapname & "!", 15) End If End If End Sub ```
  3. make a plugin for TE that will allow MP3 plz it would really help!
  4. where is Demonix autopatcher? where can i find it? HELP! or if anyone has the Resource file (which i dont even think exists) please let me know how to get it
  5. How can i allow TE to play .MP3's? better yet IS there a way? from what im told its only on EE…
  6. where can i find the automatic updater form? i looked in the client and server folder but couldnt find it
  7. okay… i have downloaded the source code and first of all there is no patcher form!!! am i missing it? or does it not exist? i just wanna edit the PIC!!!!! (and mabye some other stuff like lets say the whole thing = GONE :twisted: :twisted: :twisted: :twisted: :twisted:!!!) anyway... how do i make a patcher for my game? and after that... how do i send the patches to players? oh and how do you add a constant stream of music to the menu?
  8. 1) im brand new to Eclipse and none of the tuts are working for me i keep getting an error instead… anyway how do u use the Arena Attributes? 2) is there a way to set where u spawn in when u die? i just keep getting put on random places in map 1... 3) what is paperdolling?
×
×
  • Create New...