Jump to content

Dev Blaze

Members
  • Posts

    212
  • Joined

  • Last visited

Everything posted by Dev Blaze

  1. Sir Emistry problem again OnPCKillEvent:<<<<---- iwant to change this to OnInit: waitingroom "PVP Ladder",0; end; } Is it posible to remove the error i want stable Chat room this my PVP Ladder http://pastebin.com/0y0yuuqa
  2. Sir can u Specify wht number that i can put?? Sorry for my bad english thnx Emistry
  3. Sir Emistry This is my map.h #define MAX_NPC_PER_MAP 512 #define BLOCK_SIZE 8 #define AREA_SIZE battle_config.area_size #define DAMAGELOG_SIZE 30 #define LOOTITEM_SIZE 10 #define MAX_MOBSKILL 50 #define MAX_MOB_LIST_PER_MAP 128 #define MAX_EVENTQUEUE 2 #define MAX_EVENTTIMER 32 #define NATURAL_HEAL_INTERVAL 500 #define MIN_FLOORITEM 2 #define MAX_FLOORITEM START_ACCOUNT_NUM #define MAX_LEVEL 1000 #define MAX_DROP_PER_MAP 48 #define MAX_IGNORE_LIST 20 // official is 14 #define MAX_VENDING 12 #define MAX_MAP_SIZE 512*512 // Wasn't there something like this already? Can't find it.. [shinryo] #define MOBID_EMPERIUM 1288 // Added definitions for WoESE objects. [L0ne_W0lf] #define MOBID_BARRICADE1 1905 #define MOBID_BARRICADE2 1906 #define MOBID_GUARIDAN_STONE1 1907 #define MOBID_GUARIDAN_STONE2 1908 i think still the same but i got warning
  4. When i click my pvp ladder it shows Warning how to fix this guys?? thnx in advance /no1
  5. Ok thnx Sir Lelouch mwah Sir Emistry Thnx Mwah Thnx Guys Solve my problem mob_db2 lol Godbless you all AR
  6. Emistry can u help please specify thank you where i can find ItemID 70 im newbie Sorry /ok
  7. Thnx AR Solve the Problem Godbless you all /no1 Guys Last Question How can i know if the items is ID 70 Thnx ??
  8. This is my Mob_db @EvilPuncker Can you teach me how can fix my problem thnx in advance http://pastebin.com/SaitGU3n
  9. Help me guys i dunno whats the problem of my itemdb Please check this /kis2
  10. Emistry can you give me the proper script please thnx in advance
  11. Yup my Max lvl 265 and My problem When i kill monsters to get the requirements This is my problem "i gain level my 255/100 become 256....so on the thing is level should stop at 255/100 even i gain experience from monster it will just become 265 after i finish the quest of 265/120"
  12. I think src has something to do with it dont you think? BTW Thx Emistry @Emistry I will try again your 265 quest this is wht happen set StatusPoint,7837; i add 150 for Status points Exactly it work But this is my problem Still 255/100
  13. make sure your server dont have multiple level disabled...and if possible....limit the exp gain not to reach 100% or more... Hmm Can you check this @emistry Exp.txt http://pastebin.com/35GjiyEX map.h MAX 265 http://pastebin.com/NEFasjBy i will do quest of 265/120 but when i do the requirement for 265/120 i gain level my 255/100 bcome 256....so on the thing is level should stop at 255/100 even i gain experience from monster it will just become 265 after i finish the quest of 265/120 like in aero if u are familiar with it thank you emistry for reply
  14. I've Got Error Anyone can fix this
  15. Thank You emistry it work My problem like this i reach lvl 255/100 i will do quest of 265/120 but when i do the requirement for 265/120 i gain level my 255/100 bcome 256....so on the thing is level should stop at 255/100 even i gain experience from monster it will just become 265 after i finish the quest of 265/120 like in aero if u are familiar with it thank you emistry for reply Map.h #define MAX LVL 265 Exp.txt max Baselvl.255 Joblvl.100
  16. prontera,155,181,5 script Rebirth 2035,{ if ( BaseLevel < 255 ){ mes "Only Character with Level 255 ~ 265 can do this."; close; } OnNPCKillEvent: if( !QuestDone && BaseLevel == 255 ){ set BaseExp,0; } end; if ( Rebirth == 0 ) goto RebirthOne; if ( Rebirth == 5 ) { mes "You cant rebirth more already."; close; } RebirthOne: if ( countitem(7227) < 1000 || countitem(7835) < 2 ){ mes "You need 1000 TCG and 2 Dusk Glow to rebirth."; close; } delitem 7227,1000; delitem 7835,2; set BaseLevel,1; set Rebirth,1; set @amount,Rebirth*100; set StatusPoint,StatusPoint+@amount; dispbottom "You have been rebiirth."; announce "["+strcharinfo(0)+"] has become a 265 Level Character.",bc_blue|bc_all; end; } Every kill of monster the NPC will say "You need 1000 TCG and 2 Dusk Glow to rebirth."; ow sorry i for got to use code box
  17. Emistry got problem every kill of monster the npc will ask the requirments can you edit for me properly thnx
  18. @emistry i dunno where i can put this OnNPCKillEvent: if( !QuestDone && BaseLevel == 255 ){ set BaseExp,0; } end;
  19. My problem like this i reach lvl 255/100 i will do quest of 265/120 but when i do the requirement for 265/120 i gain level my 255/100 bcome 256....so on the thing is level should stop at 255/100 even i gain experience from monster it will just become 265 after i finish the quest of 265/120 like in aero if u are familiar with it thank you emistry for reply Got error sir Emistry please help me http://pastebin.com/TQkdGgdC check here
  20. I want to make quest 265/120 for Aksydun The problem is When i get exp..the 255/100 become 256+ and so on i want it to stop at 255/100 because the lvl 265 will require a Quest for exmple normal exp lvl 255/100 if you do the quest it will be come 265/120 so that the quest will valid not in normal LVLING HELP ME GUYS PLEASE max exp.txt is 255/100 #define MAX_LVL 265
  21. Sino po meron script for lvl 265/120 quest at panu po ganahin salamat
  22. If posible can i reduce the buffs to 20% if not i just want to know how to reduce the time limit instead of 3mins i want it 5sec Thank you Guys Help me please
  23. /no1 If posible can i reduce the buffs to 20% if not i just want to know how to reduce the time limit instead of 3mins i want it 5sec Thank you Guys Help me please
×
×
  • Create New...