Jump to content

Sunset

Members
  • Posts

    89
  • Joined

  • Last visited

Everything posted by Sunset

  1. Sunset

    town warper

    Oh haha.. there was a comma in the scripts_costume thx
  2. Hi! I've written a town warper script for myself, but the npc aint showing up, i couldnt find the wrong part. may you help me out? geffenia,149,146,3 script Town Warper 125,{ mes "Hello, which part of Geffenia you want to visit?"; switch(select("Main Square:VIP Place:Refine Corner:Event Corner:Training dummies:Quest Shops:None")) { case 1: mes "Let me guide you there.."; warp "geffenia",143,137; end; case 2: mes "Let me guide you there.."; warp "geffenia",54,100; end; case 3: mes "Let me guide you there.."; warp "geffenia",230,163; end; case 4: mes "Let me guide you there.."; warp "geffenia",197,75; end; case 5: mes "Let me guide you there.."; warp "geffenia",59,49; end; case 6: mes "Let me guide you there.."; warp "geffenia",250,116; end; case 7: mes "Have a nice day!"; end;} }
  3. Sunset

    map server

    Allright ill update my rathena I cant describe it more than this. I would do if i could. if the player casts feint bomb on a land protecktor, the map server closes itself. So i cant see any error code in map server what could it be. I'll try to update
  4. Sunset

    map server

    well, if i could serve with any, i would do. My server is rented by a hoster website, since the map server disconnects instantly when im making it, i cant say anything about it. new installation server, 0 source edits.
  5. Sunset

    map server

    Hello! If im using Feint Bomb on Land Protector, my map server crashes. Any idea? Thanks in advice.
  6. Sunset

    if else

    Oh, thank you guys!
  7. Sunset

    if else

    Hi! If i put the "else" into the script, its not working anymore, otherwise it needs the "else" to has sense. could you help me out? if(Zeny <= 100000){mes "You dont have enough zeny";}close; else{ set Zeny, Zeny-100000; skilleffect 34,0; sc_start SC_BLESSING,500000,10; skilleffect 29,0; sc_start SC_INCREASEAGI,500000,10; skilleffect 33,0; sc_start SC_ANGELUS,500000,10; skilleffect 74,0; sc_start SC_MAGNIFICAT,500000,5; skilleffect 75,0; sc_start SC_GLORIA,500000,5; skilleffect 66,0; sc_start SC_IMPOSITIO,500000,5; skilleffect 361,0; sc_start SC_ASSUMPTIO,500000,5;} close;
  8. Sunset

    healer

    edited topic bump
  9. Sunset

    healer

    wew.. worked, thanks.
  10. Sunset

    healer

    Oooh so there, thank you! I dont wanna open one more topic so im asking here, maybe you can help me in this case too. Its from Apprentice Craftsman script, ive edited it a bit, so now theres no fail, but it doesnt adds any bonus to the item. what should i edit?
  11. Sunset

    healer

    Oh yeah, ive forgot if i copy from here, i gotta recheck that. It works now, but upon relog, i get the original outfit still :v
  12. Sunset

    healer

    Hmm @Valor it didnt work, @Cyro ive rewritten it with atcommand, its working, but theres a "little" problem. If the char relogs, he has again the original outfit. How could i make it to keep it?
  13. Hello! I can give you the ones i use Job Changer: warper: Change the npc location, i hope it helps.
  14. Sunset

    healer

    I dont wanted to open a topic again, so im just bumping this up. I've written a scrip, and its not going, i didnt find the mistake, maybe you guys? Hello! I couldnt find in the wiki the right command, could you guys help me out? I want to point with the #charcommand to self the player, who klicked on the npc. Thanks in advice, again!
  15. 18,Nightmarish Jitterbug,3300,1@jtb,16,18,1@jtb this, sorry for late reply :v
  16. Sunset

    savepoint

    Awesome, thank you!
  17. Sunset

    savepoint

    Hello, ill be short. You can see in my script where i wanted to set the char's savepoint, after talking with this npc. im sure i didnt used the savepoint well, but i dont know how am i supposed to /ive checked the kafra's script, and its the same as this one/ Script below
  18. Sunset

    item add

    Thank you guys for the nice support, im gonna remake everything today!
  19. Sunset

    item add

    ew... where can i find this? i completly dont understand your sentence, im sorry. what you mean by original? lub files? i got only .bmp .str and .act
  20. Hello! I'm kinda going to be mad. I've spent 10+ hours on 2 days, on figouring out what the problem could be, but i still dont get it.. I think everything is fine? Im gonna show you, what i did in screenshots. I've downloaded this: There were all the neccessary files already, i was so happy. I just merged them into my grf, to their location, the idnum2 txt files, and lua files, ive just as continue to my original txt's. I've added only one item to the idnum2 files, with a free ID, it was 30000, just to test it if it works. I've saved my grf. Went to server, added with id 30000 an item ( which id i used before in the idnum2 files), and got a nice apple. and an error text, when im launching my ro. Where did i make mistake? Thanks in advice.
  21. Sunset

    slotter

    could you link pls?
  22. Sunset

    slotter

    Hello.! I'm looking for an npc,( i didnt found any similiar, which) slots the char's current shoes with 75% success , for 50 jellopy. Anyone got any Idea? thanks in advice.
  23. I've added this script, generated the instance, and upon i tried to enter, my map server got disconnected. any solution?
×
×
  • Create New...