GP Pod podlahou

Datum: 17/02/2013 17:58:44

Staženo: 638x

Popis:


Hodnocení: 3.6/10 (149 hlasy)

Download file:cs

Příkazy:

  • ,gp1
  • ,gp

Kód:


using System;
using System.Collections.Generic;
using System.Text;
using Phoenix;
using Phoenix.WorldData;
using System.Linq;
using Phoenix.Communication;
using Phoenix.Runtime;
using Phoenix.Runtime.Reflection;

namespace Scripts.DarkParadise
{       
  public class ultima_smoce_net
	{ 
	   [Command]
        public void gp1()
        { 
               UOItem sa = World.Ground.FindType(0x0EED,0x0000);
                if(sa.Exist)
                {
                 UO.MoveItem(sa.Serial, 0, World.Player.Backpack);
                 UO.Print(0x007C,"GP! -" + sa.Amount.ToString()); 
                }
                UO.Print(0x0862,"Script konec...");
        }
         [Command]
        public void gp()
        { 
                UOCharacter character = new UOCharacter(World.Player.Serial);
            character.Print(0x0553, "Hledam nazemi ...");
            foreach (UOItem penize in from c in World.Ground where c.Distance <= 6 && (c.Graphic == 0x0EED || c.Graphic == 0x14ED) select c)
            {

                    UO.MoveItem(penize.Serial, 0, World.Player.Backpack);
                    UO.Print(0x0102, "Sebrano  - " + penize.Amount.ToString());
                    UO.Wait(200);
            }
            character.Print(0x0553, "Sebrano vse co slo....");
            
        }
        
        
		}
	}
	
	 
Strana: 1,2,3
20 May 2026

200ms delay per item is way too slow for a loot script.

19 May 2026

That 200ms delay in the loop is probably why the rating is so bad. It'll take forever to pick up a large pile.

14 May 2026

3.6/10 is a brutal rating. Is the distance check in the loop actually broken?

13 May 2026

Na tomhle GP Pod podlahou mě zaujal detail s verze Phoenix 0.7 (7.x) a to, jak autor popisuje hodnocení 3.6/10. Zajímá mě, jak se to kompiluje na starší Phoenix skripty a jak se vyvíjela podpora UOAM v té době.

07 May 2026

3.6 rating is brutal for a simple gold loop.

07 May 2026

Then it shifts into something more specialized, hinting at scripting flexibility and runtime control. I once tangled with a similar namespace-heavy setup while tweaking a plugin, and it felt like navigating Crossy Road traffic just to trace dependencies. Eventually, patience and logging saved me.

10 Apr 2026

Vybírání GP pod podlahou na DP, to je neskutečná nostalgie. Funguje to vůbec ještě na aktuální verzi, nebo to už dávno zabanovali?

09 Apr 2026

Ever find yourself strangely drawn to random places online? I do! What fuels that curiosity? For me, it was stumbling across a grainy image of a rural road that sparked hours of exploration. Anyone else get hooked on figuring out locations through clues? Don't you wish it was free? Ah, Geoguessr Free... is this real?

07 Apr 2026

3.6/10 is generous; this thing grabs one coin at a time and still hard-codes the graphics like it’s 2003.

Baklava
02 Apr 2026

Dive into thrilling สล็อตpg gaming sessions with rewarding elements, while learning expert advice that helps พีจีสล๊อต play more effectively over time.

31 Mar 2026

Tohle je fakt veteránský skript, používal jsem ho snad před deseti lety. Akorát bacha, bez ošetření váhy tě to v dungeonu okamžitě zasekne.

30 Mar 2026

Docela základní kousek, ale na DP pořád nutnost. Přidal bych aspoň check na váhu, ať to člověka při lootu okamžitě neoverloadne.

29 Mar 2026

Klasika na DP, bez autolootu jsi byl v dungu okamžitě bez peněz. Akorát bych tam přihodil menší delay, ať to nehlásí chyby, když je toho na zemi moc.

28 Mar 2026

Tohle mi připomíná časy, kdy se na DP muselo zbírat ručně, jinak tě hned někdo vykradl. Script je sice starej, ale pořád funguje dobře.

26 Mar 2026

That distance check on line 22 is a lifesaver, stops you from vacuuming up gold in another room.

25 Mar 2026

Nostalgie, Phoenix a Dark Paradise. Vzpomínám, jak se člověk modlil, aby ho GM nečaplo, když tohle nahodil.

25 Mar 2026

This reminds me of when I first started playing Retro Bowl. Figuring out the best way to train my players and manage the salary cap felt impossible at first! I wish I'd had a good guide back then. Would have saved me from a lot of heartbreaking losses in the early seasons.

25 Mar 2026

This is such a helpful resource! Honestly, I wish I'd found something like this back when I was trying to piece together the Fnaf lore timeline. It was a similar uphill battle, trying to make sense of everything with minimal help. Glad to know this kind of support exists for other tricky subjects!

23 Mar 2026

Tenhle skript na sbírání podlahy je totální pravěk, Phoenix 0.7 už ani nepamatuju. Snad to někomu na Dark Paradise ještě vůbec funguje.

23 Mar 2026

This blood alcohol calculator [url=https://baccalculators.com/]bac calculator[/url] is really accurate and easy to use. It helps you estimate your blood alcohol content quickly and make safer decisions about drinking and driving.

Strana: 1,2,3

Nový komentář