Jump to content

Aeromesi

Support Leaders
  • Content Count

    821
  • Joined

  • Last visited

  • Days Won

    43

Everything posted by Aeromesi

  1. Hah, this is what makes it so anyone can use/modify it under GNU the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too.
  2. I beg to differ. I just installed the rAthena server, it's working but it's Spanish. Though there are A LOT of errors and I dont know if we'll be able to get our hands on the "TERRA GRF" file EDIT: The errors may have been made from me doing something wrong. Anyone interested in a precompiled version of this with a ready to go SQL? I'm using 20131223
  3. So I've been looking into eAmod, a mod for $150? That's wack. Does it work for rAthena or Hercules? You guys tell me. Idk if it's legal or not, I think it is because it can't run without "a" RO emulator. Can SOME or most of this be used with latest rAthena and Hercules revisions? https://github.com/zephyrus-cr/eamod You can git it for free
  4. Aeromesi

    eAmod down?

    Is it this? https://github.com/zephyrus-cr/eamod
  5. http://www.esperia-ro.net/downloads/eSperiaRO.zip
  6. So far every Installation packaging software I use has a size limit of 2GB, I tried install creator Pro, InstallForge, and a few others and none have worked, I want my players to have an installation package instead of unzipping the client, it's a hastle and some people are honestly too naive to know how to right click and unzip to desktop. So some help would be appreciated!
  7. I have this nice script that was solely used for my server from a scripter named Vykimo, I have everything still, but its really buggy with hercules. If anyone's interested here's the video, for fixing it up I would release everything needed client and server side for it And also my unique Fumbi system which is featured in the video, I rewrote it for hercules and optimized it a lot, no other server has it! If you're interested message me or post on this topic.
  8. I have this old source edit that I used for one of my features on my server, but it doesn't work anymore on Hercules so could someone help me out with this function? Function name is partyinvite Code from script.c: BUILDIN_FUNC(partyinvite){int party_id,i = 0;struct map_session_data *sd = script_rid2sd(st ); struct party_data *p; party_id=script_getnum(st,2); p = party_search(party_id); if (p ) //Search leaderfor(i = 0; i < MAX_PARTY && !p->party.member.leader; i++); if (!p || i == MAX_PARTY) return 0; //leader not foundif(!sd) return 0; //no players in the scriptsd->party_joining = 1;sd->party_invite = party_id;sd->party_invite_account = p->party.member[i].account_id; if( party_member_added(party_id,sd->status.account_id,sd->status.char_id,0) )script_pushint(st,1);elsescript_pushint(st,-1);return 0;} The error when compiling: 5>c:usersmichaeldesktopemusrcmapscript.c(19031): warning C4013: 'party_search' undefined; assuming extern returning int5>c:usersmichaeldesktopemusrcmapscript.c(19031): warning C4047: '=' : 'party_data *' differs in levels of indirection from 'int'5>c:usersmichaeldesktopemusrcmapscript.c(19034): error C2231: '.leader' : left operand points to 'struct', use '->'5>c:usersmichaeldesktopemusrcmapscript.c(19042): warning C4013: 'party_member_added' undefined; assuming extern returning int Any help on this?
  9. I've been messing with clients, diffing them, testing them out, but I haven't found which one is near-perfect or perfect. Could anyone point me in the right direction? My eyes have been looking at 2013-12-23 exe and I'm not sure if that's best to start my server off. Give me some help please! Thanks again Hercules community
  10. I'm talking about the equipped weapons error on 2014-10-22 clients
  11. The weapon bug needs to be addressed. This is a huge problem :/ and all I've come up for a fix was to rename the old ones with _1 at the end, but that's not how it should be done I bet. xD
  12. Also mine is a clean github repo also. This is an urgent bug that should be addressed quickly :/
  13. Bump. It also happened with Knife[4]. So I'm assuming it's happening to all the knifes. Edit: Yeap happening to all of 'em...
  14. I just tried exactly what you did. Same here. Map server crashed, I tried multiple items, so maybe it's just the knife[3]? Not sure but this bug should be addressed. Seems like it's not just him, this could pose a threat to anyone running an RO server using Hercules.
  15. Topic explains it all. I keep trying to setup my NEONCUBE patcher for my webhost so I can patch my game. But it keeps saying Failed to get patchlist when the patchlist is in the right directory, I labeled everything perfectly in the neoncube.ini I haven't tried Thor yet, but if Neoncube fails to get a patchlist, I bet Thor would too. I heard some webhosts have disabled file services probably because of Piracy issues. So question is, have they disabled file services or is it just something messed up with my host?
  16. Worked by reducing resolutions. Thanks
  17. It happened when I switched out and used a different GRF that I've been adding my custom stuff too though. o.O
  18. Description explains it all. When screenshotting this happens: My client gets a slight lag/freeze, then the screenshots look like this. View attached image please Any help regarding this issue?
  19. Has anyone made these src modifications available in the forums?
  20. I got rid of all of them in my item_db2.conf. But what about the client related issues? I'll post everything I've done right now. accessoryid.lub ACCESSORY_runesofpower = 1400 accname.lub [ACCESSORY_IDs.ACCESSORY_runesofpower] = "_runesofpower" accname_eng.lub [ACCESSORY_IDs.ACCESSORY_runesofpower] = "_runesofpower" itemInfo.lub [40000] = { unidentifiedDisplayName = "", unidentifiedResourceName = "", unidentifiedDescriptionName = { "Unknown Item, can be identified by [Magnifier].", }, identifiedDisplayName = "Runes of Power", identifiedResourceName = "Runes of Power", identifiedDescriptionName = { "item description.", "vit + whatever", "Class :^777777 Costumes Equipment^000000", "Defense : ^7777770^000000", "Equipped on :^777777 Mid,Lower^000000", "Weight :^777777 0^000000", "Required Level :^777777 1^000000", "Applicable Job :^777777 Every Job^000000", }, slotCount = 0, ClassNum = 1400 }, And here's my item_db2.conf, again, i removed every single /* */ item_db: (// Items Additional Database/*{ // =================== Mandatory fields =============================== Id: ID (int) AegisName: "Aegis_Name" (string, optional if Inherit: true) Name: "Item Name" (string, optional if Inherit: true) // =================== Optional fields ================================ Type: Item Type (int, defaults to 3 = etc item) Buy: Buy Price (int, defaults to Sell * 2) Buy: Buy Price (int, defaults to Sell * 2) Sell: Sell Price (int, defaults to Buy / 2) Weight: Item Weight (int, defaults to 0) Atk: Attack (int, defaults to 0) Matk: Magical Attack (int, defaults to 0, ignored in pre-re) Def: Defense (int, defaults to 0) Range: Attack Range (int, defaults to 0) Slots: Slots (int, defaults to 0) Job: Job mask (int, defaults to all jobs = 0xFFFFFFFF) Upper: Upper mask (int, defaults to any = 0x3f) Gender: Gender (int, defaults to both = 2) Loc: Equip location (int, required value for equipment) WeaponLv: Weapon Level (int, defaults to 0) EquipLv: Equip required level (int, defaults to 0) EquipLv: [min, max] (alternative syntax with min / max level) Refine: Refineable (boolean, defaults to true) View: View ID (int, defaults to 0) BindOnEquip: true/false (boolean, defaults to false) Script: <" Script (it can be multi-line) "> OnEquipScript: <" OnEquip Script (can also be multi-line) "> OnUnequipScript: <" OnUnequip Script (can also be multi-line) "> // =================== Optional fields (item_db2 only) ================ Inherit: true/false (boolean, if true, inherit the values that weren't specified, from item_db.conf, else override it and use default values)},*/// THQ Quest Items// ============================================================={ Id: 7950 AegisName: "THG_Membership" Name: "THG Membership" Type: 3 Sell: 10 Weight: 10},{ Id: 7951 AegisName: "Token_Bag" Name: "Token Bag" Type: 3 Sell: 10 Weight: 10}, { Id: 1998 AegisName: "Jeramiah's_Jur" Name: "Jeramiah's Jur" Type: 3 Sell: 10 Weight: 10}, { Id: 1999 AegisName: "Zed's_Staff" Name: "Zed's Staff" Type: 3 Sell: 10 Weight: 10}, // Official Event Items that had their Effects removed after the event was completed { Id: 585 AegisName: "Wurst" Name: "Brusti" Type: 11 Buy: 2 Weight: 40 Script: <" itemheal rand(15,20),0; itemskill PR_MAGNIFICAT,3; ">}, { Id: 679 AegisName: "Gold_Pill" Name: "Pilule" Type: 0 Buy: 5000 Weight: 300 Script: <" percentheal 50,50; ">}, { Id: 2681 AegisName: "Republic_Ring" Name: "Republic Anniversary Ring" Type: 5 Buy: 20 Weight: 100 Loc: 136 Refine: false Script: <" bonus bAllStats,3; ">}, { Id: 5134 AegisName: "Pumpkin_Hat" Name: "Pumpkin-Head" Type: 5 Buy: 20 Weight: 200 Def: 2 Loc: 256 View: 206 Script: <" bonus2 bSubRace,RC_Demon,5; ">}, { Id: 5136 AegisName: "Santa's_Hat_" Name: "Louise's Santa Hat" Type: 5 Buy: 20 Weight: 100 Def: 3 Loc: 256 View: 20 Script: <" bonus bMdef,1; bonus bLuk,1; bonus3 bAutoSpellWhenHit,AL_HEAL,3,50; bonus3 bAutoSpellWhenHit,AL_BLESSING,10,50; ">}, { Id: 5145 AegisName: "Carnival_Joker_Jester" Name: "Carnival Jester" Type: 5 Buy: 10 Weight: 100 Loc: 256 View: 89 Script: <" bonus bAllStats,3; ">}, { Id: 5147 AegisName: "Baseball_Cap" Name: "Baseball Cap" Type: 5 Buy: 0 Weight: 200 Def: 3 Loc: 256 View: 216 Script: <" bonus2 bExpAddRace,RC_Boss,50; bonus2 bExpAddRace,RC_NonBoss,50; ">}, { Id: 5201 AegisName: "Party_Hat_B" Name: "2nd Anniversary Party Hat" Type: 5 Buy: 20 Weight: 300 Def: 3 Loc: 256 View: 144 Script: <" bonus bAllStats,3; ">}, { Id: 5202 AegisName: "Pumpkin_Hat_" Name: "Pumpkin Hat" Type: 5 Buy: 20 Weight: 200 Def: 2 Loc: 256 View: 206 Script: <" bonus bAllStats,2; bonus2 bSubRace,RC_Demon,5; bonus3 bAddMonsterDropItem,529,RC_DemiHuman,1500; ">}, { Id: 5204 AegisName: "Event_Pierrot_Nose" Name: "Rudolf's Red Nose" Type: 5 Buy: 20 Weight: 100 Loc: 1 Refine: false View: 49 Script: <" bonus2 bResEff,Eff_Blind,3000; bonus2 bAddMonsterDropItem,12130,30; ">}, { Id: 5264 AegisName: "Aussie_Flag_Hat" Name: "Australian Flag Hat" Type: 5 Buy: 20 Weight: 500 Def: 4 Loc: 256 View: 304 Script: <" bonus bAllStats,2; ">}, { Id: 5356 AegisName: "Pumpkin_Hat_H" Name: "Pumpkin Hat" Type: 5 Buy: 20 Weight: 200 Def: 2 Loc: 256 View: 206 Script: <" bonus bAllStats,2; bonus2 bSubRace,RC_Demon,5; bonus2 bMagicAddRace,RC_Demon,5; ">}, { Id: 5811 AegisName: "Santa_Beard" Name: "Santa Beard" Type: 5 Buy: 20 Weight: 100 Def: 5 Loc: 1 Refine: false View: 25 Script: <" bonus2 bSubRace,RC_Brute,5; ">}, { Id: 11702 AegisName: "Moon_Cookie" Name: "Moon Cookie" Type: 11 Buy: 0 Weight: 10 Script: <" sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION; itemskill AL_BLESSING,7; ">}, { Id: 12131 AegisName: "Lucky_Potion" Name: "Lucky Potion" Type: 0 Buy: 2 Weight: 100 Script: <" sc_start SC_FOOD_LUK,180000,15; ">}, { Id: 12143 AegisName: "Red_Can" Name: "Red Can" Type: 2 Buy: 50000 Weight: 300 Script: <" percentheal 25,25; ">}, // Event effect: Summon monster? Probably Rice_Cake. x_x { Id: 12199 AegisName: "Rice_Scroll" Name: "Rice Scroll" Type: 2 Buy: 0}, { Id: 12200 AegisName: "Event_Cake" Name: "Event Cake" Type: 2 Buy: 20 Weight: 50 Script: <" itemskill PR_MAGNIFICAT,3; ">}, { Id: 12238 AegisName: "New_Year_Rice_Cake_1" Name: "New Year Rice Cake" Type: 0 Buy: 20 Weight: 100 Script: <" percentheal 20,15; sc_start SC_FOOD_STR,1200000,3; sc_start SC_FOOD_INT,1200000,3; sc_start SC_FOOD_LUK,1200000,3; sc_start SC_MOVHASTE_INFINITY,5000,0; ">}, { Id: 12239 AegisName: "New_Year_Rice_Cake_2" Name: "New Year Rice Cake" Type: 0 Buy: 20 Weight: 100 Script: <" percentheal 20,15; sc_start SC_FOOD_DEX,1200000,3; sc_start SC_FOOD_AGI,1200000,3; sc_start SC_FOOD_VIT,1200000,3; sc_start SC_MOVHASTE_INFINITY,5000,0; ">}, // iRO St. Patrick's Day Event 2008// ============================================================= { Id: 12715 AegisName: "Black_Treasure_Chest" Name: "Black Treasure Chest" Type: 2 Buy: 0 Weight: 200 Script: <" callfunc "F_08stpattyseventbox"; ">}, // iRO Valentine's Day Event 2009// ============================================================= { Id: 12742 AegisName: "Valentine_Gift_Box_M" Name: "Valentine Gift Box" Type: 2 Buy: 10 Script: <" getitem 7946,1; ">}, { Id: 12743 AegisName: "Valentine_Gift_Box_F" Name: "Valentine Gift Box" Type: 2 Buy: 10 Script: <" getitem 7947,1; ">}, { Id: 12744 AegisName: "Chocolate_Box" Name: "Chocolate Box" Type: 2 Buy: 10 Script: <" getitem 558,1; ">}, { Id: 14466 AegisName: "Valentine's_Emblem_Box" Name: "Valentine's Emblem Box" Type: 2 Buy: 10 Script: <" getitem 5817,1; ">}, { Id: 7946 AegisName: "Gold_Ring_Of_Valentine" Name: "Gold Ring Of Valentine" Type: 3 Buy: 10}, { Id: 7947 AegisName: "Silver_Ring_Of_Valentine" Name: "Silver Ring Of Valentine" Type: 3 Buy: 10}, { Id: 7948 AegisName: "Box" Name: "Box" Type: 3 Buy: 10 Weight: 10}, { Id: 5817 AegisName: "Valentine's_Emblem" Name: "Valentine's Emblem" Type: 5 Buy: 10 Def: 3 Loc: 136 Refine: false Script: <" bonus bAtkRate,3; bonus bMatkRate,3; bonus bAllStats,2; bonus bFlee,10; bonus bAspd,1; bonus bMdef,3; bonus2 bSkillAtk,"AL_HEAL",10; bonus2 bSkillHeal,AL_HEAL,10; bonus2 bSkillHeal,AM_POTIONPITCHER,10; bonus2 bAddItemHealRate,IG_Potion,10; ">}, // iRO Halloween Event 2009// ============================================================= { Id: 5668 AegisName: "Weird_Pumpkin_Hat" Name: "Weird Pumpkin Hat" Type: 5 Buy: 20 Def: 5 Loc: 256 View: 206 Script: <" bonus bMdef,5; bonus2 bAddMonsterDropItem,12192,2500; ">}, { Id: 6298 AegisName: "Crushed_Pumpkin" Name: "Crushed Pumpkin" Type: 3 Buy: 0}, { Id: 6299 AegisName: "Worn_Fabric" Name: "Worn Fabric" Type: 3 Buy: 0}, // Old Tuxedo and Wedding Dress, will display the outfit when worn.// ================================================================== { Id: 2338 AegisName: "Wedding_Dress" Name: "Wedding Dress" Type: 5 Buy: 43000 Weight: 500 Job: 0xFFFFFFFE Loc: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; ">}, { Id: 7170 AegisName: "Tuxedo" Name: "Tuxedo" Type: 5 Buy: 43000 Weight: 10 Job: 0xFFFFFFFE Gender: 1 Loc: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; ">}, //Tales of Ragnarok{ Id: 40000 AegisName: "_runeofpower" Name: "Rune of Power" Type: 5 View: 1400})
  21. So anyone have a solution to this problem? I've added everything in accessoryid.lub, accname.lub, and accname_eng.lub Also in itemInfo.lub I've added my item. But everytime I run my exe I get the following error(s), client loads properly afterwards. And when I add the item to item_db2.conf, nothing gets loaded in the map-server but 0 entries
  22. Bump. I used the search function on the Hercules forum and couldn't find anything ><
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.