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

shadowdeath

Members
  • Posts

    621
  • Joined

  • Last visited

    Never

Everything posted by shadowdeath

  1. Seems to work fine. I think that it'll be fine to do.
  2. Hey! After I got good with gimp, I started to make some cool pictures and designs. So, I decided to post them here. 1.Space >! ![](http://oi52.tinypic.com/30vj9e1.jpg) That's all for now.
  3. @CrAzY I know that, but to access the screenshots, and other files may still be annoying if ya know what I mean.
  4. Interesting. It is actually a good idea, But it might become an annoying thing like Hamaichi. If you need the program to view it, it might become like Hamaichi in the sense that no one will download it. If you make it open, so only the installer needs to download it and others can access it without the program, then this will become very successful. Just my Ideas, ~Shadow_death_
  5. Go to your PlayerLevelUp.ess under Events in the scripting section and change this: ``` Call SetPlayerPOINTS(Index, GetPlayerPOINTS(Index) + 1) ``` Change 1 to the number of stat points you want the player to get.
  6. @Miguu No, he wants to make it so not even monsters can make people drop stuff and exp and have no PVP, while monsters still be able to kill you.
  7. It's possible, but it would require a fair bit of source editing. It cannot be done by scripting and/or regularly. Sorry.
  8. Anyone play it? I started about a day ago, and its pretty fun. My kingdom's name is Shadowfate, under the command of King Shadowdeath (Separatist Faction, Undead). I play on the 3rd server (Pangea). The link is here to play on kongregate: [http://www.kongregate.com/games/SnailGame/heroes-of-gaia](http://www.kongregate.com/games/SnailGame/heroes-of-gaia) So, uh…Anyone interested? My Castle Coordinates: X: 4031 Y: 2154
  9. Hello! I screwed up horribly on the Custom GUI that I was making, and now I am using the default one. So, I have a request for one. It is a Eclipse Stable GUI. **Clock:** Color: An old marble, black or white Icons: (Left) A Black Moon (Right) A Red Sun **Main** Main Color: A dark grey, lined with ghosts on the sides Button 1: (Text) Settings (Icon) Gears Button 2: (T) Character (I) A Warrior Sprite next to the letters (On Left) Button 3: (T) Inventory (I)A Sword Icon next to the letters (On Right) Button 4: (T) Online (I)A black star next to the letters (On Left) Button 5: (T) Spells (I) A spell book (On Right) Button 6: (T) Guild (I)Crossed Swords next to the letters(On Left) Button 7: (T) Equipped (I)A rogue Sprite next to the letters(On Right) Button 8: (T) Exit (I)A red X next to the letters(On Left) Other notes: Could it look old, yet have a dark, elegant feeling? Thanks you in advance!
  10. Ah. So I shouldn't use that editor? Thanks for telling me, Robin… I should have tried that out first. Are there any other VB6 like programs?
  11. Oh, Okay. So, would it be possible to change the text in UltraEdit?
  12. So, I have a question about the patcher. I understand how to use it, but just two things. Also, I do my source edits in UltraEdit, which can edit any code. 1\. How do you edit the Main Text Displayed? 2\. Can you edit the .jpg image? Thanks!
  13. Nevermind. Delete this. It was crap. Just an experiment. And no, I didn't vote at all…when I did I voted good for a newbie. Sorry for posting. Oh, and go to hell.
  14. Ooh…nice tree. I agree. 8/10, maybe 7/10...or 7.5/10\. Anyway, it's nice. Off Topic: Oh and...Backup Signature! I made this one.
  15. @Robin Yes, but I didn't make the signature. A friend did as a present. So, I'm using it because he gave it to me. He did my banner too. (Which also isn't that good.) @Kiliage I know. I was just saying. With some work it could be really nice.
  16. No. Just No. This does not look that great. I could do this in almost 3 minutes with GIMP. I don't like it. And the Banner? Seems…out of place. Good try, but.
  17. Can I please have some help on this? Come on! I really need it!
  18. Just a question. I have this menu, and when I use it, it comes up, but whenever I click on something I get the "Subscript out of range" error. This is my MenuScript: ``` Case "Guild" If ElementIndex = 34 Then Call CustomMenuClose(Index) Call PlayerQuerybox(Index, "What is the person's name you want to remove from the guild?", 5) End If If ElementIndexIndex = 35 Then If GetVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot10") = "" & GetPlayerName(Index) & "" Then Call PutVar("/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot10", "None") End If If GetVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot9") = "" & GetPlayerName(Index) & "" Then Call PutVar("/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot9", "None") End If If GetVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot8") = "" & GetPlayerName(Index) & "" Then Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot8", "None") End If If GetVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot7") = "" & GetPlayerName(Index) & "" Then Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot7", "None") End If If GetVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot6") = "" & GetPlayerName(Index) & "" Then Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot6", "None") End If If GetVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot5") = "" & GetPlayerName(Index) & "" Then Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot5", "None") End If If GetVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot4") = "" & GetPlayerName(Index) & "" Then Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot4", "None") End If If GetVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot3") = "" & GetPlayerName(Index) & "" Then Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot3", "None") End If If GetVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot2") = "" & GetPlayerName(Index) & "" Then Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot2", "None") End If Call CustomMenuClose(Index) Call SetPlayerGuild(Index, " ") Call SetPlayerGuildAccess(Index, 0) Call SendPlayerData(Index) Call PutVar("\Guild\GuildMain.ini", GetPlayerName(Index), "In Guild", "0") Call PlayerMsg(Index, "Removed " & Remove & " from the guild.", CYAN) Call AlertMsg(Index, "You have left the guild, please relog.") End If If ElementIndexIndex = 36 Then Call CustomMenuClose(Index) Call PlayerQuerybox(index, "What would you like to say in guild chat?", 6) End If If ElementIndex = 36 Then Call PutVar("/Scripts/GuildChat/" & GetPlayerGuild(Index) & ".ini", "GuildChat", "Chat", "" & response & "") End If If ElementIndex = 33 Then Call CustomMenuClose(Index) Call PlayerQuerybox(Index, "Who would you like to add to the guild?", 4) End If Name = GetVar("/Name/" & GetPlayerName(Index) & ".ini", "Request Name", "Name") NameID = FindPlayer(Name) Member1 = GetVar("/Scripts/Guild/" & GetPlayerGuild(NameID) & ".ini", "MEMBERS", "Slot1") Member2 = GetVar("/Scripts/Guild/" & GetPlayerGuild(NameID) & ".ini", "MEMBERS", "Slot2") Member3 = GetVar("/Scripts/Guild/" & GetPlayerGuild(NameID) & ".ini", "MEMBERS", "Slot3") Member4 = GetVar("/Scripts/Guild/" & GetPlayerGuild(NameID) & ".ini", "MEMBERS", "Slot4") Member5 = GetVar("/Scripts/Guild/" & GetPlayerGuild(NameID) & ".ini", "MEMBERS", "Slot5") Member6 = GetVar("/Scripts/Guild/" & GetPlayerGuild(NameID) & ".ini", "MEMBERS", "Slot6") Member7 = GetVar("/Scripts/Guild/" & GetPlayerGuild(NameID) & ".ini", "MEMBERS", "Slot7") Member8 = GetVar("/Scripts/Guild/" & GetPlayerGuild(NameID) & ".ini", "MEMBERS", "Slot8") Member9 = GetVar("/Scripts/Guild/" & GetPlayerGuild(NameID) & ".ini", "MEMBERS", "Slot9") Member10 = GetVar("/Scripts/Guild/" & GetPlayerGuild(NameID) & ".ini", "MEMBERS", "Slot10") Case "Guild Request" If ElementIndex = 37 Then If GetVar("\Scripts\Guild\GuildMain.ini", GetPlayerName(Index), "In Guild") = "0" Then Call CustomMenuClose(Index) Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot1", "" & GetPlayerName(NameID) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(NameID) & ".ini", "MEMBERS", "Slot2", "" & GetPlayerName(Index) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot2", "" & GetPlayerName(Index) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot3", "" & Member3 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot4", "" & Member4 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot5", "" & Member5 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot6", "" & Member6 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot7", "" & Member7 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot8", "" & Member8 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot9", "" & Member9 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot10", "" & Member10 & "") Call PutVar("/Scripts/Guild\GuildMain.ini", GetPlayerName(Index), "In Guild", "1") Call SetPlayerGuild(Index, "" & GetPlayerGuild(NameID) & "") Call SetPlayerGuildAccess(Index, 0) Call SendPlayerData(Index) Call AlertMsg(Index, "Relog after waiting 10 seconds.") Else Call PlayerMsg(Index, "You are already in a guild.", RED) End If End If If ElementIndex = 38 Then Call CustomMenuClose(Index) End If Name = GetVar("/Scripts/Name/" & GetPlayerName(Index) & ".ini", "Request Name", "Name") NameID = FindPlayer(Name) If ElementIndex = 39 Then If GetVar("\Scripts\Guild\GuildMain.ini", GetPlayerName(Index), "In Guild") = "0" Then Call CustomMenuClose(Index) Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot1", "" & GetPlayerName(NameID) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(NameID) & ".ini", "MEMBERS", "Slot3", "" & GetPlayerName(Index) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot3", "" & GetPlayerName(Index) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot2", "" & Member2 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot4", "" & Member4 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot5", "" & Member5 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot6", "" & Member6 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot7", "" & Member7 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot8", "" & Member8 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot9", "" & Member9 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot10", "" & Member10 & "") Call PutVar("/Scripts/Guild\GuildMain.ini", GetPlayerName(Index), "In Guild", "1") Call SetPlayerGuild(Index, "" & GetPlayerGuild(NameID) & "") Call SetPlayerGuildAccess(Index, 0) Call SendPlayerData(Index) Call AlertMsg(Index, "Relog after waiting 10 seconds.") Else Call PlayerMsg(Index, "You are already in a guild.", RED) End If End If If ElementIndexIndex = 40 Then Call CustomMenuClose(Index) End If Name = GetVar("/Scripts/Name/" & GetPlayerName(Index) & ".ini", "Request Name", "Name") NameID = FindPlayer(Name) If ElementIndex = 41 Then If GetVar("\Scripts\Guild\GuildMain.ini", GetPlayerName(Index), "In Guild") = "0" Then Call CustomMenuClose(Index) Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot1", "" & GetPlayerName(NameID) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(NameID) & ".ini", "MEMBERS", "Slot4", "" & GetPlayerName(Index) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot4", "" & GetPlayerName(Index) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot3", "" & Member3 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot2", "" & Member2 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot5", "" & Member5 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot6", "" & Member6 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot7", "" & Member7 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot8", "" & Member8 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot9", "" & Member9 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot10", "" & Member10 & "") Call PutVar("/Scripts/Guild\GuildMain.ini", GetPlayerName(Index), "In Guild", "1") Call SetPlayerGuild(Index, "" & GetPlayerGuild(NameID) & "") Call SetPlayerGuildAccess(Index, 0) Call SendPlayerData(Index) Call AlertMsg(Index, "Relog after waiting 10 seconds.") Else Call PlayerMsg(Index, "You are already in a guild.", RED) End If End If If ElementIndexIndex = 42 Then Call CustomMenuClose(Index) End If Name = GetVar("/Scripts/Name/" & GetPlayerName(Index) & ".ini", "Request Name", "Name") NameID = FindPlayer(Name) If Clicked_Index = 43 Then If GetVar("\Scripts\Guild\GuildMain.ini", GetPlayerName(Index), "In Guild") = "0" Then Call CustomMenuClose(Index) Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot1", "" & GetPlayerName(NameID) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(NameID) & ".ini", "MEMBERS", "Slot5", "" & GetPlayerName(Index) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot5", "" & GetPlayerName(Index) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot3", "" & Member3 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot4", "" & Member4 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot2", "" & Member2 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot6", "" & Member6 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot7", "" & Member7 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot8", "" & Member8 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot9", "" & Member9 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot10", "" & Member10 & "") Call PutVar("/Scripts/Guild\GuildMain.ini", GetPlayerName(Index), "In Guild", "1") Call SetPlayerGuild(Index, "" & GetPlayerGuild(NameID) & "") Call SetPlayerGuildAccess(Index, 0) Call SendPlayerData(Index) Call AlertMsg(Index, "Relog after waiting 10 seconds.") Else Call PlayerMsg(Index, "You are already in a guild.", RED) End If End If If ElementIndexndex = 44 Then Call CustomMenuClose(Index) End If Name = GetVar("/Scripts/Name/" & GetPlayerName(Index) & ".ini", "Request Name", "Name") NameID = FindPlayer(Name) If ElementIndexIndex = 45 Then If GetVar("\Scripts\Guild\GuildMain.ini", GetPlayerName(Index), "In Guild") = "0" Then Call CustomMenuClose(Index) Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot1", "" & GetPlayerName(NameID) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(NameID) & ".ini", "MEMBERS", "Slot6", "" & GetPlayerName(Index) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot6", "" & GetPlayerName(Index) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot3", "" & Member3 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot4", "" & Member4 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot5", "" & Member5 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot2", "" & Member2 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot7", "" & Member7 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot8", "" & Member8 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot9", "" & Member9 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot10", "" & Member10 & "") Call PutVar("\Scripts\Guild\GuildMain.ini", GetPlayerName(Index), "In Guild", "1") Call SetPlayerGuild(Index, "" & GetPlayerGuild(NameID) & "") Call SetPlayerGuildAccess(Index, 0) Call SendPlayerData(Index) Call AlertMsg(Index, "Relog after waiting 10 seconds.") Else Call PlayerMsg(Index, "You are already in a guild.", RED) End If End If If ElementIndexIndex = 46 Then Call CustomMenuClose(Index) End If Name = GetVar("/Scripts/Name/" & GetPlayerName(Index) & ".ini", "Request Name", "Name") NameID = FindPlayer(Name) If ElementIndexIndex = 47 Then If GetVar("\Scripts\Guild\GuildMain.ini", GetPlayerName(Index), "In Guild") = "0" Then Call CustomMenuClose(Index) Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot1", "" & GetPlayerName(NameID) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(NameID) & ".ini", "MEMBERS", "Slot7", "" & GetPlayerName(Index) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot7", "" & GetPlayerName(Index) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot3", "" & Member3 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot4", "" & Member4 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot5", "" & Member5 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot6", "" & Member6 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot2", "" & Member2 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot8", "" & Member8 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot9", "" & Member9 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot10", "" & Member10 & "") Call PutVar("\Scripts\Guild\GuildMain.ini", GetPlayerName(Index), "In Guild", "1") Call SetPlayerGuild(Index, "" & GetPlayerGuild(NameID) & "") Call SetPlayerGuildAccess(Index, 0) Call SendPlayerData(Index) Call AlertMsg(Index, "Relog after waiting 10 seconds.") Else Call PlayerMsg(Index, "You are already in a guild.", RED) End If End If If ElementIndex = 48 Then Call CustomMenuClose(Index) End If Name = GetVar("/Scripts/Name/" & GetPlayerName(Index) & ".ini", "Request Name", "Name") NameID = FindPlayer(Name) If ElementIndex = 49 Then If GetVar("\Scripts\Guild\GuildMain.ini", GetPlayerName(Index), "In Guild") = "0" Then Call CustomMenuClose(Index) Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot1", "" & GetPlayerName(NameID) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(NameID) & ".ini", "MEMBERS", "Slot8", "" & GetPlayerName(Index) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot8", "" & GetPlayerName(Index) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot3", "" & Member3 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot4", "" & Member4 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot5", "" & Member5 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot6", "" & Member6 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot7", "" & Member7 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot2", "" & Member2 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot9", "" & Member9 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot10", "" & Member10 & "") Call PutVar("\Scripts\Guild\GuildMain.ini", GetPlayerName(Index), "In Guild", "1") Call SetPlayerGuild(Index, "" & GetPlayerGuild(NameID) & "") Call SetPlayerGuildAccess(Index, 0) Call SendPlayerData(Index) Call AlertMsg(Index, "Relog after waiting 10 seconds.") Else Call PlayerMsg(Index, "You are already in a guild.", RED) End If End If If ElementIndex = 50 Then Call CustomMenuClose(Index) End If Name = GetVar("/Scripts/Name/" & GetPlayerName(Index) & ".ini", "Request Name", "Name") NameID = FindPlayer(Name) If ElementIndex = 51 Then If GetVar("\Scripts\Guild\GuildMain.ini", GetPlayerName(Index), "In Guild") = "0" Then Call CustomMenuClose(Index) Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot1", "" & GetPlayerName(NameID) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(NameID) & ".ini", "MEMBERS", "Slot9", "" & GetPlayerName(Index) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot9", "" & GetPlayerName(Index) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot3", "" & Member3 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot4", "" & Member4 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot5", "" & Member5 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot6", "" & Member6 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot7", "" & Member7 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot8", "" & Member8 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot2", "" & Member2 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot10", "" & Member10 & "") Call PutVar("\Scripts\Guild\GuildMain.ini", GetPlayerName(Index), "In Guild", "1") Call SetPlayerGuild(Index, "" & GetPlayerGuild(NameID) & "") Call SetPlayerGuildAccess(Index, 0) Call SendPlayerData(Index) Call AlertMsg(Index, "Relog after waiting 10 seconds.") Else Call PlayerMsg(Index, "You are already in a guild.", RED) End If End If If ElementIndex = 52 Then Call CustomMenuClose(Index) End If Name = GetVar("/Scripts/Name/" & GetPlayerName(Index) & ".ini", "Request Name", "Name") NameID = FindPlayer(Name) If ElementIndex = 53 Then If GetVar("\Scripts\Guild\GuildMain.ini", GetPlayerName(Index), "In Guild") = "0" Then Call CustomMenuClose(Index) Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot1","" & GetPlayerName(NameID) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(NameID) & ".ini", "MEMBERS", "Slot10", "" & GetPlayerName(Index) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot10", "" & GetPlayerName(Index) & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot3", "" & Member3 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot4", "" & Member4 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot5", "" & Member5 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot6", "" & Member6 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot7", "" & Member7 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot8", "" & Member8 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot9", "" & Member9 & "") Call PutVar("/Scripts/Guild/" & GetPlayerGuild(Index) & ".ini", "MEMBERS", "Slot2", "" & Member2 & "") Call PutVar("\Scripts\Guild\GuildMain.ini", GetPlayerName(Index), "In Guild", "1") Call SetPlayerGuild(Index, "" & GetPlayerGuild(NameID) & "") Call SetPlayerGuildAccess(Index, 0) Call SendPlayerData(Index) Call AlertMsg(Index, "Relog after waiting 10 seconds.") Else Call PlayerMsg(Index, "You are already in a guild.", RED) End If End If If ElementIndex = 54 Then Call CustomMenuClose(Index) End If Exit Sub ``` Could Someone help me on this?
  19. Cake. Cake is better. Hands Down. 'Nuff said.
  20. Give More Information. What version are you using? Did you edit or make any scripts first? Could you post some subs? Anyway, Most Likely, A script's "Getvar" is a at the wrong place. It dosen't have an "If" in front of it, or it's too close to something. Try to check or edit your scripts. That's all I can do until you post more info.
  21. So, I was just playing eclipse and one day I turned on the game and my sprites were all messed up. I have no idea why. It only shows either the top or bottom half of the sprite! Can some one help me? Has this happenned before? PLEASE HELP! PLEASE PLEASE PLEASE! P.s I am using Eclipse Stable.
  22. Okay, this has happened before, but I just reinstalled the software. I have Eclipse Stable(With Quest System Installed). It was working completely fine until all of a sudden, I got a popup that read > Run-time error '480':Can't AutoRedraw image . So, I reinstalled library files, but they didn't install again (I kind of got them to work). I've been working really hard on this game…is there any way to fix this?
×
×
  • Create New...