Jump to content

Zell

Members
  • Posts

    411
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by Zell

  1. Zell

    Warning!

    Oh, I Liked the server, I willl play the lude-ro.com and make donations, thanks.
  2. Yes, it was only a sample, I know that the development team can found a better way. But the actual way it's not friendly,
  3. Sorry, I changed the sample. UPDATE `login` SET `groupd_id`=99 , `sex`='F' WHERE `level`> '50' Could be updsql(login,group_id(99),sex("F"),WHERE(level>50)); -- SELECT userid FROM login WHERE account_id = "+getcharid(3) could be setsql(login,userid,WHERE(account_id==getcharid(3))); so: set @userid,setsql(login,userid,WHERE(account_id==getcharid(3))); mes "Your user id is "+@userid+"!"; close; --
  4. I don't know if this will work, cause I dont remeber if when PcLogout remember still the @ if(@spoke==1){ end; } if($spoke==1;){ mes "Only one person can talk with me!"; }else{ set @spoke,1; set $spoke,1; progressbar "0xFF0000",5; sleep2 5000; set $spoke,0; set @spoke,0; dispbottom "Fished!"; end; } end; OnPCLogoutEvent: if(@spoke==1){ set spoke,0; set $spoke,0; } end; OnInit: set $spoke,0; end;
  5. Why note make scripts command to fast the sql update and etc? The actual way its so depreciated. Suggestion its something or better like this: UPDATE `login` SET `level`=99 , `sex`='F' WHERE `level`> '50' Could be setsql login,level(99),sex(F),WHERE(level>50); It's juts a sample, but I think that the actual way of consult its so antiquated
  6. Zell

    [Rotaku]

    I am retaking the project. Anyone interested please contact me to join the team. We have 70% ready. The Board is Online again.
  7. A system or a npc maybe bad created, with loops or timers ?
  8. But I want a command to a system, a player make a duplicate of a npc
  9. There is a way to make a command to duplicate a NPC without reloadscript? (I know there is on eathena a source mod, http://www.eathena.ws/board/index.php?showtopic=270648) Someone could pass that to the current emulator?
  10. Is this possible? A player who has the same set can hit another player who has this set. ex: mes "Now you can kill people with set aaa == 1"; set aaa,1; close; Every person who talk with this NPC can hit who have aaa == 1
  11. Before delete, after put on storage I think he have to logoff to save the itens on storage or wait a couple time
  12. Zell

    Skill variable

    @edit Forget, already figure out, close here
  13. OnTimer600000: Announce "The event has ended!",0; addrid(1); delitem ID_ITEM,countitem(ID_ITEM); warp "prontera",156,191; end;
  14. To attach all players on npc map, use this: addrid(1);
  15. SecureGRF works with its own cps.dll, same as this tool. So you can't since you have to choose which .dll you want the client to load.Great work as always curiosity, I don't know why Gravity didn't implement something similar yet. Hope this will be used soon in a lot of servers : boring to download 2go of data. Thanks. Make sense. but i think its the same to make a winrar compressed a lot. But its very useful. Thanka for release
  16. Using this with SecureGRf works?
  17. O.o , they will not give to you
  18. ??? Just gravity have client source
  19. Zell

    [Rotaku]

    Yes.. All with 20 hours of story mode.@edit Meet the new system of cards! How this works? Simple, we have three kinds of Cards, Magic, Trap and Monster. Magic Cards are activated at the time used. Trap cards USUALLY are activated when you are killed by someone. Monster Cards summon a monster. (4 stars, direct summon, 5-6 stars, need kill a player, 7-8 need kill 2 player and etc..) See All Cards already on Rotaku here: CARDS In the city have a Card Shop, there you can buy Magic ou Trap pack's, they have 3 random cards inside. --- Its time of Duel ! -- Added Yugioh card Anime System (you can see on forum too
  20. I think I can make this, but if someone have a better way to do, here is Player talk to npc, the player ask to NPC sell for him for example, 10 apples, apples are removed from player. The NPC open a store with 10 Apple. When some one buy a apple from this NPC, the zeny go to Player, when all the apples solded, the NPC can be rent again for another player. There is a time for a player rent a shop. Thanks.
  21. Please MOD, delete this, I will post on right place now
×
×
  • Create New...