Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    249

Reputation Activity

  1. Upvote
    Dastgir got a reaction from Akaneharuka in I have a problem with the item name   
    The name in system folder is itemInfo.lua, because we insist that you use Load Custom itemInfo diff and change name of file(if you use default name and you update the kRO, it might overwrite your changes)
  2. Upvote
    Dastgir got a reaction from Akaneharuka in I have a problem with the item name   
    You also need system folder(outside GRF)That's needed for client >=2012-04-18
    From that client, System/itemInfo.lub contains item name/description
  3. Upvote
    Dastgir got a reaction from Akaneharuka in 2014-04-16aRagexe map load error   
    there's new prontera which cannot be loaded in 2014 clients.
    so use http://herc.ws/board/files/file/182-old-prontera/
  4. Upvote
    Dastgir got a reaction from Black Box in Error compiling plugins   
    I guess you were the one who appeared on IRC...
     
     
    http://pastebin.com/t6aNP0iQ
     
    Use ./configure first, since there were updates to it, so that it can pick up correct location.
  5. Upvote
    Dastgir got a reaction from Nagad in Client Translation Project   
    all things that are in data folder should be in GRF,
    only the System folder should be outside the GRF
  6. Upvote
    Dastgir got a reaction from Nagad in Adding hairstyles found around   
    Try ingame rather than In char server
  7. Upvote
    Dastgir got a reaction from Helena in warpwaitingroompc not checking the required players.   
    Change
    waitingroom "Waiting Room",3,"Guard::OnWarp",1;
    To
    waitingroom "Waiting Room",3,"Guard::OnWarp",3;
  8. Upvote
    Dastgir got a reaction from Nagad in Client Translation Project   
    On 13.2, third class were implemented, and that was start of renewal.
  9. Upvote
    Dastgir got a reaction from mrlongshen in R > PVP & MVP Cash point on killed   
    mobRewardPoints to.mobRewardPoints
  10. Upvote
    Dastgir got a reaction from mrlongshen in Player bypass GM level   
    Nah, bindatcmd have gm level specification.Just changing to
    bindatcmd("buff",strnpcinfo(0)+"::OnBuff",99,99);
    Would do the job.
  11. Upvote
    Dastgir got a reaction from mrlongshen in R > PVP & MVP Cash point on killed   
    mapannounce strcharinfo(PC_MAP), strcharinfo(PC_NAME) + " killed " + rid2name(killedrid) + " and earned " + .pvpRewardPoints +" Cash Point" + ((.pvpRewardPoints > 1)? "s" : "") + ".";
     
    To
     
    mapannounce strcharinfo(PC_MAP), strcharinfo(PC_NAME) + " killed " + rid2name(killedrid) + " and earned " + .pvpRewardPoints +" Cash Point" + ((.pvpRewardPoints > 1)? "s" : "") + ".",bc_map;
  12. Upvote
    Dastgir got a reaction from MICK3Yz in Hexed reading grf files.   
    Make 2 clients, Make a basic grf(let it be BASIC.GRF)[basic GRF should contain common files for both server.] and make 2 more grfs, renewal.grf and pre-renewal.grf to contain respective files.
    then for ClientA(Client for Renewal) make different data.ini and make sure renewal.grf is given highest priority , i.e
    [DATA]0=renewal.grf1=Basic.grf... and so on. For ClientB(Client for pre-renewal) different data.ini and pre-renewal.grf should be loaded first. i.e
    [DATA]0=pre-renewal.grf1=Basic.grf... and so on.
  13. Upvote
    Dastgir got a reaction from mrlongshen in Simple warper goes crazy   
    Change select statement to
    .@select = select( implode( .warps$, ":" ) )-1;
     
    Since select() returns from 1 and array index starts from 0
  14. Upvote
    Dastgir got a reaction from loliserver in [Plugin] Colored chat   
    Share it
  15. Upvote
    Dastgir got a reaction from Nagad in Buyingstore and Searchstores   
    Those are script command
    12548(Buy_Market_Permit2) uses that command.
    Buying store will open a store in which you can state what you are buying, and other can view and sell it to you(opposite of vending)
     
    Similarly, search store will open a interface, in which you put item name, and it returns the vendors selling it.
  16. Upvote
    Dastgir got a reaction from minx123 in Help Me Fix Quest to enter dun map   
    Change warp command to
    warp "lhz_dun05", 0,0;
  17. Upvote
    Dastgir got a reaction from minx123 in change item need to join event bossnia   
    invek,153,236,5 script Bossnia Member::Bossnia 908,{ mes "[Riss]"; mes "Hey..."; mes "I have seen a lot of beautiful places"; mes "while traveling all around the world"; mes "in my adventures."; mes "Haha!"; next; mes "[Riss]"; mes "Wha-? I'm from..."; mes "'Bossnia Team'! No, no..."; mes "my name doesn't matter."; mes "Sometimes, you gotta live and let live."; mes "Small things like that,"; mes "they aren't worth worrying about."; next; mes "[Riss]"; mes "Hm, back to the topic..."; mes "During all my travels,"; mes "I have found a horrible place."; next; mes "[Riss]"; mes "In majority, inside the dungeons and underground prisons"; mes "there is always a fearsome monster."; mes "Isn't that right?"; next; mes "[Riss]"; mes "But, but... Ali..."; mes "There are a lot of monsters, all them so strong..."; mes "It was frightening."; next; mes "[Riss]"; mes "If I lingered few seconds..."; mes "I could have died in there."; next; mes "[Riss]"; mes "Wha-?"; mes "Do you want to go there?"; mes "Oh, gosh, you didn't get me."; mes "Inside......"; mes "DONT FORGET TO BRING A yGGLEAF or PRIEST."; next; mes "[Riss]"; mes "!?!... you already know?"; mes "Even understanding it, do you still want to go there."; mes "Aight, I will take you there."; mes "But, once you're there, "; mes "don't be mad at me."; next; if (countitem(673) <10) { mes "[Riss]"; mes "You don't have enough items"; mes "Come back when you get "+(10 - countitem(673))+" more "+getitemname(673)+"."; close; } mes "[Riss]"; mes "Are you going to face this challenge?"; mes "Right. Then choose your destination."; next; select("First:Second:Third:Fourth"); set .@choice,@menu; mes "[Riss]"; mes "Be careful, young boy."; mes "Don't be mad at me."; close2; if( #delay > gettimetick(1) ){ dispbottom "Delaying..."; }else{ delitem 673,10; warp "bossnia_0" + .@choice,202,204; set #delay,#delay + ( 3600 * 5 ); } end;OnInit:waitingroom "Bossnia MVP",0;end;}//--------------- Duplicates -------------------------------////geffen,124,169,4 duplicate(Bossnia) Bossnia Member#2 908//payon,165,150,4 duplicate(Bossnia) Bossnia Member#3 908//morocc,142,100,4 duplicate(Bossnia) Bossnia Member#4 908//lighthalzen,203,140,4 duplicate(Bossnia) Bossnia Member#5 908//rachel,132,144,4 duplicate(Bossnia) Bossnia Member#6 908//--------------- Mapflags ---------------------------------//bossnia_01 mapflag nomemobossnia_01 mapflag nobranchbossnia_01 mapflag nosavebossnia_01 mapflag noexppenaltybossnia_02 mapflag nomemobossnia_02 mapflag nobranchbossnia_02 mapflag nosavebossnia_02 mapflag noexppenaltybossnia_03 mapflag nomemobossnia_03 mapflag nobranchbossnia_03 mapflag nosavebossnia_03 mapflag noexppenaltybossnia_04 mapflag nomemobossnia_04 mapflag nobranchbossnia_04 mapflag nosavebossnia_04 mapflag noexppenalty//--------------- Mob Spawns -------------------------------////bossnia_01bossnia_01,0,0,0,0 boss_monster Garm 1252,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Gloom Under Night 1768,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Dark Lord 1272,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Doppelganger 1046,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Dracula 1389,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Drake 1112,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Detale 1719,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Maya 1147,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Mistress 1059,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Baphomet 1039,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Egnigem Cenia 1658,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Amon Ra 1511,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Atroce 1785,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Hell Apocalypse 1978,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Eddga 1115,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Osiris 1038,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Orc Lord 1190,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Orc Hero 1087,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Incantation Samurai 1492,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Moonlight Flower 1150,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Lord of Death 1373,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Ktullanux 1779,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Kiel D-01 1734,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Thanatos 1708,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Lady Tanee 1688,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Tao Gunka 1583,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Turtle General 1312,10,43200000,0,0bossnia_01,0,0,0,0 boss_monster Pharaoh 1157,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Stormy Knight 1251,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Fallen Bishop Hibram 1871,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Phreeoni 1159,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Golden Thief Bug 1086,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Evil Snake Lord 1418,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster RSX-0806 1623,1,43200000,0,0bossnia_01,0,0,0,0 boss_monster Assassin Cross Eremes 1647,1,0,0,0bossnia_01,137,118,1,1 boss_monster Whitesmith Howard 1648,1,0,0,0bossnia_01,122,195,1,1 boss_monster Beelzebub 1873,1,0,0,0bossnia_01,45,118,1,1 boss_monster Beelzebub 1873,1,0,0,0bossnia_01,196,122,1,1 boss_monster Valkyrie Randgris 1751,1,0,0,0bossnia_01,142,61,1,1 boss_monster Ifrit 1832,1,0,0,0//bossnia_02bossnia_02,0,0,0,0 boss_monster Garm 1252,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Gloom Under Night 1768,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Dark Lord 1272,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Doppelganger 1046,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Dracula 1389,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Drake 1112,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Detale 1719,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Maya 1147,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Mistress 1059,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Baphomet 1039,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Egnigem Cenia 1658,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Amon Ra 1511,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Atroce 1785,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Hell Apocalypse 1978,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Eddga 1115,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Osiris 1038,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Orc Lord 1190,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Orc Hero 1087,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Incantation Samurai 1492,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Moonlight Flower 1150,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Lord of Death 1373,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Ktullanux 1779,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Kiel D-01 1734,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Thanatos 1708,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Lady Tanee 1688,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Tao Gunka 1583,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Turtle General 1312,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Pharaoh 1157,2,43200000,0,0bossnia_02,0,0,0,0 boss_monster Stormy Knight 1251,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Fallen Bishop Hibram 1871,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Phreeoni 1159,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Golden Thief Bug 1086,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Evil Snake Lord 1418,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster RSX-0806 1623,1,43200000,0,0bossnia_02,0,0,0,0 boss_monster Assassin Cross Eremes 1647,1,0,0,0bossnia_02,137,118,1,1 boss_monster Whitesmith Howard 1648,1,0,0,0bossnia_02,122,195,1,1 boss_monster Beelzebub 1873,1,0,0,0bossnia_02,45,118,1,1 boss_monster Beelzebub 1873,1,0,0,0bossnia_02,196,122,1,1 boss_monster Valkyrie Randgris 1751,1,0,0,0bossnia_02,142,61,1,1 boss_monster Ifrit 1832,1,0,0,0//bossnia_03bossnia_03,0,0,0,0 boss_monster Garm 1252,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Gloom Under Night 1768,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Dark Lord 1272,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Doppelganger 1046,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Dracula 1389,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Drake 1112,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Detale 1719,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Maya 1147,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Mistress 1059,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Baphomet 1039,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Egnigem Cenia 1658,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Amon Ra 1511,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Atroce 1785,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Hell Apocalypse 1978,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Eddga 1115,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Osiris 1038,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Orc Lord 1190,10,43200000,0,0bossnia_03,0,0,0,0 boss_monster Orc Hero 1087,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Incantation Samurai 1492,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Moonlight Flower 1150,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Lord of Death 1373,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Ktullanux 1779,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Kiel D-01 1734,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Lady Tanee 1688,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Tao Gunka 1583,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Turtle General 1312,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Pharaoh 1157,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Stormy Knight 1251,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Fallen Bishop Hibram 1871,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Phreeoni 1159,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Golden Thief Bug 1086,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster Evil Snake Lord 1418,1,43200000,0,0bossnia_03,0,0,0,0 boss_monster RSX-0806 1623,1,43200000,0,0bossnia_03,196,122,1,1 boss_monster Valkyrie Randgris 1751,3,0,0,0bossnia_03,142,61,1,1 boss_monster Ifrit 1832,1,0,0,0//bossnia_04bossnia_04,0,0,0,0 boss_monster Garm 1252,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Gloom Under Night 1768,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Dark Lord 1272,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Doppelganger 1046,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Dracula 1389,3,43200000,0,0bossnia_04,0,0,0,0 boss_monster Drake 1112,3,43200000,0,0bossnia_04,0,0,0,0 boss_monster Detale 1719,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Maya 1147,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Mistress 1059,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Baphomet 1039,2,43200000,0,0bossnia_04,0,0,0,0 boss_monster Egnigem Cenia 1658,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Amon Ra 1511,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Atroce 1785,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Hell Apocalypse 1978,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Eddga 1115,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Osiris 1038,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Orc Lord 1190,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Orc Hero 1087,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Incantation Samurai 1492,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Moonlight Flower 1150,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Lord of Death 1373,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Ktullanux 1779,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Kiel D-01 1734,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Lady Tanee 1688,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Tao Gunka 1583,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Turtle General 1312,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Pharaoh 1157,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Stormy Knight 1251,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Fallen Bishop Hibram 1871,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Phreeoni 1159,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Golden Thief Bug 1086,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster Evil Snake Lord 1418,1,43200000,0,0bossnia_04,0,0,0,0 boss_monster RSX-0806 1623,1,43200000,0,0bossnia_04,196,122,1,1 boss_monster Valkyrie Randgris 1751,2,7200000,0,0bossnia_04,142,61,1,1 boss_monster Ifrit 1832,1,7200000,0,0// mapflagsbossnia_04 mapflag nowarptobossnia_04 mapflag nowarpbossnia_04 mapflag nomemobossnia_04 mapflag nosave SavePointbossnia_04 mapflag nobranchbossnia_04 mapflag noicewallbossnia_04 mapflag nopenaltybossnia_04 mapflag nobranchbossnia_04 mapflag noexpbossnia_04 mapflag noreturnbossnia_01 mapflag nowarptobossnia_01 mapflag nowarpbossnia_01 mapflag nomemobossnia_01 mapflag nosave SavePointbossnia_01 mapflag nobranchbossnia_01 mapflag noicewallbossnia_01 mapflag nopenaltybossnia_01 mapflag nobranchbossnia_01 mapflag noexpbossnia_01 mapflag noreturnbossnia_02 mapflag nowarptobossnia_02 mapflag nowarpbossnia_02 mapflag nomemobossnia_02 mapflag nosave SavePointbossnia_02 mapflag nobranchbossnia_02 mapflag noicewallbossnia_02 mapflag nopenaltybossnia_02 mapflag nobranchbossnia_02 mapflag noexpbossnia_02 mapflag noreturnbossnia_03 mapflag nowarptobossnia_03 mapflag nowarpbossnia_03 mapflag nomemobossnia_03 mapflag nosave SavePointbossnia_03 mapflag nobranchbossnia_03 mapflag noicewallbossnia_03 mapflag nopenaltybossnia_03 mapflag nobranchbossnia_03 mapflag noexpbossnia_03 mapflag noreturn
  18. Upvote
    Dastgir got a reaction from evilpuncker in Store bug   
    So, you are using Highly Experimental 2015 client(on topic , it has stated that its not for production and just for testing), since we have alot of missing packets.
    This is known problem. and please don't open new topics for 2015 clients till its work is completed.
  19. Upvote
    Dastgir got a reaction from Zia in Oboro / Rebellion Quest and Skills   
    @@ZelosAvalon
    Its not implemented as yet and would take time to implement as we don't have official info.
    @@malufett,
    Weren't you going to commit rebellion skills with near to official info?? Any ETA for it?
    @allother
    Please no drama in the topic, stay to the topic and no off topic drama that could lead to conflicts between people.
  20. Upvote
    Dastgir got a reaction from Slicer in Client 2015   
    Any error or warning?It would be easy to give solution if you could show some screenshot of error/warning.
  21. Upvote
    Dastgir got a reaction from Nebraskka in Goodbye - We'll miss you.   
    You will always be a Legend. Good luck with whatever you are doing
    Hope to see you back soon.
  22. Upvote
    Dastgir got a reaction from depomguss in [Help] Quest Window issues !   
    1)
    Its in msgstringtable.txt
    2)
    You are missing those quest entries , maybe from questid2display.txt
  23. Upvote
    Dastgir got a reaction from depomguss in [Help] About clan system ?   
    Clan system is not working,
    We have full packets to make it working, but we don't have information on how one gets to clan, what are benefits and restrictions. And all those things.
  24. Upvote
    Dastgir got a reaction from sonyk2 in [Release] ExtendedBG for Hercules (with eAmod BG modes)   
    Hello Hercules Community,
     
    Let me explain it first.
    It is ExtendedBG, which tends to contain all eAmodBG modes and extra modes(as and when coded).
    Some Previews:
    http://imgur.com/a/2SSVR
    Ohh, and the last thing I forgot to tell,
    Its 100% Plugin and Script, no Source Edits ..
     
    Special Thanks To:
    jaBote co-founded this project(and really thanks to him , that he motivated me at start at provided some functions and idea of how the base should be, and what we should do it to give flavor of Hercules in it).
     
    Repository Link: https://github.com/dastgirp/eBG (Please read README.md for installation steps)
     
    Leave Comments/Suggestions if you find something.
    NOTE:
     There might be some(/many) debug messages left in map-server which will be cleaned up. I will add battle.conf soon (you have to add it yourself for now or edit the plugin) The plugin might be a big mess to read/understand (I did many experiments over the year) There might be some bugs Thanks to @Rebel and @Myriad for testing and providing initial feedback
    Contact me on Discord: @Dastgir#1460 if there's some urgent issue or else open the issue in github. keep this topic for support.
     
    Want to encourage me??

     
  25. Upvote
    Dastgir got a reaction from Nagad in [Release] ExtendedBG for Hercules (with eAmod BG modes)   
    Development of this had already started... 
    For more technical changelog along with date :http://server.athenacore.net/getrss.php?q=ebg
×
×
  • Create New...

Important Information

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