Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. fast and easy.. put this below the npc header.. if( BaseLevel < 255 ){ mes "Only 255 Level can join"; close; }
  2. i nvr said limit was 1,000,000 i just show you where you can edit that part.. and the default setting is 1,000,000 hp_rate and sp_rate is just another setting to boost your chracter HP to higher / lower than usual
  3. Emistry

    @go mall

    u compared your string with turbo_room not mall the correct one should be } else if (strncmp(map_name, "mall", 3) == 0) {
  4. LOL? you dont know how to "edit" the value ? just change the value in the conf file
  5. just make sure you the script you are using is not COPY directly then PASTE and RUN.... the header structure of NPC is not separate by using Spacing..but TAB ... that's why you error because the server cant detect there is TAB in your header....
  6. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/re/merchants/enchan_arm.txt edit this part case 1: setarray .@Items[0],2307,2309,2314,2316,2321,2325,2327,2328,2330,2332,2334,2335,2341,2344,2346,2348,2350,2337,2386,2394,2395,2396; set .@j,50; break; case 2: setarray .@Items[0],2311,2318,2319,2320,2308,2310,2315,2317,2322,2324,2326,2331,2333,2336,2342,2345,2347,2349,2351; set .@j,55; set .@k,1; break; case 3: setarray .@Items[0],2364,2365,2391,2374,2375,2376,2377,2378,2379,2380,2381,2382,2387,2388,2389,2390; set .@j,60; break; this line refer to the success rate. set .@j,xxx;
  7. why are you disabling your npc header at line 1 ?
  8. change if( countitem(X) < Y ) ... ... delitem X,Y; to if( Zeny < Y ) ... ... set Zeny,Zeny - Y;
  9. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/re/instances/NydhoggsNest.txt
  10. your edited HP and larger than your Max_HP this is the limit setting.... https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/player.conf // Maximum HP. (Default is 1000000) max_hp: 1000000 // Maximum SP. (Default is 1000000) max_sp: 1000000
  11. renewal https://rathena.svn....k/db/re/exp.txt pre-re https://rathena.svn..../pre-re/exp.txt wiki http://rathena.org/wiki/Edit_Max_Level
  12. add the header of the npc... Euphy just provide you .."Part" of the script... if you want add announce.. then make a label at the mvp that you summoned and add this.. YourLabel: announce "You killed MVP",0; end;
×
×
  • Create New...