Jump to content

QQfoolsorellina

Members
  • Posts

    587
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by QQfoolsorellina

  1. - script abcde -1,{ OnPCLoadMapEvent: getmapxy(.@amap$,.@mapx,.@mapy,0); if(.@amap$!="quiz_00") end; query_sql("SELECT last_ip FROM `login` WHERE account_id = "+getcharid(3)+"", .@LastIp$); query_sql("SELECT account_id FROM `login` WHERE last_ip = '"+.@LastIp$+"'", .@AccountId); set .@aidtemp,getcharid(3,strcharinfo(0)); for(set .@i ,0;.@i<getarraysize(.@AccountId);set .@i,.@i+1) { if(attachrid(.@AccountId[.@i])) { getmapxy(.@qmap$,.@qmapx,.@qmapy,0); if (.@qmap$== .@amap$) set .@j,.@j+1; } detachrid; } attachrid .@aidtemp; if(.@j > $@MaxWimdows) warp "SavePoint",0,0; end; OnInit: set $@MaxWimdows,1; end; } //------Enable map OnPCLoadMapEvent------------------- quiz_00 mapflag loadevent
  2. wtf lol! this is EPIC WE NEED SOME SKIN THOUGH ROFL jk2x I always dress conservatively in outlook. So not showing too much skin hehe^^
  3. if(rand(1,1000)<nRate(@automaketype)) change to if(1)
  4. OnInit: npcshopitem "quest_shop",0,0; + npcshopdelitem "quest_shop",0,0; set .BuildQuest,1; set .i,1;
  5. In fact, MAC Address through a router become the router MAC Address
  6. set .@l, getstrlen(.@num); change to set .@l, getstrlen(""+.@num);
  7. I downloaded the diff from EA forum before Credits: Ai4rei/Mirei 2011-03-03antifloodsystem.diff
  8. This is a mini event that player can sign the number to the setting number. As long as player reach the target number ,he can get the prize. My idea from there and due to the new year 2012 come ,so my default lucky number is 2012 sign_number_event.txt
  9. skill packet too large over client limit
  10. Sesons Greetings and best wishes for the New Year
  11. +1 I dont agreen "close the topic" solution maybe in the future someone have new idea or soltution to tell us
  12. stable client (2010-07-28aRagexeRE) http://code.google.com/p/eathena-project/source/detail?r=15030
  13. http://rathena.org/wiki/If you can use if... else if... OnNPCKillEvent: if (<condition 1>){ dothis; }else if (<condition 2>){ do that; } else if (<condition 3>){ dotheother; } end;
  14. http://www.eathena.w...er&showbug=4014 src mode to use MAX_SLOTS instead of sd->inventory_data->slot -for( c = sd->inventory_data[i]->slot - 1; c >= 0; --c ) +for( c = MAX_SLOTS - 1; c >= 0; --c ) and remove the conditon (red part) if( sd->status.inventory.card[c] && itemdb_type(sd->status.inventory.card[c]) == IT_CARD ) script also can do http://www.eathena.w...cessremovecards
  15. I forgot Are you using Hinet ? 1399 NT/ per month 45.us /pm http://broadband.hin...et/fttx/57.html
  16. Can you tell us what is your client date?
  17. Hi~~ I need a script command . it can show range mobs formate like this showmobs <initial mob id> {<final mob id>}; need kindly help thanks.
  18. What kind of emulator do you use? if you use EA you must add bmatk in src . . where can find the src mode? to see #9 if you use Rathena , you can delete all bonus bmatk in itemscript and use that method as jTynne say
  19. add bonus bMatk by manual I think that warning will dispear
  20. maybe cause by bonus bMatk,10; if you want it . To see jakeRed's reply you can find the src mode http://www.eathena.w...howtopic=231477
×
×
  • Create New...