Jump to content

jehadmalek

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by jehadmalek

  1. sorry maybe it was connection error ,
  2. Hi , Since i had disabled 3rd Job Quest "I use JOB MASTER" , I need a warper that warps peaple to 3rd Job place so they can buy what they want from there , or simbly 3rd job Shop that is selling NORMAL items like u can buy from there places , & Thx
  3. Hi , is clan system works ? i can't find the NPC's but crt+g works .. is there any dorams eqp ? since i got a grf has one shield & weapon sprite .. new prontera map do i need to replace every thing so it will fit the new prontera map "ep16" MOROCC ! can some one plz explain to me what is happening with morocc ? like "in ep12 satan destroyed it then in 14 killed it + satan's card & rebuild morocc" (Can't find this the server !) Quests ! There are some quests & Npc & Monsters .. items .. cards ... etc , from further episodes and it is random , the most important thing is quests , so can some one tell me the quest added from 14.2 and further "any quest from ep14.3 to 16.2 if there is " & THX
  4. Hi i got some things in general i didn't know how to do them , 1st : How to disable the following NPC's - Magic Gear Master - YuPi "A girl near prontera center" - "some other Npc's in prontera PS: ( I had searched the files athena.custom..etc , and i didn't found them ) 2nd : How to disable MONSTERS in Guild ? & why the appear ?? 3rd : Whats Guild2 ? war2 ??? "is it the new war maps ? or some new kind of war?" 4th : Guild dun is where players can get Valium eqp right ? if that was right (How to control it ex: War at thur guild dun opens only at thur and rest of the week is closed) 5th : why in NPC file there is re file that has the same thing that NPC has ? & thx
  5. ok can u till me which episodes are 100% complete or 60% complete ?? & how to know that from the official source
  6. Yeah , i knew that but is there any Npc's that like it ? quests or things that gives player things like this & thx It's the sealed shrine quest, you have to disable it there at npc/instances/ or you have to open the SealedShrine.txt and disable the final NPC ( which rewards the players ). I would rather disabled Sealed Shrine instance THX
  7. Yeah , i knew that but is there any Npc's that like it ? quests or things that gives player things like this & thx
  8. i think u can find it in old data folders ...
  9. Hi , i just found some scripts that gives player some items that i don't want "quests" like "majestiq baphomet horns" After getting "Cursed Baphomet doll" So things like this i don't want them in my server like i will open them as an event for a certain time .. so is there a list for Npc's that is working like this ? or if some one knew one please can u tell me it name so i can unactive it & THX
  10. Hi .. im using the latest version of rAthena so how to know what is the episode ? I had @item to new items and it did worked and @warp to new places & it did so im so confused .. plz help & thx
  11. Thx dude , GIVE THIS GUY A BADGE !!!
  12. Hi i know that there is .. OnClockXXXX OnDayXXXX OnHourXX OnMinuteXX OnSSSXXXX & i know how to use them , but there is a question .. [ If i want an event to start every ex: monday&friday at 8am] how to do that !! ? while onday is doing days at months >1st jan ... plz help & thx
  13. Thaaaaank v v v v v v muccccchhhhh <3 <3
  14. i saw this and didn't get any thing from it .. is my server that i had downloaded through svn is 100% completed & updated as if i downloaded it through git ?
  15. I Mean , Will i get the latest & full files with svn ? @version is 19518 ..
  16. Can u paste the full starter *After trying* PLEASE , & thx thx v muuch
  17. Simply , its morroc raceway Trying to make Starter only for GM , hope u can help me ..
  18. Thx for helping me , About $@position i didn't change any thing from the original script and it was working 100% , Just still getting nothing when gm clicks it , the menu should appear any way :/ ...
  19. Hi i have downloaded rAthena/trunk through SVN "I know its outdated" The Question here is : ( is my server is full , i mean all of the things are there just like when u download it through Git ) @version = r 19518 & thx
  20. What i want is just making this NPC Respond to GM_only , by this it will be 100% completed
  21. Thank u but that wasn't what i was looking for Thx , im turning Morocc Race into an offical event by Gm's & it has done Thx , After trying , Player_here is working fine (in game) but when GM clicks it nothing is happening ...
  22. Hi , what i want to do is when player clicks the NPC it goes to player_here & when GM Does it goes to gm_only prontera,152,260,5 script Starter 733,{ if( getgmlevel() >= 99){ player_here: mes "^FF0000[Starter]^000000"; mes "^0000FF[Get Ready The Event Will Start Soon .]^000000"; close; } gm_only: if (getgmlevel() < 80) goto player_here; if ($@race != 0) goto L_Started; if ($@counting != 0) goto L_Started; if ($@racecount == 1) goto L_Started; } else { end; } L_Menu: mes "[Race Starter]"; mes "Please stay on the Eastern side of me."; menu "Start Race",L_Count,"Cancel",-; close; L_Count: set $@counting,1; mes "Counting down..."; addtimer 1000, "Starter::OnCount1000"; addtimer 2000, "Starter::OnCount2000"; addtimer 3000, "Starter::OnCount3000"; addtimer 4000, "Starter::OnCount4000"; announce strcharinfo(0) + "Started a countdown",1; announce "Get ready to race!",1; close; OnCount1000: announce "[3]",1; end; OnCount2000: announce "[2]",1; end; OnCount3000: announce "[1]",1; end; OnCount4000: emotion e_go; specialeffect EF_CHIMTO; announce "[GO!]",1; set $@race,1; set $@position,0; set $@counting,0; set $@raceid,rand(100000,999999); end; L_Started: if ((getmapusers("pvp_y_1-5") < 3) && ($@position > 0)) goto L_Menu; if ($@position > 2) goto L_Menu; mes "[Starter]"; mes "Race in progress"; close; OnInit: set $@race,0; set $@position,0; set $@racecount,0; end; } & Thx
  23. Hi , Please can u tell me where to find rAthena update list and episode and things have added I mean Like THIS : http://ragemu.org/board/topic/18-super-mega-update/ & Thx
  24. Thaanks Now can u till me how to make "on touche player mes close"
  25. Hi , i made this script as only gm will be able to use it but when i tried it even players can .. prontera,152,260,5 script Starter 733,{ if( getgmlevel() >= 99gms_level){ if ($@race != 0) goto L_Started; if ($@counting != 0) goto L_Started; if ($@racecount == 1) goto L_Started; } else { end; } L_Menu: mes "[Race Starter]"; mes "Please stay on the Eastern side of me."; menu "Start Race",L_Count,"Cancel",-; close; L_Count: set $@counting,1; mes "Counting down..."; addtimer 1000, "Starter::OnCount1000"; addtimer 2000, "Starter::OnCount2000"; addtimer 3000, "Starter::OnCount3000"; addtimer 4000, "Starter::OnCount4000"; announce strcharinfo(0) + "Started a countdown",1; announce "Get ready to race!",1; close; OnCount1000: announce "[3]",1; end; OnCount2000: announce "[2]",1; end; OnCount3000: announce "[1]",1; end; OnCount4000: emotion e_go; specialeffect EF_CHIMTO; announce "[GO!]",1; set $@race,1; set $@position,0; set $@counting,0; set $@raceid,rand(100000,999999); end; L_Started: if ((getmapusers("pvp_y_1-5") < 3) && ($@position > 0)) goto L_Menu; if ($@position > 2) goto L_Menu; mes "[Starter]"; mes "Race in progress"; close; OnInit: set $@race,0; set $@position,0; set $@racecount,0; end; } plz help me and thx
×
×
  • Create New...